Script Editor and Debugger
Alinous Document CMS has script editor and debugger which works on the web browser.
By using the editor and debugger, you can make CMS's plugin on the web browser.
Using Script Editor
This editor is written in javascript, and use CodeMirror. It is extended for grammar of Alinous-Core programming language.
Code Editor
The Code Editor of Alinous Document CMS supports grammar of the Alinous-Core. It has function to color the code.
- Code Editor
- Alinous-Core Support
- Html Support
- Css Support
Content Assist and code hint
This Code Editor has content assist function. It supports database table and columns.
- Content Assist of Code Editor
- Function Hint
- Select function Group
- Select Function
- Function hint
- DDL Hint
- Select Table
- Select Column
- DDL Scheme Hint
Using Debugger
This Code Editor also supports script debugger.
It cooperate with the content management system and trace the code on the web browser.