Click object-names, keywords, operators to enter
code Auto-Formatting takes care of the rest
Why Spend time on low-level editing, correcting misspelled
names, code-formatting etc ?
Leave to us, we will take care of
beautifying the code
Some of
the innovative features of the editor
Modified Lines - Crystal C/C++ keeps record of
modified lines across multiple sessions
Errors - Syntax errors are highlighted immediately
as you edit
Language Extensions - You can add more modifiers
of other IDEs
Convenient Edit Operations
Drag and drop editing
Multiple Clipboards
Delete Pair: {} [] ()
Select Text: Select a whole function, a whole
loop etc. with a single click OR Cut / Copy /
Delete a whole function, a whole loop etc. with
a single click
Repeat a statement
Change while to do..while (vice versa), swap if..else
Operations on Selected Text - Enclose selected
text in { }, Enclose selected text in ( ), Comment-out
selected text,
Condition-out selected text (useful when nested comments are not allowed). and many more ...