key-bindings insert the current Date and Time
-
I downloaded npp.7.6.2.bin.7z
I need key-bindings insert the current Date and Time
I found in google the page about the it.
https://stackoverflow.com/questions/27950710/in-notepad-how-can-i-insert-the-current-date-and-time
I have tried to install the PythonScript TextFX plugin through the plugin Manager.
But there are no such plugins in the plugin Manager.
I tried installing Python Script manually as it described on the page:
http://npppythonscript.sourceforge.net/docs/latest/usage.html
I downloaded PythonScript_Full_1.0.8.0.zip
Copied the contents of the archive to the folder notepad++
But the plugin did not appear in the program.
Tell me how key-bindings insert the current Date and Time in npp -
to install TextFX in your portable notepad++ 7.6.2:
you have to use the official “plugins admin” to install the TextFX Characters plugin.
(the old “plugin manager” is not compatible with newer notepad++ releases)
here is a good screen video from @andrecool-68 about it, as he answered a similar question a few days ago:to install PythonScript will be a bit more to do, because the folder locations of notepad++ 7.6.2 are different:
get a new copy of PythonScript_Full_1.3.0.0.zip from here
extract it and put it’s contents as listed belowPythonScript.dll, plugin dll goes to:
npp.7.6.2.bin\plugins\PythonScript\PythonScript.dll
python27.dll goes to:
npp.7.6.2.bin\python27.dll
machine level scripts and python library go to:
npp.7.6.2.bin\plugins\PythonScript\lib\
npp.7.6.2.bin\plugins\PythonScript\scripts\
contains sample scripts and startup. pymanual, context-help files go to:
npp.7.6.2.bin\plugins\doc\PythonScript\
contains PythonScript.chm up to version 1.2.0.0
contains html docs since version 1.3.0.0user level scripts go to:
npp.7.6.2.bin\plugins\config\PythonScript\scripts\
note: this folder will be created automatically as soon as a new script is created.note: you can also find more information about PythonScript installation to a non portable, installed version of notepad++ here