Community
    • Login

    key-bindings insert the current Date and Time

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 1.9k Views 1 Watching
    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.
    • Александр КорженевскийА Offline
      Александр Корженевский
      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 ChuhM 1 Reply Last reply Reply Quote 0
      • Meta ChuhM Offline
        Meta Chuh moderator @Александр Корженевский
        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

        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
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors