
Requested Feature: Ctrl+Delete
Hello,
Having recently bought a license for RobotC, I have to say that I'm quite pleased with it so far. Thanks for the time and effort you all put into this.
I have a recommendation for a future feature in the IDE: implementing a ctrl+delete command that matches the behavior seen in other IDEs such as Visual Studio.
The ctrl+delete command would delete all characters between the current cursor and the next character that doesn't belong to the same type of lexical token.
For example, the following cases (with current cursor position shown with the pipe '|') would be:
Before:
After:
Before:
After:
ps -- for these types of things, is it better to post them here in the forum? Or add an enhancement request in your bug tracker?