Making Content Assist using Codemirror
Today, I am checking functions of Alinous Document CMS. And I thought it is difficult to make server side program without hint.
So I am making following parts.
- Content Assist for functions and Database scheme
- Popup tool tips for Database Table
When I use the Alinous-Core eclipse plugin, I use these functions heavily.
Currently, I've researched how to make content assist on the CodeMirror.

Next, I'm going to make Tooltips for the Database table. I guess it will make customizing the cms very easy.