view:end-tag-annotations

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
view:end-tag-annotations [2019/04/17 00:18] adminview:end-tag-annotations [2019/04/17 00:19] (current) admin
Line 1: Line 1:
 ====== End Tag Annotations ====== ====== End Tag Annotations ======
  
-You can switch this feature ON or OFF in [[options:editor:display|Editor->Display settings]].+<note tip>You can switch this feature ON or OFF in [[options:editor:display|Editor->Display settings]].</note>
  
-Thisa  feature allows you to see comment like annotations for end of scope tags, with information about current scope. +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 a closing brace, so you do not need to add such comments manually. For example, it shows you condition statement for a 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>