• Code to Paste HTML as Plain Text

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    JeronymiteJ

    Many thanks, Claudia. That’s it. Very much appreciated.

    Cheers.

  • Find in Files results

    Locked
    3
    1 Votes
    3 Posts
    933 Views
    Scott MattesS

    THANK YOU!!!

    I am sorry for the delay in thanking you, I must wait 1200 between posts! And then the internet went out because of all the rain!

  • Delete selection vertically leaving rest of line in place

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Fly-Wire

    delete your characters put the cursor into the next line, press and hold shift+alt click with the mouse into the position of the last line holding the data to be move ctrl+x go up to the line with the initial delete chars ctrl+v

    Took longer this to write than to do.

    Cheers
    Claudia

  • Suppress dialog to ask user to keep settings on silent remove

    4
    0 Votes
    4 Posts
    4k Views
    Scott SumnerS

    Installing…Uninstalling…BLECH!

    Portable version all the way! +1!

  • Please help me .

    Locked
    2
  • Default settings, PLEASE CHANGE!!!

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Jim DaileyJ

    @Alex-Parfenov

    Agreed that NPP is not an IDE, but, once one adds the proper plug-ins to it, these are some of the things that can be done with it:

    Compile and link programs and jump to errors in the source code (NPP Exec) Tag and use tags on source files (TagsJump and TagsView) Keep many sets of files (sessions) at hand for editing (Session Manager) Easily compare editor files to files in source control and check in files (Tortoise SVN) Open files by name/pattern that are part of a solution (Solution Hub)

    I suspect that a fair portion of long-time NPP users are programmers of one sort or another, and for good reason: it has a lot of features we use (syntax highlighting and the like) and it supports plug-ins that allow it to function pretty much like an IDE.

  • Differentiate default encoding by file extension

    Locked
    3
    2 Votes
    3 Posts
    1k Views
    SalviaSageS

    Good idea. I’m also interested in this.

  • Idea: automatic file-type detection based on content

    Locked
    1
    0 Votes
    1 Posts
    742 Views
    No one has replied
  • [BUG] ASP language styler error

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    VeriDigitalV

    @cipher-1024 Thank you for the answer. Good idea for workaround. At least highlighting will not fall into constant error.

  • ENH REQ : Change tab's icon to lock when Read-Only Flag Set

    Locked
    4
    0 Votes
    4 Posts
    1k Views
  • is new tab next to current possible?

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    patrickdrdP

    thanks a lot claudia and scott!

  • 'fi' should be bold and blue in SH files

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Claudia FrankC

    @Claudia-Frank

    sorry, needs to be modified to

    this is normal behavior as the lexer needs …

    Cheers
    Claudia

  • Have "Find in Files" search through ZIP and TGZ

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    Claudia FrankC

    @fruv

    I think you get a better chance to get this done if you follow what @PeterJones wrote here.

    Cheers
    Claudia

  • Find All In Current Doc reports dup lines when dup occurence

    Locked
    2
    0 Votes
    2 Posts
    885 Views
    Scott SumnerS

    @fruv

    This almost qualifies as a FAQ…or a FAFF (Frequently Asked-For Feature)…see here.

  • Code jumps position after switching windows

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    WuddelchenW

    Hi,
    I also have the same issue, and I just updated to the newest version. The problem was “gone” right away, because the AutoSave plug-in https://sites.google.com/site/fstellari/nppplugins wasn’t compatible and thus disabled (I downloaded 32-bit NPP by mistake).
    So, for me at least, it seems that plugin causes the jumps whenever the program loses focus.

  • Support of arbitrary font sizes

    3
    0 Votes
    3 Posts
    1k Views
    Mikhail VM

    @Anton-Shepelev said:

    I find this limitation rather artificial and annoying

    It is not artificial. This is how Windows’ native font API works,
    and for a good reason - many fonts are manually hinted to
    raster grid, so trying to show them up at arbitrary size (especially
    by small sizes) - you’ll just get some blurry crappy
    quality. Of course this depends on rasterizer, but it seems Scintilla
    is dependent on Windows’ APIs. Manually hinted fonts
    (e.g. Times New Roman, Verdana) give significantly better quality so this makes sense.

    especially with raster- and raster-based fonts, which work only at certain sizes.

    This is quite self-contradictive: raster fonts are by nature non-scalable and are created initially in specific fixed sizes - each size is a separate
    image stack.

  • Feature Request: .Txt Formatting and File Pinning

    Locked
    2
    0 Votes
    2 Posts
    979 Views
    Scott SumnerS

    @Suanne-Minden

    being able to make text bold would be great. These files need to be in .txt format not html.

    There is no such thing as basic formatting (e.g. bold) in .txt !

    to be able to pin most used files so they are readily available

    You might try the Explorer plugin as it gives you a Favorites panel which I use as a “pinning” mechanism.

  • Can't edit the wiki and I have a change to make.

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Sam-Drost

    I think this is a more direct link to what you are referring to.

    I also think that you are correct, although probably a lot of Regular expression search mode users ignore the . matches newline checkbox and use instead (?s) or (?-s) at the start of their regular expression. Doing this makes unnecessary the need to know the 1024 mask value for the lParam of the 1702 message.

    BTW:

    (?s) at the start of Find what means effectively . matches newline checkbox ticked
    (?-s) at the start of Find what means effectively . matches newline checkbox cleared

    and:

    . matches newline checkbox ticked means the 1024 mask value is used
    . matches newline checkbox cleared means the 1024 mask value is not used

  • Moving Style Configurations between computers

    Locked
    11
    1 Votes
    11 Posts
    10k Views
    PeterJonesP

    @Arthur-Schwarez ,

    For example, if we have a directory with lhsrhs and “lhs rhs” then a command such as “for i *;; do echo $i; done” will return “lhsrhs”, “lsh”, “rhs”, yielding three files instead of two.

    You’re right, some scripts / syntax won’t work well on linux when there’s spaces in the name [see below for caveat]

    Then again, the same is true on Windows: for example, the wrong C:\Program Files (x86)\Notepad++\notepad++.exe %1 as your “open” file association in the registry, vs the right "C:\Program Files (x86)\Notepad++\notepad++.exe" "%1".

    Your linux example is in a slightly different syntax than I’m used to; which shell is it? On some linux systems I have access to: in an ancient (c. 2004) GNU bash 3.00.15(1), or in my old but more recent (c. 2011) GNU bash 4.2.37(1), the syntax for i in * ; do echo $i ; done worked as expected from the command line when it ran across a filename with a space: it printed that spaced filename on one line.

    But even if you’re on a shell that doesn’t behave the same as my bashes, and really did split the filename over two lines, there should be a way around the problem. And in fact, it’s the same solution as you use in Windows: add quotes. I am betting that for i *;; do echo "$i"; done would work in that circumstance.

    But, as @Scott-Sumner pointed out, if the spaces in the themes really bother you, then just rename them. Their name isn’t critical to their functionality.