-
Notifications
You must be signed in to change notification settings - Fork 75
Description
When some text is paste into a html file it adds extra tabs in front of the inserted text in length of the indention of the target line expect the text is inserted in between the indent and text of that line. In the screenshot i copied "world" and pasted it at the end of the line right after </h1>. That inserts " world" instead of "world". Same thing when pasting in the middle of this or an other line in a html file. Even if the pasted text is copied from another source or program. The text is left padded at the insert/paste action.
I could track down the issue possibly has something to do/or not to do with TextMate Core. The issue exists when TextMate Core is not installed and also when TextMate Core 0.10 from the latest Eclipse updates is installed but not when Version 0.6 from WWD 1.3.3 "Transitive Dependencies" is installed.
This is an issue because TextMate Core 0.6 is not a dependency of WWD and WWD can be installed in an existing Eclipse environment without TextMate Core 0.6. Also an update of Eclipse will install TextMate Core 0.10 and will cause that issue.


