Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • dave-userD

      Customize Toolbar - New Version 4.1

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      45
      0 Votes
      45 Posts
      61k Views
      MAPJe71M

      OK, the GitHub link @andrecool-68 provided already pointed to a description of how I did it.
      Did not remember that.
      What can I say: “Now also available for Notepad++ 64 bit!” :-D

      @andrecool-68 I agree, same toolbar button functionality as the build-in Function List toolbar button i.e. indicating active/inactive by changing the button background color.

    • pinuzzu99P

      delete line between bookmark

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      45
      0 Votes
      45 Posts
      15k Views
      pinuzzu99P

      @guy038 tank you so much, your last string (?-s)^((?!.+@).+\R?)+ work very well for my purpose! Regards.

    • Scott RaskinS

      renumbering/incremental

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      45
      0 Votes
      45 Posts
      8k Views
      Alan KilbornA

      If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
      Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
      There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).

    • Richárd StockingerR

      [New Plugin] NppOpenAI

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      45
      8 Votes
      45 Posts
      34k Views
      Richárd StockingerR

      Hi everyone,

      @andrea-tomassi’s PR was really helpful, and it was accepted of course, moreover this gave the project a great shake-up! Of course, the update has also been added to the nppPluginList repository and was recently accepted.

      If someone doesn’t want to wait, manual installation is available as usual with the v0.5 release (unzip the appropriate ZIP file to the plugins/NppOpenAI folder):
      https://github.com/Krazal/nppopenai/releases/tag/v0.5.0

      The last few months have been very stressful for me (there was a nationwide update in the Hungarian .HU domain name registry, which also affected our developments too), but now things are starting to calm down and I hope to have more time for the plugin. ✨

      Once again, thank you to those of you who are trying out the plugin, and I am very grateful for all the contributions!

    • Joshua HartwellJ

      DLL Hack in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      44
      1 Votes
      44 Posts
      57k Views
      Claudia FrankC

      @Gilberto-SC

      you can use procmon in order to find out which dll gets loaded, from where and when.
      Run procmon, define a filter for npp and then start npp.
      It needs a bit of training but if you are really interested in finding out what does what
      check out the sysinternals tools as well as everything Mark Russinovich has posted/blogged.

      Once you are at the level to understand how process, threads, libraries, drivers … work together
      download hxd and start investigating memory.

      Other useful tools can be found at nirsoft.

      Cheers
      Claudia

    • Alguem MeuglaA

      Is there a way/plugin that makes notepad++ run code on a file when we open it?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      44
      0 Votes
      44 Posts
      35k Views
      Alguem MeuglaA

      @Claudia-Frank said:

      just for clarification, you are happy? No further modification needed?

      Yeah, it looks good enough. Ty.

    • Steve LaLondeS

      Preview Plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      44
      1 Votes
      44 Posts
      25k Views
      PeterJonesP

      Glad I decided to log in on a Saturday.

      Thanks for getting that released, @vor0nwe. Much appreciated.

      It means I’ll probably finally get around to upgrading to 64-bit at home.

    • Web MasterW

      Replacing variable length file paths in a GEDCOM file

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      44
      2 Votes
      44 Posts
      3k Views
      Web MasterW

      @paul-wormer The replacement string is constant so it’s a one-time entry into the expression the guys have devised for me.

    • Artur HarisonA

      Russian Translation

      Watching Ignoring Scheduled Pinned Locked Moved Translation
      43
      0 Votes
      43 Posts
      44k Views
      Alan KilbornA

      @guy038 said in Russian Translation:

      Personally, I think that the exact meaning of this option, in English should be :
      Dot (.) matches ‘End of Line’ chars, too

      The problem is, there is limited room on screen to display the text.

      I checked another regex program (RegexBuddy) and it uses Dot matches line breaks for this, which is longer than N++'s English text and shorter than Guy’s suggestion.

    • John SparkJ

      Who is responsible for viewing and claiming users suggestions ?

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      43
      0 Votes
      43 Posts
      59k Views
      John SparkJ

      #4, Ability to exclude numbers from Auto-Completion.
      And ability to exclude specific strings from Auto-Completion per file or default for anything opened !

    • Herofiles.H

      Replace 1 + lines?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      43
      0 Votes
      43 Posts
      35k Views
      AZJIO AZJIOA

      As a result, several plugins, but there is much to strive for.
      https://yadi.sk/d/VYtvMq8ECMou9g

    • dr ramaanandD

      Negative lookbehind regular expression not working on Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      43
      0 Votes
      43 Posts
      4k Views
      dr ramaanandD

      @guy038 Oui, merci beaucoup!

    • Shawn RickmanS

      NP++ on Linux?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      42
      8 Votes
      42 Posts
      148k Views
      vstepaniukV

      Try Geany
      https://www.geany.org/

    • donhoD

      Notepad++ v8.3.2 release - Declare variables, not war

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      42
      9 Votes
      42 Posts
      14k Views
      Vitalii DovganV

      @vitalii-dovgan said in Notepad++ v8.3.2 release - Declare variables, not war:

      Hmm, I tried to reproduce it today with different scenarios - and could not. Though it was stably reproducible yesterday.

      Now I’m having a strong confidence that the issue was connected to improper invocation of Notepad++ from my side. Sorry for the previous misleading.

      Anyway, as the result I’ve created a batch script that can be used to add a context menu item “Edit with Notepad++” for a single file and “Open in Notepad++” for a folder, using either a portable or an installed version of Notepad++. If interested, you can place this file directly into the Notepad++ folder and run it there.

      The content of “npp_context_menu.cmd” :

      @echo off echo Initialization... set EXEDIR=%~dp0 set "EXE=%EXEDIR:\=\\%notepad++.exe" set REGFILE=npp_context_menu.reg if exist "%REGFILE%" del "%REGFILE%" echo Writing "%REGFILE%"... 1>>"%REGFILE%" echo Windows Registry Editor Version 5.00 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell] 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell\notepadpp_edit_file] 1>>"%REGFILE%" echo @="Edit with &Notepad++" 1>>"%REGFILE%" echo "Icon"="\"%EXE%\",0" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\*\shell\notepadpp_edit_file\command] 1>>"%REGFILE%" echo @="\"%EXE%\" -nosession \"%%1\"" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell] 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell\notepadpp_edit_folder] 1>>"%REGFILE%" echo @="Open in &Notepad++" 1>>"%REGFILE%" echo "Icon"="\"%EXE%\",0" 1>>"%REGFILE%" echo. 1>>"%REGFILE%" echo [HKEY_CLASSES_ROOT\Directory\shell\notepadpp_edit_folder\command] 1>>"%REGFILE%" echo @="\"%EXE%\" -multiInst -nosession -openFoldersAsWorkspace \"%%1\"" 1>>"%REGFILE%" echo. REM Converting to UCS-2 LE (not mandatory) if exist "%~dp0..\sfk\sfk.exe" set PATH=%PATH%;%~dp0..\sfk sfk atow "%REGFILE%" -tofile "%REGFILE%" if not exist "%REGFILE%" goto ErrorNoRegFile echo Registering "%REGFILE%"... start "Registering %REGFILE%" "%REGFILE%" goto Done :ErrorNoRegFile echo ERROR: "%REGFILE%" does not exist! pause goto Done :Done

      This invokes Notepad++ using its -nosession command line argument to not affect the opened file history (this is especially useful when opening a folder).

    • Wayne LedfordW

      Orange line next to anything I type now, cant seem to figure out how to turn it off.

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      42
      1 Votes
      42 Posts
      42k Views
      Alan KilbornA

      @PeterJones said:

      It does stay off, unless you have multiple instances open simultaneously. In which case, as has always been the case, settings changes do not propagate from one instance to a different, already-open instance, and only one instance has authority to write its configuration to disk. This is nothing new.

      User manual REFERENCE for this for @rebber2.

    • Eko palypseE

      Enhance UDL lexer

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion udl
      41
      4 Votes
      41 Posts
      12k Views
      EkopalypseE

      @c-siebester

      The only pitfall I see at the moment might be that your UDL name is not ml but something else.
      When you run the script, do you see any errors in the console?
      I assume you copied the whole script and not just the part you mentioned here, right?
      If you click on the script from the Python script menu while holding down the CTRL key, will the expected script open in Npp?

    • donhoD

      Notepad++ v7.4 released

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      41
      0 Votes
      41 Posts
      54k Views
      Boris UskovB

      Salut, @donho! The issue with hungin npp on large files preview is successfully fixed in the Notepad++ 7.4.1. Thanks!

    • donhoD

      Notepad++ 7.5.6: A message from outer space

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      41
      2 Votes
      41 Posts
      59k Views
      Scott SumnerS

      @Allan-Marques,

      It doesn’t seem to do that for me, but maybe I’m not doing it exactly the way you are–can you provide more detail/screenshots?

    • patrickdrdP

      file associations (file types to open with npp)

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      41
      2 Votes
      41 Posts
      9k Views
      patrickdrdP

      well, thank you very much, you found the problem!

      which was in deleting the whole

      ...\FileExts\.txt\

      I was able to maintain my machine code too,
      here is the new version (final I hope) with my associations,
      anyone can adjust it to his needs of course of replace HKLM to HKCU if he wants:

      https://textuploader.com/1awwn/raw
    • Miguel LescanoM

      Looking for a freelancer to develop a plugin: Misspelled Word Counter

      Watching Ignoring Scheduled Pinned Locked Moved Notepad++ & Plugin Development
      41
      0 Votes
      41 Posts
      4k Views
      Miguel LescanoM

      @Ekopalypse Thanks! I’ll check it out.