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.dllpython27.dll goes to:
npp.7.6.2.bin\python27.dllmachine 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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login