options:xml:random-colors-document-tabs

Differences

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

Link to this comparison view

Next revision
Previous revision
options:xml:random-colors-document-tabs [2014/02/09 01:50] – external edit 127.0.0.1options:xml:random-colors-document-tabs [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Random Colors for Document Tab in 2003 Theme ====== ====== Random Colors for Document Tab in 2003 Theme ======
-From HippoEDIT 1.50 default design for Document Tabs in 2003 theme has been changed. Now editor does not assign random color for new tabsbut display them (by default) in standard frame color. This change was needed to allow you assign specific, syntax related colors to tabs. You can do this by setting of [[options:syntax:miscellaneous|Associative Color]] in Miscellaneous tab of syntax.  +From HippoEDIT 1.50 default design for Document Tabs in 2003 theme has been changed. Now editor does not assign random color for new tabs but displays them (by default) in standard frame color. This change was needed to allow you assign specific, syntax related colors to tabs. You can do this by the setting of [[options:syntax:miscellaneous|Associative Color]] in Miscellaneous tab of syntax.  
  
-If you for some reason do not like new behavior, you can revert old logic by use of following XML flag, in **hippoedit.config**:+If you for some reason do not like new behavior for 2003 visualization, you can revert old logic by use of following XML flag, in **hippoedit.config**:
 <code xml> <code xml>
-<RandomColorDocTabs>true</RandomColorDocTabs>+<GENERAL> 
 +    <RandomColorDocTabs>true</RandomColorDocTabs
 +</GENERAL>
 </code> </code>
 create the line if does not exist, and put value you want. Default value is **false**. create the line if does not exist, and put value you want. Default value is **false**.
 +<note>You can background color of document tabs only in 2002 Theme. In XP it does not have any effect.</note>
 #xml_option  #xml_option