====== Code Outlining ====== The document text analyzed in runtime using data predefined in language specification and updated with document changes. Code outlining gives you better document overview and possibility to find such errors like unclosed structures without checking or compiling: * see your coding in hierarchy * collapsing / expanding of blocks * collapse to definition * multi-line comments outlining * user defined format tags will help you to group any part of your code Outlining information is visualized by [[view:outlining-margin|Outlining Margin]]. {{:view:code_outlining.png?nolink|Code outlining and tooltip for collapsed area when hovering}} ===== Changing of the default outlining colors ===== {{:view:outlining.png?nolink|Change color of current scope outlining}} ===== Commands ===== * [[editing:commands:collapse-all|View.CollapseAllNodes]] * View.CollapseCommentNodes * View.CollapseCurrentNode * View.CollapseToDefinition * View.ToggleCurrent * View.ToggleSameType * View.OpenAll * View.OpenCurrent