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 :)
ProjectConceptor is able to record your activity, So that you can recrate a whole work process with just one klick
The only limit is your RAM
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.
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)
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...
Every document runs in his own thread, so if one dokument will doing a heavy calculation, it will not block the whole programm.