Words

Operations with words can be found in the Edit | word main menu item. CodeLobster IDE offers several useful shortcuts for manipulating with text:

CodeLobster IDE provides Smart highlighting when you select text in your code, and the Editor marks all matches.

[Tip]Tip

To manage it go to Tools | Preferences | Editor settings page.

Change case

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.