Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • 张圣月张

      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 :)

    • igiturI

      Request: Focus file opened from shell, even if already-opened files have changed

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

    • Hollie KaneH

      Terms and Conditions for Notepad++

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

    • Narendra MunnangiN

      is there any we can execute the html code from notepad by right click on the code open with browser

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

    • René Treviño HernándezR

      "Allow on several lines" Preferences error.

      Watching Ignoring Scheduled Pinned Locked Moved settings preferences delimiterselect
      3
      0 Votes
      3 Posts
      2k Views
      René Treviño HernándezR

      Thanks.
      Regards.

    • Jimmy DevineJ

      Python Multiline Comment/String Folding

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      5k Views
      Jimmy DevineJ

      Good deal, thanks Claudia

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