diff options
Diffstat (limited to 'notepadpp/debian/app64/plugins/Config')
-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 |
2 files changed, 10 insertions, 0 deletions
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 |