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

      Notepad++ v7.2.2 Crash

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Johan Siwerth25J

      If you are on Windows you might right-klick it and choose “Restore previous versions”.
      (same as r-klick, “Properties”, tab “Previous Versions”).
      According to Windows Help, there’s one backup per restore point (haven’t checked if settings influence this).

    • SilvaASPS

      Need new functionality - add time and date timestamp

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      7k Views
      SilvaASPS

      Feature Request Create - https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2821

    • Eddy Q227E

      Feature request: Virtual space

      Watching Ignoring Scheduled Pinned Locked Moved virtual space
      3
      0 Votes
      3 Posts
      3k Views
      Scott SumnerS

      @Eddy-Q227

      It can be enabled currently without an need for a code change to Notepad++. See http://superuser.com/questions/401551/notepad-cursor-past-end-of-line-virtual-spaces for a possible procedure (there are others, e.g. with Pythonscript).

    • 0wlc0der0

      Update check

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      4k Views
      Claudia FrankC

      @0wlc0der

      currently I don’t see a way to reconfigure this and in addition
      I would think it might be more useful to check on start but running in the background.
      When exiting npp user should be asked about a new version ready to install with an option to skip
      this release at all or to postpone installation for another few days.

      Cheers
      Claudia

    • David EffaD

      Set Read-Only Edit function feature request

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

      Minor correction to the sample output, forgot the “Sel” part earlier. It should actually look like this:

      Ln:229 Col:103 Sel: 0|0 +r

    • Doruk AksoyD

      Tabs and Spaces don't match what I see in normal notepad (and other sources)

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      4k Views
      gstaviG

      Not sure this is the same thing but a colleague of mine recently tried to change fonts in NPP. He changed it for the C language styles but for tab and spaces NPP (or Scintilla) refer only to the Global Styles --> Default Style. So the they were not synchronized to the C code. E.g. 4 spaces where shorter than 4 C chars since spaces where in ‘Global’ font and not the C font.

    • raja sekhara reddy vangalaR

      wanted to write in different color

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      4k Views
      Claudia FrankC

      @raja-sekhara-reddy-vangala

      npp is not a writer/word/wordpad/ replacement.
      If you need such functionality then you better use one of those.

      Npp is an editor which colors different parts of a text based on
      a lexers’ rules. This is done every time you open the respective file
      and not stored if you close the file.

      So when you want to have a particular file always get colored
      based on such rules and non of the builtin lexers can be used,
      you need to create your own lexer by using the user defined language dialog.

      Cheers
      Claudia

    • tictoc wareT

      Go To... offset ignores BOM

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      7k Views
      Claudia FrankC

      What I guess I found out so far is the following

      First npp tries to detect if the file is a BOM file, if it is,
      it gets rid of the BOM signature and continues reading the file in converted utf-8.

      If it isn’t a BOM file it’s calling chardet library to see what codepage to use.
      If chardet returns, it is checked if it is reported to be utf-8 -> go on reading the file …
      if not, convert it to utf-8.

      But this, of course, happens only “virtual” for scintilla control.

      Cheers
      Claudia

    • Giancarlo RiccioG

      [Request] Inline realtime find

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

      @Giancarlo-Riccio

      Are you by any chance talking about the capability provided by Notepad++'s Incremental Search feature?

      See the Search menu -> “Incremental Search”.

      If not, please clarify your inquiry…

    • King NogerK

      what features does notpad ++ does not have

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

      okay thanks

    • cmeriauxC

      Shortcut Mapper - clear command

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

      Hello @cmeriaux,

      Thank you for this useful addition.

      Best regards.

    • Grégory RocheG

      XSLT and XSL-FO

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

      @Grégory-Roche

      I’m not aware of a native builtin function so I would
      use a pdf printer driver and use the print function.

      Cheers
      Claudia

    • Michael Schjeldahl NielsenM

      Is it possible to replace TAB with ,

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

      @Michael-Schjeldahl-Nielsen

      Do a regular expression find-and-replace:

      Find what box: \t
      Replace with box: ,
      Search mode: Regular expression

    • David DewasmesD

      Notepad automatically break Lines.

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

      @David-Dewasmes

      View menu -> Wrap

    • nbehrndN

      "User defined languages" -- website still maintained?

      Watching Ignoring Scheduled Pinned Locked Moved language shelxl
      2
      0 Votes
      2 Posts
      2k Views
      Claudia FrankC

      @nbehrnd

      afaik it isn’t. There is a discussion about having plugin manager doing it.
      See here.

      Cheers
      Claudia

    • Sibo JiangS

      [Bugs] Find All in Current Document - close its own window automatically

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      4k Views
      Claudia FrankC

      @Alan-Kilborn

      I agree, but, for me, programming is like cooking
      you can try as hard as possible but you won’t
      meet everyones taste.

      Cheers
      Claudia

    • Mathieu.XYZM

      Second-level parenthesis sometimes doesn't automatically close

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      997 Views
      No one has replied
    • Ivan MillerI

      HTML official elements not recognized by Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved html w3c
      5
      0 Votes
      5 Posts
      6k Views
      Claudia FrankC

      @PeterJones

      you are right, this is one of npps mantras.
      Don’t change customized config files.
      Thx for clarification.

      Cheers
      Claudia

    • Jakob JonesJ

      Search feature for plugins

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

      https://github.com/bruderstein/nppPluginManager/issues/23

    • tazotoduaT

      Will you ever fix this problem?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      -1 Votes
      3 Posts
      2k Views
      Jim DaileyJ

      @pnedev
      Well said. Much better than what I forced myself not to post! :-)

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