Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Collapse comments on Collapse All ====== By default HippoEDIT will not collapse comment blocks in document after calling command //[[editing:commands:collapse-all|Collpase All]]//. This is not a bug but done by intention. It 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 agrees on this, so here comes XML flag controlling that. The changes should be done in **settings.xml**: <code xml> <Source_Editor> <CollapseComments>true</CollapseComments> </Source_Editor> </code> default value is **false**. #xml_option