BVRDE has a very advanced code-editor, with many productivity enhancing
features, and it is easy to extend with scripting. It has cool features such as
intelli-sense,
syntax coloring,
mouse hover information,
folding of code,
line numbers,
brace highlighting,
and smart indentation.
On top of that, BVRDE supports macro recording and scripting macros (using the VBScript
scripting language) allowing you to extend the editor and framework with your
own routines.
BVRDE has some support for TAG files. They are files that contain symbolic
information extracted from the source files, and are created with various utilities such
as the CTAG utility.
Tags are used to provide intelli-sense (auto-listing of class members) and type
information when you hover above a member variable with the mouse.
Because standard tag information is quite inadequate for a professional IDE,
BVRDE also uses a real-time C++ lexer to scan the source-code offering much more
reliable and complete intelli-sense and auto-completion.
Continue with compiling
Go back
|