HippoEDIT - Windows Text Editor
   Abone Ol  İndir 
 

Bir ekran görüntüsü seç :
« 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »

Code Outlining

Code Outlining (code folding) gives you better document overview and possibility to find such errors as unclosed structures or scope without syntax check or compiling. You can collapse or expand specific language construction one by one or grouped by type.
To help you analyze documents with big amount of commented code, HippoEDIT can outline multi-line comment blocks, so you are able to collapse them all using "Collapse Comments" command.
When you navigate through the code, editor marks current brackets in a highlight color. Mismatching brackets highlighted in error color. In addition to brackets highlighting, current scope is indicated on outlining margin and on editor status bar.
HippoEDIT can recognize as syntax dependent language blocks (as { } for C++) as user-defined blocks (as "region" blocks), so you can group and collapse any part of your code.

Code Outlining screenshot. Click to see next
Screenshot: Code Outlining


Hızlı Bağlantılar...