|
|
Introduction
Demo
Features
Overview
Languages
Project
Version Control
Editor
OOP
Documentation
API's
Miscellaneous
Known bugs
Next release
Future plans
Projects
Screenshots
Who uses it
FAQ
Other software
Log in
|
|
|
|
|
Code Crusader IDE provides a great value and includes both Code Crusader and Code Medic!
|
|
|
|
API's for extending Code Crusader
- Wizard interfaces allow creation of graphical interfaces for:
- creating new projects
- editing Make.header
- The default method of building a Makefile (via makemake) can be replaced by writing a converter to parse Make.files.
- Class inheritance parsers can be plugged in by deriving a class from CBTree.
- Lexers can be used for keyword highlighting by deriving from CBStylerBase. (Code Crusader requires a full lexer to avoid the mistakes that many other editors make by using simple string matching.)
|
|