Features already supportet

Here are a short list, of Features already implemented  some of the features are not completed jet but all of them should work in some way :) 

Macro support

ProjectConceptor is able to record your activity, So that you can recrate a whole work process with just one klick

Unlimited Undo and Redo

 The only limit is your RAM

Translator support

Documents of the ProjectConceptor could be stored in many different formats.

Also the ProjectConceptor should be able to read many different formats. The only thing you need is the translator which do the work.  At the Moment there is a FreeMindTranslator which only supports storing at this time. 

Plugin support 

Everyone who´s willing to write it´s own command (like our own find routine or your own editor)  can do this because of the free API and the PluginSystem. This system also makes the ProjectConceptor verry modular so that you can enhance the ProjectConceptor the way you want (if there are the necessary plugins available)

Usage of BMessage

The ProjectConceptor uses internal the BMessage concept to store all datastrutures. This means it higly portable to other applications and also script able (in the future). And there are more benefits which will come from this...

Multithreaded

Every document runs in his own thread, so if one dokument will doing a heavy calculation, it will not block the whole programm.