mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
218 lines
7.1 KiB
INI
218 lines
7.1 KiB
INI
[Notepad3]
|
|
;Notepad3.ini=%USERPROFILE%\Notepad3.ini
|
|
;Notepad3.ini=%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini
|
|
[Settings]
|
|
SettingsVersion=5
|
|
;AnalyzeReliableConfidenceLevel=50
|
|
;DefaultDirectoryOverride=
|
|
;ResolveToUNCPaths=false
|
|
[Settings2]
|
|
;grepWin.exe=grepWin-x64_portable.exe
|
|
;IMEInteraction=0
|
|
;DateTimeFormat= ;(-> <Locale dependent short format>)
|
|
;DateTimeLongFormat= ;(-> <Locale dependent long format>)
|
|
;TimeStampRegEx= ;(-> \$Date:[^\$]+\$ ) (Find-Pattern to Update Stamps)
|
|
;TimeStampFormat= ;(-> $Date: %s $) {Print format should fit to TimeStampRegEx}
|
|
;DefaultDirectory=
|
|
;DefaultExtension=txt
|
|
;DenyVirtualSpaceAccess=0
|
|
;DiscardOnClosingUntitledPasteBoard=0 ;(0/1) {when set, the close-modified prompt for an Untitled (no file path) document in PasteBoard / clipboard-monitoring mode (/B) offers a "Don't show this dialog again" opt-out checkbox; after opting out, the chosen action repeats silently on subsequent closes; has no effect when PasteBoard mode is not active}
|
|
;filebrowser.exe=minipath.exe
|
|
;FileCheckInterval=2000 ;(min: 200[msec] - if equal or less, notify immediately)
|
|
;FileWatchingMethod=0 ;(0=both[default], 1=poll-only, 2=push-only)
|
|
;FileChangedIndicator=[@]
|
|
;FileDeletedIndicator=[X]
|
|
;FileDlgFilters=
|
|
;FileLoadWarningMB=4
|
|
;FileVarScanBytes=512 ;(min:256, max:2048) {bytes scanned at file head and tail for Emacs file variables, Vim modelines, and encoding tags}
|
|
;MultiFileArg=0
|
|
;NoCGIGuess=0
|
|
;NoCopyLineOnEmptySelection=0
|
|
;NoCutLineOnEmptySelection=0
|
|
;CopyMultiSelectionSeparator= ;(-> <use current EOL>) {separator between multi-selection copies; empty=no separator; supports escape sequences: \r\n=CRLF, \n=LF, \t=tab, \xHH=hex}
|
|
;PasteBoardSeparator= ;(-> <use current EOL>) {separator pre-pended before each new clipboard entry (pasted at caret) in pasteboard mode; suppressed on first paste after enable and when caret is at a line start; empty=no separator; supports \r\n, \n, \t, \xHH; include newlines explicitly e.g. "\r\n---\r\n" for a dashed separator line}
|
|
;PasteBoardDebounceMs=200 ;(min: 0, max: 5000[msec]) {debounce interval for clipboard monitoring}
|
|
;PasteBoardAddTimestamp=0 ;(0/1) {prepend [HH:MM:SS] timestamp to each pasted entry in pasteboard mode}
|
|
;PasteBoardInitialShowMs=1500 ;(min: 500, max: 5000[msec]) {when launched with /B and /I together: show the window normally for this duration so the auto-pasted clipboard is visible, then minimize. Has no effect unless both /B and /I are passed.}
|
|
;NoFadeHidden=0
|
|
;NoFileVariables=0
|
|
;NoHTMLGuess=0
|
|
;PortableMyDocs=1
|
|
;OpacityLevel=75
|
|
;FindReplaceOpacityLevel=50
|
|
;RelativeFileMRU=1
|
|
;ReuseWindow=0
|
|
;SaveBlankNewFile=true
|
|
;RenderingTechnology=1
|
|
; Scintilla Rendering Technology:
|
|
; 0 = GDI (default Win32 rendering)
|
|
; 1 = DirectWrite (default) - Direct2D
|
|
; 2 = DirectWriteRetain (preserves back buffer, default on ARM64)
|
|
; 3 = DirectWriteDC (DC-based Direct2D)
|
|
; Tip: On ARM64 with rendering issues, try 0 (GDI) or 3 (DirectWriteDC)
|
|
; Per-resolution override in [Window]: e.g. 1920x1080 RenderingTechnology=0
|
|
;SciFontQuality=3
|
|
;SimpleIndentGuides=0
|
|
;SingleFileInstance=1
|
|
;ShellAppUserModelID=Rizonesoft.Notepad3
|
|
;ShellUseSystemMRU=1
|
|
;StickyWindowPosition=0
|
|
;SubWrappedLineSelectOnMarginClick=false
|
|
;LaunchInstanceWndPosOffset=28
|
|
;LaunchInstanceFullVisible=true
|
|
;MaxFileDropInstances=20
|
|
;UseOldStyleBraceMatching=0
|
|
;WebTemplate1=https://google.com/search?q=%s
|
|
;WebTmpl1MenuName=Open Web Action 1
|
|
;WebTemplate2=https://en.wikipedia.org/w/index.php?search=%s
|
|
;WebTmpl2MenuName=Open Web Action 2
|
|
;ExtendedWhiteSpaceChars=
|
|
;AutoCompleteWordCharSet=
|
|
;AutoCompleteFillUpChars=
|
|
;LineCommentPostfixStrg=
|
|
;UpdateDelayMarkAllOccurrences=50
|
|
;CurrentLineHorizontalSlop=40
|
|
;CurrentLineVerticalSlop=5
|
|
;UndoTransactionTimeout=0 ;in [msec]
|
|
;AdministrationTool.exe=
|
|
;DevDebugMode=0
|
|
;LocaleAnsiCodePageAnalysisBonus=33
|
|
;UchardetLanguageFilter=31
|
|
; Bitmask controlling which CJK charset probers are active in uchardet:
|
|
; Bit 0 (0x01/1) = Chinese Simplified (GB18030)
|
|
; Bit 1 (0x02/2) = Chinese Traditional (Big5, EUC-TW)
|
|
; Bit 2 (0x04/4) = Japanese (Shift_JIS, EUC-JP)
|
|
; Bit 3 (0x08/8) = Korean (EUC-KR)
|
|
; Bit 4 (0x10/16) = Non-CJK (single-byte encodings)
|
|
; Common values:
|
|
; 31 = All probers (default)
|
|
; 27 = Exclude Japanese (fix GB18030 misdetected as EUC-JP)
|
|
; 17 = Chinese Simplified + Non-CJK only
|
|
; 3 = Chinese only (simplified + traditional)
|
|
;LexerSQLNumberSignAsComment=1
|
|
;AtomicFileSave=true
|
|
;ExitOnESCSkipLevel=2
|
|
;ZoomTooltipTimeout=3200 ;in [msec]
|
|
;WrapAroundTooltipTimeout=2000 ;in [msec]
|
|
;LargeIconScalePrecent=150
|
|
;DarkModeBkgColor=0x1F1F1F
|
|
;DarkModeBtnFaceColor=0x333333
|
|
;DarkModeTxtColor=0xEFEFEF
|
|
;HyperlinkShellExURLWithApp=""
|
|
;HyperlinkShellExURLCmdLnArgs="${URL}" ;(use ${URL} as place holder for clicked Hyperlink URL string)
|
|
;HyperlinkFileProtocolVerb="" ;(ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")
|
|
;CodeFontPrefPrioList="Cascadia Code,Cascadia Mono,Cousine,Fira Code,Source Code Pro,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"
|
|
;TextFontPrefPrioList="Cascadia Mono,Cousine,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"
|
|
[Statusbar Settings]
|
|
;VisibleSections=0 1 15 14 2 4 5 6 7 8 9 10 11
|
|
;SectionPrefixes=Ln ,Col ,Sel ,Sb ,SLn ,Occ ,,,,,,,Ch ,Repl ,Eval ,U+,
|
|
;SectionPostfixes=,,,,,,,,,,,,,,,,
|
|
;SectionWidthSpecs=30 20 20 20 20 20 20 0 0 0 0 0 0 0 20 24
|
|
;ZeroBasedColumnIndex=0
|
|
;ZeroBasedCharacterCount=0
|
|
[Toolbar Images]
|
|
;BitmapDefault=<[<drive>:|relative_]\path_to>\Toolbar.bmp
|
|
;BitmapHot=<[<drive>:|relative_]\path_to>\ToolbarHot.bmp
|
|
;BitmapDisabled=<[<drive>:|relative_]\path_to>\ToolbarDisabled.bmp
|
|
[Toolbar Labels]
|
|
;01=New
|
|
;02=Open
|
|
;03=Browse
|
|
;04=Save
|
|
;05=Undo
|
|
;06=Redo
|
|
;07=Cut
|
|
;08=Copy
|
|
;09=Paste
|
|
;10=Find
|
|
;11=Replace
|
|
;12=Word Wrap
|
|
;13=Zoom In
|
|
;14=Zoom Out
|
|
;15=Scheme
|
|
;16=Customize Schemes
|
|
;17=Exit
|
|
;18=Save As
|
|
;19=Save Copy
|
|
;20=Delete
|
|
;21=Print
|
|
;22=Favorites
|
|
;23=Add to Favorites
|
|
;24=Toggle Folds
|
|
;25=Execute Document
|
|
;26=Focused View
|
|
;27=Monitoring Log
|
|
;28=History
|
|
;29=Always On Top
|
|
;30=Search in Files
|
|
;31=Reset Zoom
|
|
;32=New Empty Window
|
|
[Styles]
|
|
[Window]
|
|
;<ResX>x<ResY> DefaultWindowPosition=
|
|
[Suppressed Messages]
|
|
[Custom Colors]
|
|
[Common Base]
|
|
[2nd Common Base]
|
|
[Text Files]
|
|
[ANSI Art]
|
|
[Apache Config Files]
|
|
[Assembly Script]
|
|
[AutoHotkey Script]
|
|
[AutoHotkey v2 Script]
|
|
[AutoIt3 Script]
|
|
[AviSynth Script]
|
|
[Awk Script]
|
|
[Batch Files]
|
|
[C# Source Code]
|
|
[C/C++ Source Code]
|
|
[Cmake Script]
|
|
[Coffeescript]
|
|
[Configuration Files]
|
|
[CSS Style Sheets]
|
|
[CSV Prism]
|
|
[D Source Code]
|
|
[Dart Source Code]
|
|
[Diff Files]
|
|
[Fortran Source Code]
|
|
[Go Source Code]
|
|
[Inno Setup Script]
|
|
[Java Source Code]
|
|
[JavaScript]
|
|
[JSON]
|
|
[JSON5]
|
|
[Julia Script]
|
|
[KiXtart Script]
|
|
[Kotlin Source Code]
|
|
[LaTeX Files]
|
|
[Lua Script]
|
|
[Makefiles]
|
|
[Markdown]
|
|
[MATLAB]
|
|
[Nim Source Code]
|
|
[NSIS Script]
|
|
[Pascal Source Code]
|
|
[Perl Script]
|
|
[PowerShell Script]
|
|
[Python Script]
|
|
[Registry Files]
|
|
[Resource Script]
|
|
[R-S-SPlus Statistics Code]
|
|
[Ruby Script]
|
|
[Rust Source Code]
|
|
[Shell Script]
|
|
[SQL Query]
|
|
[SystemVerilog HDVL]
|
|
[Tcl Script]
|
|
[TOML Config]
|
|
[VBScript]
|
|
[Verilog HDL]
|
|
[VHDL]
|
|
[Visual Basic]
|
|
[Web Source Code]
|
|
[XML Document]
|
|
[YAML]
|
|
[Recent Files]
|
|
[Recent Find]
|
|
[Recent Replace]
|