eclipse / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
79 stars 54 forks source link

Allow to "wrap" a selected word when typing an opening bracket #727

Closed mickaelistria closed 4 months ago

mickaelistria commented 4 months ago

From selected selectedWord in an editor (with LSP4E language config and bracket insertion enabled) I type ( (or any single char what is matching one of the declared opening brackets) EXPECTED: (selectedWord), wrapped with the brackets GOT: ( word lost

The expected behavior is often more convenient and is used by some other code editors. The "legacy" behavior would only require user to type "DEL" before inserting there bracket, which isn't too much of a pain and seems minor compared to the comfort of the proposed behavior.

This echoes https://github.com/eclipse-platform/eclipse.platform.ui/issues/865

sebthom commented 4 months ago

Please try the latest snapshot.