Scripting

Code Browser, starting from version 4.6, has scripting capability, it is possible to automate some tasks using scripts. These scripts are run from the Tools menu like user tools.

The script language is a bit object oriented with a minimalist syntax.

Scripting with Code Browser is a little more complex than scripting in other programmer's text editors as a text file is not just a list of lines but a hierarchy of sections containing several types of lines (text, comments and subsections).