User Tools

Site Tools


userspace:notepad2

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:notepad2 [2014/05/28 22:26]
SisterOfMercy
userspace:notepad2 [2021/08/23 08:37] (current)
Line 6: Line 6:
  
 During the installation a notepad2.ini is copied to the installation directory of notepad2, which redirects notepad2 to use the ini file in the Application Data folder of the user. This way each user can mess with his own settings. \\ During the installation a notepad2.ini is copied to the installation directory of notepad2, which redirects notepad2 to use the ini file in the Application Data folder of the user. This way each user can mess with his own settings. \\
 +
 +==== %scriptpath%\files\programfiles\notepad2.ini ====
 +
 +<code winst>
 +[Notepad2]
 +Notepad2.ini=%APPDATA%\Notepad2.ini
 +</code>
 +
 +==== %scriptpath%\files\appdata\notepad2.ini ====
 +
 +<code winst>
 +[Notepad2]
 +[Settings]
 +SaveSettings=0
 +SaveRecentFiles=0
 +SaveFindReplace=0
 +CloseFind=0
 +CloseReplace=0
 +NoFindWrap=0
 +OpenWithDir=%USERPROFILE%\Desktop
 +Favorites=%CSIDL:MYDOCUMENTS%
 +PathNameFormat=2
 +WordWrap=0
 +WordWrapMode=0
 +WordWrapIndent=0
 +WordWrapSymbols=22
 +ShowWordWrapSymbols=0
 +MatchBraces=1
 +AutoCloseTags=0
 +HighlightCurrentLine=0
 +AutoIndent=1
 +ShowIndentGuides=0
 +TabsAsSpaces=0
 +TabIndents=1
 +BackspaceUnindents=0
 +TabWidth=8
 +IndentWidth=0
 +MarkLongLines=0
 +LongLinesLimit=72
 +LongLineMode=1
 +ShowSelectionMargin=0
 +ShowLineNumbers=1
 +ViewWhiteSpace=0
 +ViewEOLs=0
 +DefaultEncoding=0
 +SkipUnicodeDetection=0
 +LoadASCIIasUTF8=0
 +NoEncodingTags=0
 +DefaultEOLMode=0
 +FixLineEndings=1
 +FixTrailingBlanks=0
 +PrintHeader=1
 +PrintFooter=0
 +PrintColorMode=3
 +PrintZoom=10
 +PrintMarginLeft=2000
 +PrintMarginTop=2000
 +PrintMarginRight=2000
 +PrintMarginBottom=2000
 +SaveBeforeRunningTools=0
 +FileWatchingMode=0
 +ResetFileWatching=1
 +EscFunction=0
 +AlwaysOnTop=0
 +MinimizeToTray=0
 +TransparentMode=0
 +ToolbarButtons=1 2 3 4 0 5 6 0 7 8 9 0 10 11 0 12 0 13 14 0 15 16 0 17
 +ShowToolbar=1
 +ShowStatusbar=1
 +EncodingDlgSizeX=256
 +EncodingDlgSizeY=262
 +RecodeDlgSizeX=256
 +RecodeDlgSizeY=262
 +FileMRUDlgSizeX=412
 +FileMRUDlgSizeY=376
 +OpenWithDlgSizeX=384
 +OpenWithDlgSizeY=386
 +FavoritesDlgSizeX=334
 +FavoritesDlgSizeY=316
 +FindReplaceDlgPosX=0
 +FindReplaceDlgPosY=0
 +[Window]
 +1600x900 PosX=744
 +1600x900 PosY=16
 +1600x900 SizeX=840
 +1600x900 SizeY=840
 +1600x900 Maximized=0
 +[Custom Colors]
 +01=#000000
 +02=#0A246A
 +03=#3A6EA5
 +04=#003CE6
 +05=#006633
 +06=#608020
 +07=#648000
 +08=#A46000
 +09=#FFFFFF
 +10=#FFFFE2
 +11=#FFF1A8
 +12=#FFC000
 +13=#FF4000
 +14=#C80000
 +15=#B000B0
 +16=#B28B40
 +[Styles]
 +Use2ndDefaultStyle=0
 +DefaultScheme=0
 +AutoSelect=1
 +SelectDlgSizeX=304
 +SelectDlgSizeY=324
 +[Recent Files]
 +[Recent Find]
 +[Recent Replace]
 +</code>
  
 ==== control file ==== ==== control file ====
userspace/notepad2.1401315968.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)