You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installation w/ issue:
Installation w/o issue:
The text was updated successfully, but these errors were encountered:
I have this same issue in other editors too. JSP, JavaScript, CSS, etc. I ended up disabling all indentation rules in TextMate for these editors to get around the issue, but it seems like there should be a real fix.
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.
Installation w/ issue:
Installation w/o issue:
The text was updated successfully, but these errors were encountered: