home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / develop / tools / npp.4.2.2.Installer.exe / config.xml < prev    next >
Extensible Markup Language  |  2007-08-16  |  5KB  |  86 lines

  1. <?xml version="1.0" encoding="Windows-1252" ?>
  2. <NotepadPlus>
  3.     <GUIConfigs>
  4.         <!-- 3 status : "large", "small" or "hide"-->
  5.         <GUIConfig name="ToolBar">standard</GUIConfig>
  6.         <!-- 2 status : "show" or "hide"-->
  7.         <GUIConfig name="StatusBar">show</GUIConfig>
  8.         <!-- For all attributs, 2 status : "yes" or "no"-->
  9.         <GUIConfig name="TabBar" dragAndDrop="yes" drawTopBar="yes" drawInactiveTab="yes" reduce="yes" closeButton="no" doubleClick2Close="no" />
  10.         <!-- 2 positions : "horizontal" or "vertical"-->
  11.         <GUIConfig name="ScintillaViewsSplitter">vertical</GUIConfig>
  12.         <!-- For the attribut of position, 2 status : docked or undocked ; 2 status : "show" or "hide" -->
  13.         <GUIConfig name="UserDefineDlg" position="undocked">hide</GUIConfig>
  14.         <GUIConfig name="TabSetting" size="4" replaceBySpace="no" />
  15.         <!--App position-->
  16.         <GUIConfig name="AppPosition" x="195" y="104" width="1033" height="834" isMaximized="yes" />
  17.         <!-- For the primary scintilla view,
  18.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  19.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box"  -->
  20.         <GUIConfig name="ScintillaPrimaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="no" edge="no" edgeNbColumn="100" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
  21.         <!-- For the secodary scintilla view,
  22.              2 status for Attribut lineNumberMargin, bookMarkMargin, indentGuideLine and currentLineHilitingShow: "show" or "hide"
  23.              4 status for Attribut folderMarkStyle : "simple", "arrow", "circle" and "box" -->
  24.         <GUIConfig name="ScintillaSecondaryView" lineNumberMargin="show" bookMarkMargin="show" folderMarkStyle="box" indentGuideLine="show" currentLineHilitingShow="show" Wrap="yes" edge="no" edgeNbColumn="80" wrapSymbolShow="hide" zoom="0" whiteSpaceShow="hide" eolShow="hide" />
  25.         <GUIConfig name="Auto-detection">yes</GUIConfig>
  26.         <GUIConfig name="CheckHistoryFiles">yes</GUIConfig>
  27.         <GUIConfig name="TrayIcon">no</GUIConfig>
  28.         <GUIConfig name="RememberLastSession">yes</GUIConfig>
  29.         <!--
  30.             New Document default settings :
  31.                 format = 0/1/2 -> win/unix/mac
  32.                 encoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOM
  33.                 defaultLang = 0/1/2/..
  34.  
  35.             Note 1 : UTF8-BOM -> UTF8 without BOM
  36.             Note 2 : for defaultLang :
  37.                     0 -> L_TXT
  38.                     1 -> L_PHP
  39.                     ... (see source file)
  40.         -->
  41.         <GUIConfig name="NewDocDefaultSettings" format="0" encoding="0" lang="0" />
  42.         <GUIConfig name="langsExcluded" gr0="0" gr1="0" gr2="0" gr3="0" gr4="0" gr5="0" gr6="0" gr7="0" />
  43.         <!--
  44.         printOption is print colour setting, the following values are possible :
  45.             0 : WYSIWYG
  46.             1 : Invert colour
  47.             2 : B & W
  48.             3 : WYSIWYG but without background colour
  49.         -->
  50.         <GUIConfig name="Print" lineNumber="no" printOption="0" headerLeft="$(FULL_CURRENT_PATH)" headerMiddle="" headerRight="$(LONG_DATE) $(TIME)" headerFontName="IBMPC" headerFontStyle="1" headerFontSize="8" footerLeft="" footerMiddle="-$(CURRENT_PRINTING_PAGE)-" footerRight="" footerFontName="" footerFontStyle="0" footerFontSize="9" margeLeft="0" margeTop="0" margeRight="0" margeBottom="0" />
  51.         <!--
  52.                             Backup Setting :
  53.                                 0 : non backup
  54.                                 1 : simple backup
  55.                                 2 : verbose backup
  56.                       -->
  57.         <GUIConfig name="Backup" action="0" useCustumDir="no" dir="" />
  58.         <GUIConfig name="TaskList">yes</GUIConfig>
  59.         <GUIConfig name="SaveOpenFileInSameDir">no</GUIConfig>
  60.         <!--
  61.             value 0 for the folloing parameters means invisible :
  62.             leftWidth, topHight, rightWidth, bottomHight
  63.             
  64.                     position value for the PluginDlg:
  65.                         
  66.                         0 : left
  67.                          1 : right
  68.                         2 : top
  69.                         3 : bottom
  70.                         >= 4 : undocked -> FloatingWindow id
  71.             -->
  72.         <GUIConfig name="MaitainIndent">yes</GUIConfig>
  73.         <GUIConfig name="MRU">yes</GUIConfig>
  74.         <GUIConfig name="URL">0</GUIConfig>
  75.         <GUIConfig name="DockingManager" leftWidth="200" rightWidth="200" topHeight="200" bottomHeight="200">
  76.             <PluginDlg pluginName="LightExplorer.dll" id="0" curr="0" prev="-1" isVisible="yes" />
  77.             <ActiveTabs cont="0" activeTab="0" />
  78.             <ActiveTabs cont="1" activeTab="-1" />
  79.             <ActiveTabs cont="2" activeTab="-1" />
  80.             <ActiveTabs cont="3" activeTab="-1" />
  81.         </GUIConfig>
  82.     </GUIConfigs>
  83.     <!-- The History of opened files list -->
  84.     <History nbMaxFile="15" />
  85. </NotepadPlus>
  86.