Operations with words can be found in the Edit | word main menu item. CodeLobster IDE offers several useful shortcuts for manipulating with text:
You can toggle word wrap with Ctrl + Shift + W or select main menu item.
To delete from your current cursor position to the end of word Ctrl + Del or to the start of the Word Ctrl + Backspace.
To select word at the current cursor position, use Ctrl + K.
If you want to delete the current word use Alt+ Shift + Del hotkeys.
Also, you can Delete to start of word by pressing Ctrl + Backspace and Delete to the end of word using Ctrl + Del.
CodeLobster IDE provides Smart highlighting when you select text in your code, and the Editor marks all matches.
Tip | |
---|---|
To manage it go to settings page. |
CodeLobster IDE has a handy little feature to change the case of the text. You can switch between lowercase, uppercase, and title (proper) case.
To use, select the text to change and use the relevant keyboard command:
Capitalize Ctrl + Shift + T
Invert Case Ctrl + T
Upper case Ctrl + U
Lower case Ctrl + Shift + L
These (and more) can also be found in the Edit | Change case main menu item.