Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    key-bindings insert the current Date and Time

    Help wanted · · · – – – · · ·
    2
    2
    1326
    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

      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

      Meta Chuh 1 Reply Last reply Reply Quote 0
      • Meta Chuh
        Meta Chuh @Александр Корженевский last edited by Meta Chuh

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

        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
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors