Command Palette p - plugins l - lexers f - opened files r - recently used files Command Palette Command Palette (and menu-like dialog in Python API) has filter field. Filte...
Console panel How to use Console as calculator Console panel Panel is called by key Ctrl+tilde (Ctrl+`). It has read-only memo with output and edit field. You can type Python ...
Tool to open .chm documentation for all lexers Tool to open .chm documentation for all lexers See above example about tool for PHP documentation. Create the similar tool File...
Word jump commands Word jump commands CudaText provides several word-jump commands, see them in the Command Palette by entering "go to word": go to word next go to word next ...
Tool to compile by GCC Tool to compile by GCC You can test how this tool works on any Linux, because GCC is preinstalled. Test the tool on C++ example, which is created from Cu...
Pair brackets Pair brackets CudaText has built-in pair bracket finder. Before that you needed the plugin Bracket Helper, and now plugin should not be used - it is much slower t...
How to select extra symbols by double-click How to select extra symbols by double-click Some languages consider special symbols as word-chars. For example, in PHP, "$" symbol i...