Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Annotation

Since new Scintilla(http://www.scintilla.org/) had supported annotation, poseidon(since rev287) can using annotation by several ways:

(1)Simple syntax analysis:

"Tools"->"Options..."->"Parser"->"Show Simple Parser Error Message" is checked, then click "Refresh Parser" to get simple error message without compile:



(2)Show Ddoc:

In edit mode, select the text and right-click show the popup menu, then click "Show Annotation of Ddoc".



Poseidon will show the Ddoc(Embedded Documentation). For now although poseidon with very simple Ddoc analyzer, but it should be useful enough(I think......)

(3)Show value of variable:

In debug mode, select the text and right-click show the popup menu, then click "Show Annotation of Value" will show the value, we can use this option step-by-step to watch the changes of value.


Sorry my poor english...