• jslint for notepad++ 64

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    No one has replied
  • 2 Votes
    2 Posts
    1k Views
    plutoisaplanetP
    It would be nice! I was just looking for a hub myself! I decided to just Google it and found a few.
  • I lost my code while tmr is deadline

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP
    It’s your right to choose whatever text editor you want to. However, crashes cause data loss; it is always your responsibility to make sure that critical data is backed up. More information about the issue can be found at (https://notepad-plus-plus.org/community/topic/15748/faq-desk-crash-caused-my-file-to-be-all-nulls). If you wanted to be helpful, instead of just complaining, you could try to reproduce the problem: whoever can be the one to find a reliable, reproducible way to force a crash causing the data loss will provide a necessary tool in fixing the problem: so far, the author has not been able to reproduce the problem, and thus cannot debug it.
  • Notepad++ got crashed and session.xml got lost and replaced !!

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    guy038G
    Hello @david-bailey and All, I have never read, yet, a more intelligent text, about the general problem of backups :-)) I, personally, think that this article deserves to be located in the FAQ section ! Cheers, guy038
  • 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
    1k 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

    uninstall
    4
    0 Votes
    4 Posts
    5k Views
    S
    Installing…Uninstalling…BLECH! Portable version all the way! +1!
  • Please help me .

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP
    see my response here (https://notepad-plus-plus.org/community/topic/15699/all-files-are-showing-up-as-symbols-in-notepad)
  • Default settings, PLEASE CHANGE!!!

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    J
    @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 utf8 encoding iso-8859-1 utf-8
    3
    2 Votes
    3 Posts
    2k Views
    S
    Good idea. I’m also interested in this.
  • Idea: automatic file-type detection based on content

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

    Locked style asp bug
    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
    2k Views
    S
    @perlsmith See here.
  • is new tab next to current possible?

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    P
    thanks a lot claudia and scott!
  • 'fi' should be bold and blue in SH files

    Locked
    4
    0 Votes
    4 Posts
    2k 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
    7k 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
    1k Views
    S
    @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
    2k 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
    2k 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.