view:end-tag-annotations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
view:end-tag-annotations [2018/01/10 19:42] – external edit 127.0.0.1view:end-tag-annotations [2019/04/17 00:19] (current) admin
Line 1: Line 1:
 ====== End Tag Annotations ====== ====== End Tag Annotations ======
  
-This feature allows you to see comment like annotations for end of scope tags, with information about current scope.  +<note tip>You can switch this feature ON or OFF in [[options:editor:display|Editor->Display settings]].</note> 
-For example, it shows you condition statement for closing brace, so you do not need to add such comments manually.+ 
 +This feature allows you to see comment like annotations for end of scope tags, with information about current scope.  
 +For example, it shows you condition statement for closing brace, so you do not need to add such comments manually.
  
 {{:view:end-tag-annotations.png|End Tag Annotations in HippoEDIT}} {{:view:end-tag-annotations.png|End Tag Annotations in HippoEDIT}}
  
-On image above, you see two annotations added (<< while ... >> and <<this.get_content ... >>) to corresponding braces closing scopes for function and while loop. It looks like they are comments, but actually they are automatically drawn by text editor. Format of the annotation can be justified by [[options:xml:end-annotation-format|XML flag]].+On image above, you see two annotations added (<< while ... >> and <<this.get_content ... >>) to corresponding braces closing scopes for function and while loop. It looks like they are comments, but actuallythey are automatically drawn by the text editor. Format of the annotation can be justified by [[options:xml:end-annotation-format|XML flag]].
  
 <note>Only shown in case of count of the lines in the scope more than [[options:xml:end-annotation-minimum|some limit]].</note> <note>Only shown in case of count of the lines in the scope more than [[options:xml:end-annotation-minimum|some limit]].</note>