diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-29 13:06:46 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-29 13:06:46 +0000 |
commit | 5dd2ccf0878b4d9939999cd7904e2361522c73d9 (patch) | |
tree | 0dd4e58c857c63e2f0e0b250ed66028effb35fc9 /notepadpp/debian/app32/plugins | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | Add notepad++ as notepadpp (diff) | |
download | stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.tar.gz stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.tar.bz2 stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.zip |
Merge branch 'notepadpp-bump' into 'master'
Add notepad++ as notepadpp
See merge request bgstack15/stackrpms!112
Diffstat (limited to 'notepadpp/debian/app32/plugins')
-rw-r--r-- | notepadpp/debian/app32/plugins/ComparePlugin.dll | bin | 0 -> 215040 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin.dll | bin | 0 -> 215040 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/git2.dll | bin | 0 -> 817664 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/sqlite3.dll | bin | 0 -> 838887 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/Config/NppTextFX.ini | 29 | ||||
-rw-r--r-- | notepadpp/debian/app32/plugins/Config/converter.ini | 10 | ||||
-rw-r--r-- | notepadpp/debian/app32/plugins/Config/nppPluginList.dll | bin | 0 -> 169616 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/NppConverter/NppConverter.dll | bin | 0 -> 135312 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/NppExport/NppExport.dll | bin | 0 -> 113296 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/NppTextFX.dll | bin | 0 -> 229376 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/NppTextFX/NppTextFX.dll | bin | 0 -> 229376 bytes | |||
-rw-r--r-- | notepadpp/debian/app32/plugins/mimeTools/mimeTools.dll | bin | 0 -> 98448 bytes |
12 files changed, 39 insertions, 0 deletions
diff --git a/notepadpp/debian/app32/plugins/ComparePlugin.dll b/notepadpp/debian/app32/plugins/ComparePlugin.dll Binary files differnew file mode 100644 index 0000000..339c950 --- /dev/null +++ b/notepadpp/debian/app32/plugins/ComparePlugin.dll diff --git a/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin.dll b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin.dll Binary files differnew file mode 100644 index 0000000..339c950 --- /dev/null +++ b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin.dll diff --git a/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/git2.dll b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/git2.dll Binary files differnew file mode 100644 index 0000000..1ce2a2d --- /dev/null +++ b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/git2.dll diff --git a/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/sqlite3.dll b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/sqlite3.dll Binary files differnew file mode 100644 index 0000000..8f6b637 --- /dev/null +++ b/notepadpp/debian/app32/plugins/ComparePlugin/ComparePlugin/sqlite3.dll diff --git a/notepadpp/debian/app32/plugins/Config/NppTextFX.ini b/notepadpp/debian/app32/plugins/Config/NppTextFX.ini new file mode 100644 index 0000000..5769c7c --- /dev/null +++ b/notepadpp/debian/app32/plugins/Config/NppTextFX.ini @@ -0,0 +1,29 @@ +[FindReplace]
+RepositoryFolders=TextFX Original:%CSIDLX_TEXTFXDATA%\ReplaceSets;Most Recent Folder:;My Documents:%CSIDL_PERSONAL%
+RepositorySelected=0
+[Settings]
+SeparateQuickMenus=0
+BlockOverwrite=0
+AutoCloseBrace=0
+AutoCloseHTMLtag=0
+AutoSpace2Tab=0
+AutoConvertHTML=0
+SortAscending=1
+SortLinesUnique=0
+MarkWordFindCaseSensitive=0
+MarkWordFindWholeWord=0
+DisableSubclassing=0
+CaptureCutCopyPaste=0
+CtrlDAlsoDupsBlock=0
+[Viz]
+VizCaseSensitive=0
+VizWholeWords=0
+VizRegex=0
+VizCutCopyAppend=0
+VizClipboardAlwaysCRLF=1
+VizClipboardReplaceNulls=0
+VizClipboardCopyAlsoUTF8=0
+VizClipboardNotUnicode=0
+VizPasteRetainsPosition=0
+VizPasteBinary=0
+VizPasteToEditorEOL=1
diff --git a/notepadpp/debian/app32/plugins/Config/converter.ini b/notepadpp/debian/app32/plugins/Config/converter.ini new file mode 100644 index 0000000..2fdb027 --- /dev/null +++ b/notepadpp/debian/app32/plugins/Config/converter.ini @@ -0,0 +1,10 @@ +; This section contains the paremters for command ASCII -> Hex
+; If you modify directly this file, please restart your Notepad++ to take effect.
+; * insertSpace: this parameter allows you to insert a white space between the generated hex codes. Set the value to 1 to enable it, 0 otherwise.
+; * uppercase: this parameter allows you to make a-f in UPPERCASE (ie. A-F). Set the value to 1 to enable it , 0 otherwise.
+; * nbCharPerLine:this parameter allows you to break line. The value you set is the number of ascii character per line. Set the value from 0 to whatever you want.
+[ascii2Hex]
+insertSpace=0
+uppercase=1
+nbCharPerLine=16
+
diff --git a/notepadpp/debian/app32/plugins/Config/nppPluginList.dll b/notepadpp/debian/app32/plugins/Config/nppPluginList.dll Binary files differnew file mode 100644 index 0000000..959488f --- /dev/null +++ b/notepadpp/debian/app32/plugins/Config/nppPluginList.dll diff --git a/notepadpp/debian/app32/plugins/NppConverter/NppConverter.dll b/notepadpp/debian/app32/plugins/NppConverter/NppConverter.dll Binary files differnew file mode 100644 index 0000000..bfbbd4a --- /dev/null +++ b/notepadpp/debian/app32/plugins/NppConverter/NppConverter.dll diff --git a/notepadpp/debian/app32/plugins/NppExport/NppExport.dll b/notepadpp/debian/app32/plugins/NppExport/NppExport.dll Binary files differnew file mode 100644 index 0000000..1e5c05c --- /dev/null +++ b/notepadpp/debian/app32/plugins/NppExport/NppExport.dll diff --git a/notepadpp/debian/app32/plugins/NppTextFX.dll b/notepadpp/debian/app32/plugins/NppTextFX.dll Binary files differnew file mode 100644 index 0000000..8fc2309 --- /dev/null +++ b/notepadpp/debian/app32/plugins/NppTextFX.dll diff --git a/notepadpp/debian/app32/plugins/NppTextFX/NppTextFX.dll b/notepadpp/debian/app32/plugins/NppTextFX/NppTextFX.dll Binary files differnew file mode 100644 index 0000000..8fc2309 --- /dev/null +++ b/notepadpp/debian/app32/plugins/NppTextFX/NppTextFX.dll diff --git a/notepadpp/debian/app32/plugins/mimeTools/mimeTools.dll b/notepadpp/debian/app32/plugins/mimeTools/mimeTools.dll Binary files differnew file mode 100644 index 0000000..2d2f7f0 --- /dev/null +++ b/notepadpp/debian/app32/plugins/mimeTools/mimeTools.dll |