From e91826c52adadc90dcb12c10df19a7cf60ca3ac4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 29 Dec 2019 13:06:46 +0000 Subject: Add notepad++ as notepadpp --- notepadpp/debian/app64/plugins/ComparePlugin.dll | Bin 0 -> 268800 bytes .../app64/plugins/ComparePlugin/ComparePlugin.dll | Bin 0 -> 268800 bytes .../plugins/ComparePlugin/ComparePlugin/git2.dll | Bin 0 -> 1078784 bytes .../plugins/ComparePlugin/ComparePlugin/sqlite3.dll | Bin 0 -> 1701376 bytes notepadpp/debian/app64/plugins/Config/converter.ini | 10 ++++++++++ .../debian/app64/plugins/Config/nppPluginList.dll | Bin 0 -> 155280 bytes .../app64/plugins/NppConverter/NppConverter.dll | Bin 0 -> 157328 bytes .../debian/app64/plugins/NppExport/NppExport.dll | Bin 0 -> 133264 bytes .../debian/app64/plugins/mimeTools/mimeTools.dll | Bin 0 -> 120464 bytes 9 files changed, 10 insertions(+) create mode 100644 notepadpp/debian/app64/plugins/ComparePlugin.dll create mode 100644 notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll create mode 100644 notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll create mode 100644 notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll create mode 100644 notepadpp/debian/app64/plugins/Config/converter.ini create mode 100644 notepadpp/debian/app64/plugins/Config/nppPluginList.dll create mode 100644 notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll create mode 100644 notepadpp/debian/app64/plugins/NppExport/NppExport.dll create mode 100644 notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll (limited to 'notepadpp/debian/app64/plugins') diff --git a/notepadpp/debian/app64/plugins/ComparePlugin.dll b/notepadpp/debian/app64/plugins/ComparePlugin.dll new file mode 100644 index 0000000..1cdc453 Binary files /dev/null and b/notepadpp/debian/app64/plugins/ComparePlugin.dll differ diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll new file mode 100644 index 0000000..1cdc453 Binary files /dev/null and b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin.dll differ diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll new file mode 100644 index 0000000..83acd33 Binary files /dev/null and b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/git2.dll differ diff --git a/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll new file mode 100644 index 0000000..1afcff4 Binary files /dev/null and b/notepadpp/debian/app64/plugins/ComparePlugin/ComparePlugin/sqlite3.dll differ 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 new file mode 100644 index 0000000..d1ad1ea Binary files /dev/null and b/notepadpp/debian/app64/plugins/Config/nppPluginList.dll differ diff --git a/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll b/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll new file mode 100644 index 0000000..0149474 Binary files /dev/null and b/notepadpp/debian/app64/plugins/NppConverter/NppConverter.dll differ diff --git a/notepadpp/debian/app64/plugins/NppExport/NppExport.dll b/notepadpp/debian/app64/plugins/NppExport/NppExport.dll new file mode 100644 index 0000000..c239647 Binary files /dev/null and b/notepadpp/debian/app64/plugins/NppExport/NppExport.dll differ diff --git a/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll b/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll new file mode 100644 index 0000000..ee1dbac Binary files /dev/null and b/notepadpp/debian/app64/plugins/mimeTools/mimeTools.dll differ -- cgit