New features in next version of program.
The operations with selected block of code will be added in the next version of Brilliant Code.
- Smart commenting/uncommenting code
- Surrounding code with begin…end, try..finally…end and others.
To comment, uncomment or surround a block of code you must select it in the text editor and press left mouse button on it or press combination of keys on the keyboard. The list of possible operations appears. After that, select a necessary operation from the list.
Example:

See you later,
Bitmap Software team.
Hi!
Found your plugin this moment,… looks interesting…
What about a surrounding …
with … do …
begin end
Code Rush had this, I liked it.
Mike
@Michael Thuma
Hello, in the new version of program you will be able to surround a code with:
{…}
(*…*)
begin…end
try…finally…end
try…except…end.