• Login
Community
  • Login

key-bindings insert the current Date and Time

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 1.5k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • А
    Александр Корженевский
    last edited by Jan 15, 2019, 8:13 AM

    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

    M 1 Reply Last reply Jan 15, 2019, 9:52 AM Reply Quote 0
    • M
      Meta Chuh moderator @Александр Корженевский
      last edited by Meta Chuh Jan 15, 2019, 10:02 AM Jan 15, 2019, 9:52 AM

      @Александр-Корженевский

      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:

      alt

      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 below

      PythonScript.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. py

      manual, 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.0

      user 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

      1 Reply Last reply Reply Quote 2
      1 out of 2
      • First post
        1/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors