• New built-in Plugin Admin (Plugin Manager) is ready

    117
    5 Votes
    117 Posts
    88k Views
    Peter McLeanP

    More news. After getting 24 32-bit Plug-ins working on Windows 7, I renamed the Program Files>Notepad++ folder on XP to “Notepad++ Org”, copied the whole Program Files>Notepad++ folder tree structure to XP from my Windows 7 box, and got 21 of the 24 Plug-ins to work on XP. The only problem is now, that I do not have a “Plug-in Manager” or “Plug-in Admin” that works on XP with Notepad++ V7.6.4. I can technically only install “Plug-in Manager” on XP, whereas I cannot even install “Plug-in Admin” on XP. However even if I install “Plug-in Manager”, “Plug-in Manager” cannot manager the Plug-ins running under Notepad++ V7.6.4, since V7.6.4 uses a different installation configuration. So my option now is to install the 32-bit Plug-ins on the Windows 7 box and then copy same to the XP box, and if they work then great, if not then bad luck hey? All you have to do, if the 32-bit Plug-ins do not work on XP, is to answer yes when asked if you wish to remove for compatibility reasons, or delete the incompatible Plug-in name folder under the Program Files/notepad++\plugins folder, e.g. C:\Program Files\Notepad++\plugins\csvquery to remove the 32-bit “csvquery” Plug-in. I hope that what I have learned is of some help to someone. Cheers from Aussie mate and happy Notepad++ing hey? :-)

  • -2 Votes
    9 Posts
    2k Views
    linpengchengL

    @PeterJones
    Thanks.

  • 0 Votes
    4 Posts
    2k Views
    Meta ChuhM

    @klaus-isbruch-dieboldnixdorf

    thanks for reporting back so quickly too ;-)

    glad you got it working using the official portable version.
    it is always recommended to use the official portable version only, as it is created by the developers, implementing all their own recent code changes.

    all other 3rd party releases might miss some code changes when packaging, leading to unexpected behaviour.

    you can always download the latest official portable versions from here:
    https://notepad-plus-plus.org/download/
    (choose the zip package)

  • Display default tab contextmenu

    Locked
    7
    0 Votes
    7 Posts
    1k Views
    OleksandrO

    This is my version of “doc switcher” with ability to filter documents :)

  • 0 Votes
    5 Posts
    1k Views
    Eko palypseE

    @dail

    Thank you, very much appreciated - yes, that might be the easiest way to debug plugins.

  • which Plugins is best for seo?

    Locked
    1
    0 Votes
    1 Posts
    573 Views
    No one has replied
  • plugin admin missing how to debug myplugin !!

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Meta ChuhM

    @gurikbal-singh

    i’m very glad you are always able to solve your own requests ;-)

  • [XML Tools 2.4.9.2] Huge input lookup

    Locked
    3
    2 Votes
    3 Posts
    2k Views
    PeterJonesP

    It appears that XML Tools has v2.4.11.0 released. Does that newer version fix the issue? If not, does the issue exist in the XML Tools’s open or closed issues? If not, you might want to add it.

  • how is npp's regex different from https://regex101.com/ regex?

    24
    0 Votes
    24 Posts
    6k Views
    V S RawatV

    @Eko-palypse

    I use regex in npp as a normal text cleaning. removing unwanted text, breaking lines at certain places “, ; . etc.”, joining them back after certain processing.

    I don’t use regex in pythonscript, because I don’t know much of pythonscript.

    several things I do is repetitive, I have to do the same set, with slight changes for numbers, etc., to break the text again and again, and join back again and again after processing, that’s why I had thought to make pythonscripts for repeated use, and I had installed the plugin.

    But I tried for somedays and couldn’t make much headway so I gave up. Now only one pythonscript is there for repeated things.

    some day I will gather courage again to learn pythonscript, till then it is find-replace regex on text.

  • How to contribute plugin

    6
    0 Votes
    6 Posts
    1k Views
    dinkumoilD

    @Bill-Florac154 said:

    I can’t seem to get the maker images in the correct place to load correctly. I assume this is due to the ever changing location of the plugin files.

    The Bookmark Manager plugin needs an update to adopt the new plugins directory structure.

    The marker images are located in a directory named images. This directory can not be placed in the same directory like the DLL file of the plugin itself. It has to be stored under <Notepad++-installation-directory>\plugins instead.

  • Snippets crashes when trying to use "language" drop down

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Ken BaumbachK

    Yes, that’s exactly what I did. I also uninstalled and reinstalled it with no luck.

  • Customize Toolbar Plugin and 'Duplicate Current Line' plugin

    10
    0 Votes
    10 Posts
    2k Views
    Meta ChuhM

    @guy038

    But, why you don’t simply use the Ctrl + D shortcut ? It quite faster than clicking on any button, anyway ;-))

    👍
    i think @taa1 thinks the same about that, as we do.
    i guess its just: “i don’t need it at all, but now that i’ve found this bug, i somehow i just want it” 😂😉

    @taa1

    i’ve found a workaround using the built in macro function, together with customized toolbar.

    first open or create any text file for testing, and select any amount of text
    then go to macro > start recording
    now press ctrl+d to duplicate your selection at the test file
    go to macro > stop recording
    go to macro > save current recorded macro and save it as Duplicate Current Selection (without setting any keyboard shortcut)

    now open your custom button config file, CustomizeToolbar.btn, usually located at: %AppData%\Notepad++\plugins\Config\CustomizeToolbar.btn

    add this line at the position you like: Macro,Duplicate Current Selection,,,optional_icon.bmp
    it should look like the screenshot below
    then save CustomizeToolbar.btn

    now restart notepad++ and … tadaaa … here is the button 😃

    Imgur

    note: you can also execute SCI_SELECTIONDUPLICATE using powerful scripting plugins like pythonscript, but for ctrl+d alone, the macro workaround will be the simplest solution.

  • Using text in n++ window as input for function

    4
    0 Votes
    4 Posts
    1k Views
    rinku singhR

    well where is your repository at github.com

  • what is meant by "The handle is invalid" while copying files?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Eko palypseE

    @V-S-Rawat

    just one story why such thing might happen.

  • PythonScript 64 bit msi installs in Program Files (86), both dlls missing

    Locked
    4
    3 Votes
    4 Posts
    1k Views
    Meta ChuhM

    @V-S-Rawat

    yes, most users use plugins admin (or plugin manager on versions 7.5.9 and below), but unfortunately python script isn’t yet available in plugins admin.

    so we all currently only have the choice to use an older notepad++ 7.5.9, or to install it manually.

    … though this version was released way back on Oct 9, 2018, 4 months ago.

    yes, the first notepad++ version with a different plugins folder structure was 7.6 and it came out on november 13th, and the newest pythonscript release is older than that.

  • Cannot find print all Plug-in

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Meta ChuhM

    welcome to the notepad++ community, @Marc-Pouliot

    the print all plugin has to be installed manually on newer versions of notepad++ (version 7.6.0 and above)

    note: print all only works on 32 bit versions of notepad++

    first please download the plugin file print.dll from >>> here <<<
    (full page: http://www.scout-soft.com/print/)

    then create a folder called print inside your notepad++ plugins folder and copy print.dll into this folder and restart notepad++.

    side note: the location of your plugin folder will vary, depending on your notepad++ version.

    on notepad++ 32 bit version 7.6.3 it will be in %ProgramFiles(x86)%\Notepad++\plugins
    so print.dll should go to: C:\ProgramFiles (x86)\Notepad++\plugins\print\print.dll

    if you need more help on how to install the print all plugin on your specific machine, please go to the notepad++ menu ? > debug info > copy debug info to clipboardand paste it here, to provide us with your configuration details.

  • NoteBook++

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    PeterJonesP

    @Jon-Kunert ,

    If you want to have different sessions (that’s how I interpret your “groups of tabs” desire), you might want to try the Session Manager plugin, which you can download using Plugins > Plugins Admin… on 7.6.3, or using Plugins > Plugin Manager on 7.5.9 and earlier. I’ve heard good things about Session Manager, and believe it will behave similarly to what you’ve described.

    I am hoping “so I don’t automagically delete the file” means the session file. If you’re talking about keeping unsaved files across multiple closing and re-opening of Notepad++, you’re just asking for trouble. NPP has an autosave feature for unsaved files, but no autosave feature is 100% reliable (even professional ones like MS Word), and bad things can happen. If you don’t want to lose files, save often, and use automated backup and/or version control software.

    Good luck.

  • Nppftp plugin install faileed with new notepad++ version

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Peter DrenkovicsP

    ahhh okay! Thank oyu very much. I iwll wait till then.

  • Need suggestions for plugins & plugin-list home

    Locked
    12
    4 Votes
    12 Posts
    3k Views
    donhoD

    Thank you for all your suggestions!
    Let’s talk about this issue here now:
    https://notepad-plus-plus.org/community/topic/16996/new-plugins-home-round-2

  • New Plugins Home (where Notepad++ will load from)

    Locked
    79
    7 Votes
    79 Posts
    100k Views
    donhoD

    This thread is locked. Please check here for the renewed information:
    https://notepad-plus-plus.org/community/topic/16996/new-plugins-home-round-2