• Does making 32bit Notepadd++.exe large address aware make problems?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Dalibor-Čarapić

    I’ve played with this a some time ago and had bad experience in regards
    of stability. It might be related to plugins I used instead of npp itself or
    the virtual environment it was running in but the same npp configuration
    was running without problems in normal setup. I must admit, I never tried to
    track down what the real issue was.

    Cheers
    Claudia

  • Duplicate built in language

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    gstaviG

    Here is the VB lexer.

  • Feature request: case sensitive search/replace history

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Scott SumnerS

    @chcg

    That wasn’t what the OP was asking about, but you are right about the regex search and here’s how it could be done:

    Find what: ([pP])ages
    Replace with: \1roducts
    Search mode: Regular expression

  • Settings on cloud resets Backup path

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    chcgC

    There were individual settings for dropbox, google drive, onedrive , see versions https://notepad-plus-plus.org/download/v6.6.6.html - https://notepad-plus-plus.org/download/v6.7.html
    , which caused some troubles and adaptation to changed cloud access/behaviour and finally in https://notepad-plus-plus.org/download/v6.8.html this was changed to

    Settings on cloud feature allows users to write their settings on whichever cloud.
    , see https://notepad-plus-plus.org/download/v6.8.html

  • UDL for Stan (statistical modelling)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @martincerny

    Thx for sharing.
    Actually I’m a bit uncertain that there is a official way how to post/upload/share
    UDLs since the project moved to github.

    Cheers
    Claudia

  • 0 Votes
    3 Posts
    2k Views
    glennfromiowaG

    @Blair-Brenner Neither am I an expert in RTF, but until recently, I was unaware of a tab that I’ve probably seen subconsciously hundreds of times. Just thought I’d point out that in the Find / Replace dialog box, there is a tab called Find in Files (also accessible through the Search menu -> Find in Files… Ctrl+Shift+F). If these thousands of replacements are in multiple files, perhaps this feature could make the job easier?

  • Requesting/Missing Feature: PAWN language

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    chcgC

    You could create an UDL for it, see https://ivan-radic.github.io/udl-documentation/.

    As it is claimed to be a c like language maybe switching to C on loading a PAWN file might be sufficient.

  • standard icons

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @pinaki-d

    What icons are you talking about?

    If you mean the Toolbar icons, you can change their size by going to Settings (menu) -> Preferences… -> General -> Toolbar (groupbox) and you can choose betwen Small, Big, and Standard.

  • Forum UI gives little help how to register

    Locked
    1
    2 Votes
    1 Posts
    2k Views
    No one has replied
  • hide - unhide lines problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Anthony-Uban

    Why did you post this a second time?

  • I am sorry if this has been answered already, but

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dynamiteD

    Brilliant! Exactly the problem, many thanks Glenn :)

  • 1 Votes
    8 Posts
    4k Views
    glennfromiowaG

    So, I read the issue pointed out by @chcg, and added a comment focusing on this alternate, but related scenario.

    @igitur said:

    Ok, so how do we get this request noticed? Can’t we tag the developer?

    I’m a veteran Notepad++ user, but also am rather new to looking at issues, etc. Having said that, I’m assuming the developer looks at the issues and probably notices ones that have been flagged or commented on. I’m not suggesting leaving a bunch of non-constructive comments (like please do this!), but it may help to give the issue a +1 using the Add your reaction icon in the upper right of the issue.

    In fact, if you’ve got the programming skills and the time, you can request a fork and make the change yourself! You may find it’s an easy fix, or you may find there’s a reason this hasn’t been implemented yet. If not, then realize there are hundreds of issues out there, and don’t be too upset when it’s not fixed next week.

  • Terms and Conditions for Notepad++

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    @cipher-1024

    thx for helping out.

    @Hollie-Kane
    if you haven’t installed it yet and want to know its content, it can be reviewed
    here
    .

    Cheers
    Claudia

  • 0 Votes
    3 Posts
    2k Views
    glennfromiowaG

    @JAGDISHSINH-JADEJA said:

    you can click on menu bar -> run-> launch in IE

    I believe the default keyboard shortcut for that is Ctrl-Alt-Shift I (that’s I as in Internet), if that’s easier!

  • "Allow on several lines" Preferences error.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    René Treviño HernándezR

    Thanks.
    Regards.

  • Python Multiline Comment/String Folding

    7
    0 Votes
    7 Posts
    5k Views
    Jimmy DevineJ

    Good deal, thanks Claudia

  • So that 64 bit not setting file associations issue...

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    PeterJonesP

    ++@Phaewryn-O-x27-Guin, I’m glad you found a workaround, which will hopefully be useful to other NPP users.

    However, a 64-bit application should be able to properly install in %ProgramFiles%, not in %ProgramFiles(x86)%. If there isn’t one already, someone should put in a github issue that show the steps necessary to reproduce the problem, and that shows that this workaround “works”, but is not a good long-term “solution”. It would be interesting, if possible, to give snapshots of the changes that are made to the registry in each step along the way (there are plenty of apps that show “registry differences” – because that might show where the bug comes from).

    I personally haven’t made the switch to the 64-bit version yet, mostly because the plugins I use most have not been updated to 64-bit, and some might even be abandonware, so might never make the switch.

    (My initial guess is that the installer has some discrepancy in bit-ness compared to the installed program, so sometimes uses the wrong value of the environment variable. But since I haven’t used the 64-bit NPP’s installer, my guess would be a WAG, not an educated guess nor even a SWAG*.)

  • UDL, style, apostrophe vs quote

    3
    0 Votes
    3 Posts
    3k Views
    Vitaliy TechV

    Yep, I know about escape symbols but in my case it’s not a nice solution. I’d prefer to have ability to set at least two symbols as delimiter such as < space+’ > or backward < '+space >.

  • BUG: Language Drop Down List Lag

    Locked
    1
    0 Votes
    1 Posts
    921 Views
    No one has replied
  • Batch Editor - for Search and replace?

    3
    0 Votes
    3 Posts
    4k Views
    Vasile CarausV

    For many scripts, I am using TextCrawler, that has a wonderful Batch Editor.