• Feature Request: Snake-Case/Camel-Case keyboard nav

    5
    0 Votes
    5 Posts
    5k Views
    guy038G
    Hi, Dail, Aviv and All Ah, yes ! I didn’t think about these four Scintilla commands. For further information : http://www.scintilla.org/ScintillaDoc.html#Words But there are some differences between the two methods : My regex puts the caret AFTER the underscore character, whereas these commands place it BEFORE The Scintilla SCI_WORDPART* commands put the caret at many more locations than my regex ! Indeed, it stops at each beginning and end of any range of word characters ! BEWARE : for people, who DON’T have an American standard keyboard, the default keys, associated with the CTRL key, may be completely different ! For instance, on my French keyboard, I must use : The CTRL key and the / : key, for forward location The CTRL key and the µ * key, for backward location So, you’ll have to experiment some shortcuts, before finding the right one !. Of course, you may use the Shortcut Mapper to change these default shortcuts :-) On the other hand, Aviv, may be, you’ll prefer this second regex, below : (?-is)(?<=\l)(?=\u)|(?<=\W|_)(?=\w)|(?<=.)(?=\R) Compared to my previous regex, it would put the caret, either : Between any lower-case letter AND any upper-case letter Between ( any NON-word character OR an underscore ) AND any word character Between the last standard character, of a line and its End of line characters Just try it, for instance, with the text below : http://www.scintilla.org/ScintillaDoc.html#SCI_WORDPARTLEFT Then, if necessary, each word, located at right of the caret, can be selected with the CTRL + SHIFT + RIGHT shortcut Best Regards, guy038
  • 0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @RE-Mant maybe you wanna change this setting? Settings->Preferences->Default Directory->uncheck Use new style save dialog… Cheers Claudia
  • Shortcut map Num+ performs function but also adds '+'

    14
    0 Votes
    14 Posts
    13k Views
    S
    Just noting that a similar thing is discussed in this thread as well: https://notepad-plus-plus.org/community/topic/11233/disable-ascii-control-characters-shortcuts
  • 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
    S
    @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
    4k 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 udl
    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
    S
    @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
    S
    @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
    5k 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
    5k 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 settings preferences delimiterselect
    3
    0 Votes
    3 Posts
    2k Views
    René Treviño HernándezR
    Thanks. Regards.
  • Python Multiline Comment/String Folding

    7
    0 Votes
    7 Posts
    6k 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*.)