options:xml:taskbar-thumbnails

Differences

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

Link to this comparison view

Next revision
Previous revision
options:xml:taskbar-thumbnails [2014/02/09 01:50] – external edit 127.0.0.1options:xml:taskbar-thumbnails [2021/06/08 22:38] (current) admin
Line 1: Line 1:
 ====== Windows 7 Thumbnails for Document Tabs ====== ====== Windows 7 Thumbnails for Document Tabs ======
  
-By default HippoEDIT shows thumbnail previews (and content preview on hover) for open document tabs, if running on Windows 7 or higher (as Internet Explorer does). If you do not like this feature and what to have only single preview of main window (as for many applications), you can disable windows 7 thumbnail feature by use of XML flag.+By defaultHippoEDIT shows thumbnail previews (and content preview on hover) for open document tabs, if running Windows 7 or higher (as Internet Explorer does). If you do not like this feature and want to have only single preview of the main window (as for many applications), you can disable the windows 7 thumbnail feature by use of XML flag.
  
 If you for some reason want to change default, you can do it with XML flag in **hippoedit.config**: If you for some reason want to change default, you can do it with XML flag in **hippoedit.config**:
 <code xml> <code xml>
-<TaskbarThumbnails>false</TaskbarThumbnails>+<GENERAL> 
 +    <TaskbarThumbnails>false</TaskbarThumbnails
 +</GENERAL>
 </code> </code>
 create the line if does not exist, and put value you want. Default is **true**. create the line if does not exist, and put value you want. Default is **true**.