-
Standard 3-part application environment
reduces the learningcurve of new users familiar with existing Windows
development products.
-
Color syntax highlighting provides a
visual clue to the validity of keywords, comments and quoted strings as you
type.
-
CodeAware technology provides a detailed
view of the syntax of entire projects. Navigate the syntax of a file or project
as a collapsible tree view, double-clicking to quickly view the actual syntax
definition.
-
File
sync makes developer aware of modifications of files by other members in
the same project .
-
Offline function provides the developers the
ability to continue his work when the remote server has been shutdown or on a
standalone laptop when traveling.
-
TypeINFO provides detailed definition
information with simply placing the mouse pointer above a recognized
expression.
-
Parameter tips based on analysis of previous
expressions provide argument highlighting when typing functions and
procedures.
-
Auto complete based on analysis of
previous expressions provides a list of possible recognized expressions
to complete a partial string.
-
Auto member listing provides a
list of object/structure members when the recognized delimiter is typed after a
known variable.
-
Bracket Highlighting provides a visual
clue to the scope covered by various bracket/brace combinations.(using
ctrl + ] to locate it)
-
Virtually unlimited undos
and redos based on available Windows resources.
-
Support for regular expressions in
searching, color syntax highlighting and compile error detection.
-
Gnerate
makefile with just one click.
-
Compile source files with just one click. Reports
each detected errors
individually. Double-click on an error or step through each error to
open and highlight the source file line referenced. Customizable
error detection to support any compiler/lint tool.
-
Supports projects to organize your files based on different
projects.