Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Nicolas VérieN

      Just one question ...

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Nicolas VérieN

      Ok, it reassures me. ^^’
      Thanks a lot !

    • cmeriauxC

      Scintilla 3.7.0

      Watching Ignoring Scheduled Pinned Locked Moved
      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…

    • Grahame GrieveG

      File has changed/reload dialog options

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Roeland SchoukensR

      inconsistencies between Language menu and Style configurator

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Felipe SolanetF

      Feature Request: Smart scrollbar

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

      Watching Ignoring Scheduled Pinned Locked Moved find
      2
      0 Votes
      2 Posts
      1k Views
      Scott SumnerS

      @张圣月 ,

      There are solutions to this problem proposed here:
      https://notepad-plus-plus.org/community/topic/12710/marked-text-manipulation/

    • Aviv EyalA

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

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • RE MantR

      Having to choose a file type from a list every time I save something is annoying

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      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

    • Rick CurryR

      Shortcut map Num+ performs function but also adds '+'

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Dalibor ČarapićD

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

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • Gordon PriceG

      Duplicate built in language

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      2k Views
      gstaviG

      Here is the VB lexer.

    • Szász-Fábián JózsefS

      Feature request: case sensitive search/replace history

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • glennfromiowaG

      Settings on cloud resets Backup path

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    • martincernyM

      UDL for Stan (statistical modelling)

      Watching Ignoring Scheduled Pinned Locked Moved 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

    • Blair BrennerB

      Need to produce a very basic formatted RTF from OCRed text / complex RTF file

      Watching Ignoring Scheduled Pinned Locked Moved basic format rtf bold italic simple editor guy038 rtf regex basic
      3
      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?

    • YoushaY

      Requesting/Missing Feature: PAWN language

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • pinaki dP

      standard icons

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • bendover22B

      Forum UI gives little help how to register

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • Anthony UbanA

      hide - unhide lines problem

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Scott SumnerS

      @Anthony-Uban

      Why did you post this a second time?

    • dynamiteD

      I am sorry if this has been answered already, but

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      dynamiteD

      Brilliant! Exactly the problem, many thanks Glenn :)

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors