cmakeed
cmakeed copied to clipboard
untab/unindent support
This plugin is missing untab/unindent shortcuts.
Indentation is a concept related to source formatting. Cmakeed does not support formatting at all. So unless someone adds formatting support, I see no clear way to implement unindenting.
Indentation is a concept related to source formatting. Cmakeed does not support formatting at all. So unless someone adds formatting support, I see no clear way to implement unindenting.
That is unfortunate. Other plugins in Eclipse do support it, and even general purpose editors like notepad++.
Feel free to submit a pull request.
Well, there is the (default) Tab intend and Shift + Tab unintend support. I believe those should work,
Especially since that functionality is avaliable if you right-click on a line and Shift Left / Shift Right.
Conversely Tab intend does work, Shift + Tab seems to drop the Shift Key. Seems like could be some Key-handling/binding issue?