options:xml:collapse-comments

This is an old revision of the document!


Collapse comments on Collapse All

By default HippoEDIT will not collapse comment blocks in document after calling command Collpase All.

This is not a bug, but done by intention. It is very often happens, that comments contain description of function signatures or have some logic description.
And if you do not collapse them you can read comments and get brief architecture by skipping implementation details.

Probably not everybody agree on this, so here comes XML flag controlling that.

The changes should be done in settings.xml:

<Source_Editor>
   <CollapseComments>true</CollapseComments>
</Source_Editor>

default value is false.

#xml_option