• Functions list does not work for (X)HTML files

    5
    0 Votes
    5 Posts
    565 Views
    jabcreationsJ

    @michael-vincent I have mountains on top of my mountains of work; I just don’t have it. I’ve got more than half a dozen dumbshit browser bugs that are extremely difficult to reproduce to report on top of my normal overflow of work. It’s just not happening at my end.

  • Request: Add higher resolution of Notepad++'s standard icon set

    6
    0 Votes
    6 Posts
    2k Views
    stephane352S

    Please bring back large standard icons. Colors make icons much faster to differentiate. Small icons are really straining my eyesight and I guess they are only OK on very low resolutions, which probably nobody is still using nowadays.

  • php autoCompletion (php.xml) parser

    2
    0 Votes
    2 Posts
    502 Views
    Valery BogomolovV

    I can provide you with all PHP function/method names (more than 8500 words), so you could add them in PHP language highlight, but I’ll need to run parser once again (~4 hours that burn my laptop) and write a script to extract names.

  • Unable to select auto suggestions

    4
    -1 Votes
    4 Posts
    454 Views
    Yeltsin ReyesY

    @alan-kilborn muchas gracias!

  • How disable auto select locale language

    8
    0 Votes
    8 Posts
    1k Views
    L

    Hi,

    @bannovdaniil, if you search for ‘Advanced keyboard settings’ in your PC. Do you have the option ‘Let me see a different input method for each app window’ enabled? If so, you may want to try and disable it. It is the only thing I can think of…

  • Best way to find unmatched parentheses

    6
    0 Votes
    6 Posts
    29k Views
    Alan KilbornA

    Cross-link to THIS POSTING where related info is discussed.

  • Add a line

    5
    0 Votes
    5 Posts
    1k Views
    CJBC

    @peterjones Perfect, thank you! Saved me sooo much time.

  • 0 Votes
    3 Posts
    674 Views
    rdipardoR

    @steveogil,

    Plugins : BracketsCheck.dll ComparePlugin.dll CSScriptNpp.dll DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll XMLTools.dll

    You can check your plugin versions against the list I started here.

  • Suggestion: better autosave/backup system

    3
    0 Votes
    3 Posts
    410 Views
    Alan KilbornA

    @peter-sharps said in Suggestion: better autosave/backup system:

    I don’t save each tab in a separate file

    DUMB…DUMB…DUMB…

  • Search/Replace with REGEX capturing groups

    3
    0 Votes
    3 Posts
    19k Views
    Alan KilbornA

    @benevolent-deity said in Search/Replace with REGEX capturing groups:

    How can I use the content of a Regex capturing group in my replacement string when doing a search and replace with Notepad++?

    To use capture group 1, put \1 or $1 or ${1} in your replacement string. Similar for other numbered capture groups.

  • Default Directory goes to library

    1
    0 Votes
    1 Posts
    195 Views
    No one has replied
  • Invert theme

    2
    0 Votes
    2 Posts
    305 Views
    AZJIO AZJIOA

    Try a black theme made from a white theme. The colors are softer than the original ones, the color contrast is not as strong.

    screenshot

  • Python error "TypeError: string indices must be integers, not str"

    4
    0 Votes
    4 Posts
    4k Views
    Alan KilbornA

    @markfilan

    Please don’t answer strictly off-topic posts. It only encourages further off-topic postings.

  • Disable auto-updater?

    2
    0 Votes
    2 Posts
    270 Views
    Terry RT

    @gittyup2018 said in Disable auto-updater?:

    So I want to know how can I disable this check and/or what domain do you use to check if the version is compatible so I can block it from “phoning home” ?

    Did you consider it might be in the online manual?
    Start here and scroll down a couple of pages

    Terry

  • Help with various configurations....

    11
    0 Votes
    11 Posts
    1k Views
    SoCuS

    Thank you, I think I have now configured that section,

  • AutoComplete stopped working.

    4
    1 Votes
    4 Posts
    2k Views
    PeterJonesP

    @madtomt said in AutoComplete stopped working.:

    Ahh… sorry I will make sure I read them in future.

    In the grand scheme of things, ‘not reading the release notes’ is a pretty minor sin. You just happened to be the umpteen-millionth person to ask the same thing in the forum since the v8.2.1 release.

    I did appreciate that you were willing to entertain the idea that you were “doing something wrong”, instead of just yelling at us for breaking Notepad++. So ++kudos for that. :-)

  • 0 Votes
    4 Posts
    345 Views
    Alan KilbornA

    @tomas-b said in Style with highlighting stopped working with multiple word selection:

    Was not aware about new menu with changed default behavior.

    People seem to have trouble when behavior changes.
    Immediately “it’s a bug”.

  • Proting Notepad++ to Linux

    11
    0 Votes
    11 Posts
    889 Views
    ravimohan1991R

    @gstavi Sure I be the web developer!

    Xd

  • Auto complete over multiple tabs

    3
    0 Votes
    3 Posts
    1k Views
    Michael VincentM

    @gitrick00 said in Auto complete over multiple tabs:

    Is it possible to expand the index of the autocomplete function over more than one tab?

    Not natively as you’ve heard already. But there are ctags plugins that help with code navigation as well as providing autocomplete across a “project” of files. Have a look at NppGTags

    Cheers.

  • default language for all user

    5
    0 Votes
    5 Posts
    1k Views
    PeterJonesP

    @ounet22

    I would like to see onlie doc https://npp-user-manual.org/doc but not working

    That hasn’t been the documentation URL for years, and there shouldn’t be anything left that links to that. The ? links you to npp-user-manual.org, which is the official online user manual.

    Can I ask you the same thing for force for all user not update

    The manual doesn’t delve into the nitty gritty mapping of each preference to which attribute in the config.xml it refers to. The expectation when Don tasked me and others to implement the modern user manual was to make it focused on “normal” users – and “normal” users only want to use the GUI. For people who want to manually edit the config.xml instead of use the GUI, they are expected to experiment with the GUI, see how it influences the config.xml, and then make the changes.

    As someone who is trying to deploy, I understand your need to get deeper into the details. But really, since you have to unpack the default installer to be able to get at the config files that you need to configure anyway, I would think it would be easiest to unpack, go into the GUI and make the settings the way you want, then go grab the GUI-edited config files.

    But the update setting is controlled by

    <GUIConfig name="noUpdate" intervalDays="15" nextUpdateDate="20220223">yes</GUIConfig>

    Note that the value yes means “no update”, and no means “do the automatic update”. So what I’ve shown you will disable the automatic updater.