home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 December / DPPCPRO1205.ISO / Essentials / Programming / Notepad2 / NOTEPAD2.EXE / Notepad2.reg < prev    next >
Encoding:
Windows Registry Data  |  2004-06-25  |  4.2 KB  |  146 lines

  1. REGEDIT4
  2.  
  3. ; Additional Settings for Notepad2
  4. ;
  5. ; Notepad2 must be restarted after the values have been
  6. ; imported to the registry (press Ctrl+L from Notepad2).
  7.  
  8.  
  9. ; Notepad2 Toolbar Button Customization
  10. ;
  11. ; The following settings can be used to customize the appearance of
  12. ; the Notepad2 toolbar buttons.
  13.  
  14.  
  15. ; Toolbar Strings
  16. ;
  17. ; Remove the ; in front of each button you would like to display a text
  18. ; description in addition to the image.
  19.  
  20. [-HKEY_CURRENT_USER\Software\Notepad2\Toolbar Strings]
  21. [HKEY_CURRENT_USER\Software\Notepad2\Toolbar Strings]
  22. ;"01"="New"
  23. ;"02"="Open"
  24. ;"03"="metapath"
  25. ;"04"="Save"
  26. ;"05"="----------"
  27. ;"06"="Undo"
  28. ;"07"="Redo"
  29. ;"08"="----------"
  30. ;"09"="Cut"
  31. ;"10"="Copy"
  32. ;"11"="Paste"
  33. ;"12"="----------"
  34. ;"13"="Find"
  35. ;"14"="Replace"
  36. ;"15"="----------"
  37. ;"16"="Word Wrap"
  38. ;"17"="----------"
  39. ;"18"="Zoom In"
  40. ;"19"="Zoom Out"
  41. ;"20"="----------"
  42. ;"21"="Scheme"
  43. ;"22"="Config"
  44. ;"23"="----------"
  45. ;"24"="Exit"
  46. ;"25"="Save As"
  47. ;"26"="Save Copy"
  48. ;"27"="Copy All"
  49. ;"28"="Clear"
  50. ;"29"="Find Next"
  51. ;"30"="Find Previous"
  52. ;"31"="Print"
  53.  
  54.  
  55. ; Toolbar Bitmaps
  56. ;
  57. ; It's possible to use custom bitmaps for the Notepad2 toolbar. See the
  58. ; file Toolbar.bmp from the Notepad2 source code package as a template.
  59. ; Note: if you have created a nice set of toolbar buttons and would like
  60. ; to release it to others, please drop me a note: textview@bluewin.ch.
  61.  
  62. [HKEY_CURRENT_USER\Software\Notepad2\Settings]
  63. ;"ToolbarBitmap"="Tools.bmp"
  64. ;"ToolbarBitmapHot"="ToolsHot.bmp"
  65. ;"ToolbarBitmapDisabled"="ToolsDisabled.bmp"
  66.  
  67.  
  68. [HKEY_CURRENT_USER\Software\Notepad2\International]
  69.  
  70. ; International Support
  71. ;
  72. ; Specify default ANSI code page and character set. Experimental...!
  73. ;
  74. ; Code Pages (incomplete):                         Character Sets:
  75. ; ------------------------                         ---------------
  76. ;    0 Default                                       0 ANSI
  77. ;  874 Thai                                          1 Default
  78. ;  932 Japan                                         2 Symbol
  79. ;  936 Chinese (PRC, Singapore)                     77 Mac
  80. ;  949 Korean                                      128 Shift JIS
  81. ;  950 Chinese (Taiwan; Hong Kong SAR, PRC)        129 Hangul
  82. ; 1250 Windows 3.1 Eastern European                130 Johab
  83. ; 1251 Windows 3.1 Cyrillic                        134 GB-2312
  84. ; 1252 Windows 3.1 Latin 1 (U.S., Western Europe)  136 Chinese Big-5
  85. ; 1253 Windows 3.1 Greek                           161 Greec
  86. ; 1254 Windows 3.1 Turkish                         162 Turkish
  87. ; 1255 Hebrew                                      163 Vietnamese
  88. ; 1256 Arabic                                      177 Hebrew
  89. ; 1257 Baltic                                      178 Arabic
  90. ;                                                  186 Baltic
  91. ;                                                  204 Russian
  92. ;                                                  222 Thai
  93. ;  NOTE: Convert to hexadecimal before using!      238 Eastern European
  94. ;                                                  255 OEM
  95.  
  96. "CodePage"=dword:00000000
  97. "CharSet"=dword:0000001
  98.  
  99.  
  100. ; Miscellaneous Options
  101.  
  102.  
  103. [HKEY_CURRENT_USER\Software\Notepad2\Settings]
  104.  
  105. ; Default Extension
  106. ; The file extension specified here is automatically added when you type
  107. ; filenames without extensions in the open and save dialogs. The default
  108. ; is "txt", and "" means no extension.
  109.  
  110. "DefaultExtension"="txt"
  111.  
  112.  
  113. ; Large File Warning
  114. ; Set the limit in megabytes (hexadecimal) for the load warning message.
  115. ; The default setting is to display a warning for files exceeding 1 MB.
  116. ;
  117. ; disable -> 00000000
  118. ;  1 MB   -> 00000001
  119. ;  2 MB   -> 00000002
  120. ; 10 MB   -> 0000000A
  121.  
  122. "FileLoadWarningMB"=dword:00000001
  123.  
  124.  
  125. ; Opacity Level
  126. ; Opacity level in transparent mode in %. The value must be
  127. ; indicated in hexadecimal notation.
  128. ; Note: transparent mode is activated by pressing Alt+U.
  129. ;
  130. ; 100% -> 00000064
  131. ;  75% -> 0000004b
  132. ;  50% -> 00000032
  133. ;  33% -> 00000021
  134.  
  135. "OpacityLevel"=dword:0000004b
  136.  
  137.  
  138. ; No Fade Hidden
  139. ; Disable faded appearance of hidden and system files in the "Open with"
  140. ; and "Favorites" dialog boxes.
  141. ;
  142. ; enabled  -> 00000001
  143. ; disabled -> 00000000
  144.  
  145. "NoFadeHidden"=dword:00000000
  146.