Re: WEE Enhancement Request - Toggle Comments On/Off
- Posted by ghaberek (admin) Apr 09, 2015
- 1628 views
euphoric said...
I'd like to use Ctrl+m to toggle comments on/off, but I'm sure I could adapt to any other standard keystroke for said functionality.
The only standard is to be different.
- Geany uses Ctrl+E to toggle comments on or off
- Notepad++ uses Ctrl+K to comment and Ctrl+Shift+K to uncomment
- Visual Studio uses Ctrl+K, Ctrl+C to comment and Ctrl+K, Ctrl+U to uncomment
- Eclipse uses Ctrl+/ to toggle single-line comment and Ctrl+Shift+/ to toggle multi-line comment
Personally, I like Notepad++'s style.
-Greg