• Scintilla 3.7.0

    11
    4 Votes
    11 Posts
    11k Views
    Ethan PiliavinE

    This is a great build. I am quite happy to see you have released it.

    Maybe its time for a fork? If you would be willing to make the long standing changes many people have been waiting for, like updated UI, better plugin manager, etc…

  • File has changed/reload dialog options

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Grahame-Grieve

    is there a place to propose this?

    Yes, here, as an feature request.

    Cheers
    Claudia

  • inconsistencies between Language menu and Style configurator

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Roeland-Schoukens

    as far as I remember, bash is the only buitlin unix shell language and because it
    suits most of the others it has been decided to name it shell.
    If you feel/think this is counterproductive you might think opening
    an issue at github.
    Please double check if it hasn’t been opened already.

    Cheers
    Claudia

  • Feature Request: Smart scrollbar

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    Alan KilbornA

    @Felipe-Solanet

    Right, we should make Notepad++ just like Visual Studio! Hmmm, in which case, why not just use Visual Studio? I like how Notepad++ has its own mind, and is lightweight compared to VS.

  • feature request:find all button.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
  • Feature Request: Snake-Case/Camel-Case keyboard nav

    5
    0 Votes
    5 Posts
    4k 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
    2k 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
    11k Views
    Scott SumnerS

    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
    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.