Hi,
many of you were waiting for a chatscript editor. You still have to wait for this! :-D
But for now I made a small start and created a concept editor.
It is based on eclipse and therefore contains the usual features like validation, syntax highlighting, content assist, formatting…
http://bot-space.net/chatscript/editor/
Just download the zip file for your platform, unpack it and start the editor. Then you have to create a new project and insert your concept files to edit them.
Important:
- The files should have the extension .top to be recognized as chatscript. When you try to open a .top file the first time, a dialog might open which you have to confirm.
- The file should only contain concepts, everything else will be recognized as syntax error.
- If your files use utf-8 encoding (what is needed for CS when you are working with umlauts), make sure it does not contain the BOM preambel. Due to a bug in the framework I use, the BOM will result in a displayed error at the beginning of the file.
I hope it will help some of you to handle big collections of concepts.