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 | e91826c52adadc90dcb12c10df19a7cf60ca3ac4 (patch) | |
tree | 0dd4e58c857c63e2f0e0b250ed66028effb35fc9 /notepadpp/debian/app64/plugins | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
download | stackrpms-e91826c52adadc90dcb12c10df19a7cf60ca3ac4.tar.gz stackrpms-e91826c52adadc90dcb12c10df19a7cf60ca3ac4.tar.bz2 stackrpms-e91826c52adadc90dcb12c10df19a7cf60ca3ac4.zip |
Add notepad++ as notepadpp
Diffstat (limited to 'notepadpp/debian/app64/plugins')
-rw-r--r-- | notepadpp/debian/app64/plugins/ComparePlugin.dll | bin | 0 -> 268800 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll | bin | 0 -> 268800 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll | bin | 0 -> 1078784 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll | bin | 0 -> 1701376 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/Config/converter.ini | 10 | ||||
-rw-r--r-- | notepadpp/debian/app64/plugins/Config/nppPluginList.dll | bin | 0 -> 155280 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll | bin | 0 -> 157328 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/NppExport/NppExport.dll | bin | 0 -> 133264 bytes | |||
-rw-r--r-- | notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll | bin | 0 -> 120464 bytes |
9 files changed, 10 insertions, 0 deletions
diff --git a/notepadpp/debian/app64/plugins/ComparePlugin.dll b/notepadpp/debian/app64/plugins/ComparePlugin.dll Binary files differnew file mode 100644 index 0000000..1cdc453 --- /dev/null +++ b/notepadpp/debian/app64/plugins/ComparePlugin.dll diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll Binary files differnew file mode 100644 index 0000000..1cdc453 --- /dev/null +++ b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll Binary files differnew file mode 100644 index 0000000..83acd33 --- /dev/null +++ b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll Binary files differnew file mode 100644 index 0000000..1afcff4 --- /dev/null +++ b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll diff --git a/notepadpp/debian/app64/plugins/Config/converter.ini b/notepadpp/debian/app64/plugins/Config/converter.ini new file mode 100644 index 0000000..2fdb027 --- /dev/null +++ b/notepadpp/debian/app64/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/app64/plugins/Config/nppPluginList.dll b/notepadpp/debian/app64/plugins/Config/nppPluginList.dll Binary files differnew file mode 100644 index 0000000..d1ad1ea --- /dev/null +++ b/notepadpp/debian/app64/plugins/Config/nppPluginList.dll diff --git a/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll b/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll Binary files differnew file mode 100644 index 0000000..0149474 --- /dev/null +++ b/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll diff --git a/notepadpp/debian/app64/plugins/NppExport/NppExport.dll b/notepadpp/debian/app64/plugins/NppExport/NppExport.dll Binary files differnew file mode 100644 index 0000000..c239647 --- /dev/null +++ b/notepadpp/debian/app64/plugins/NppExport/NppExport.dll diff --git a/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll b/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll Binary files differnew file mode 100644 index 0000000..ee1dbac --- /dev/null +++ b/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll |