• add "function list" Plugin feature

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Tags for Doc Switcher panel

    Locked doc switcher
    4
    0 Votes
    4 Posts
    3k Views
    Jason UppenbornJ
    That thread suggested Workspaces and Projects (WAP). It chews up at least as much horizontal screen space and a bunch more vertical screen space than my suggestion, but I can make WAP work for me. Thank you!
  • paste in column mode possible?

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    patrickdrdP
    ok, it’s working, I cannot remember what I was doing wrong, thanks for the answers
  • Please remove PCRE-compatible from features

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Scott SumnerS
    And we propagate the confusion… :-D
  • JSLint problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @PJ-Scardino which lexer is active (Language menu)? Because from code it looks like only these three types are allowed. if (type != L_JS && type != L_HTML && type != L_CSS) { Cheers Claudia
  • How about a prompt to save on exit when established files are changed?

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    Claudia FrankC
    Maybe it is possible by writing a little python script which checks on application shutdown if files, which are modified and have been saved already, exists. Maybe - because I didn’t try it so I’m not sure if the script can really do it. Let us know if you want to go this way. Cheers Claudia
  • ENHANCEMENT - select ONLY X nth occurence of String using REGEX

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    @Bernard-Schleich said: (?s)(?:.?<row){99})(.?<row) Try this regular expression: (?s)(?:.*?<row){99}.*?\K<row The key part is the \K syntax. It tells the regular expression engine to match but don’t include in the resultant match anything that comes before it. Thus, in the example above, only your desired <row text will be highlighted (i.e., selected) by Notepad++ after you do a Find.
  • Feature Idea: Stop searching on first match

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    jcrmatosJ
    Hello, Ok, thanks. JM
  • 0 Votes
    3 Posts
    3k Views
    jcrmatosJ
    Hello, Thanks for the explanation. I’ll do that. But please consider the suggestion so that it comes by default. Thanks, JM
  • No plugin manager

    Locked
    3
    -1 Votes
    3 Posts
    426k Views
    Meta ChuhM
    @Jaapyse_banana hello and welcome to the notepad++ community. if you want to add it automatically: download and install version 7.3.3: https://notepad-plus-plus.org/download/v7.3.3.html and then download and upgrade it with the latest version: https://notepad-plus-plus.org/download/v7.5.1.html if you want to add the plugin manager manually to your fresh 7.5.1 install: you can download it here: https://github.com/bruderstein/nppPluginManager/releases (uni for 32bit and x64 for x64bit installations) and copy the extracted files to your notepad++ plugins and updater folder. the plugin manager project isn’t automatically included anymore, because many npp users didn’t like the sponsored commercials in the latest versions of plugins manager. it is still easy to add it by copying PluginManager.dll into the plugins folder, it remains a downloadable extra option but it isn’t a forced default installation for all notepad++ users anymore.
  • 0 Votes
    2 Posts
    2k Views
    linpengchengL
    has plugin like https://github.com/alienhard/SublimeAllAutocomplete
  • Vertical file name list

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    NippurDeLagashN
    @Eduardo-Flores-Rivas Menu “Settings”, “Preferences”, then from the list on the left select “General”, and in the right side you will see all the “Tab Bar” options. Just check the box labeled “Vertical”.
  • [Feature Request] Option to not have full file name in tab

    Locked
    10
    1 Votes
    10 Posts
    9k Views
    robdjohansenR
    Thank you Peter! That is exactly right and the screen shots show it perfect. And thank you NippueDeLagash for your support as well.
  • [Feature Requeset] Show highlighted variables in Document Map

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Installing a new version wipes my settings ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Folding section selection macro

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to install in MAC OS

    Locked
    2
    0 Votes
    2 Posts
    34k Views
    Meta ChuhM
    @DrSAMKUTTY-PATTOMKARY notepad++ is a native windows program, so you need wineskin (easiest way) to run it on your mac http://wineskin.urgesoftware.com/tiki-index.php?page=Downloads wineskin with notepad++ is well documented (google it) and many people use it on their macs once you,ve worked out the basic principles of wineskin (wine) and got it starting, post here for your desired tweaks regarding notepad++ on mac
  • [Feature Request] Favorites List

    Locked
    5
    2 Votes
    5 Posts
    6k Views
    robdjohansenR
    That works! Thanks! Scanned through the list of plug-ins and didn’t realize that Explorer had that option.
  • Word substitution in notepad ++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Meta ChuhM
    press and hold down [ALT] mark your column of 4’s vertically with your mouse (keep [ALT] pressed) press [ALT]+[C] to enter column editor choose number to insert > initial number: 1 > increase by: 1 press ok