• BUG: Alt + CapsLock +S crashes Notepad++

    4
    0 Votes
    4 Posts
    3k Views
    PeterJonesP

    For your specific instance, it makes sense to me to just disable the Compare plugin. However, if there are future users out here who find topic: if you still want to have the Compare plugin, but just don’t want it on the Alt+S shortcut, because of the slippery finger from Alt+Shift+S to Alt+CapsLock+S, I would recommend just removing or editing that shortcut: Settings > Shortcut Mapper > Plugin Commands > Compare to last save (Alt+S) > Modify: either pull down to “None” or to whatever key you do want for the Compare feature, then OK.

    (Personally, I like the Trim Trailing and Save so much – I’ve never had reason yet for maintaining trailing whitespace in the files I edit – that I swapped the shortcuts so that Save is Alt+Shift+S and TT+S is Ctrl+S; that’s probably why I’ve never slipped from the Shift to the CapsLock during a TT+S)

  • Useful pythonic feature request

    5
    0 Votes
    5 Posts
    3k Views
    John SparkJ

    or anyone who codes everyday basis may reply too to my last post please

  • Bug: Notepad++ crash when trying to replace many items

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    kenshin mitsushitaK

    i have problem with the latest one. it crash many times and i dont know to recover my files. i am stress already! why???

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Ubuntu 16.04

    4
    0 Votes
    4 Posts
    18k Views
    Claudia FrankC

    @palmoni777

    Do you have additional infos?
    desktop manager?
    wine/winehq?
    fonts?
    etc…

    Cheers
    Claudia

  • [FR] Custom icon , main.ico

    Locked
    1
    2 Votes
    1 Posts
    72k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Typo in Message Box

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    MAPJe71M

    Also see #2134.

  • [Feature Request] Allow to set delay(ms) to auto-completion

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Benx-Shen

    the only thing you can set is the number of chars typed before auto-completion kicks in.
    Maybe adjusting this helps as well?
    Btw. what is a AutoHokey hotstring?

    Cheers
    Claudia

  • how to associate language with filename+extension

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    MAPJe71M

    Use something like

    example1.js-php

    or

    example2.js_php

    and associate that extension (i.e. exclud leading dot) with JavaScript using the instructions of the aforementioned superuser.com thread.

  • Copy searched lines without "Line xxx: " prefix

    2
  • Add sequential numbers to selected lines in Notepad++

    3
    0 Votes
    3 Posts
    19k Views
    Scott SumnerS

    If you have more than a few lines to number, consider using the “Number to Insert” feature of the “Column / Multi-Selection Editor”…see the Edit menu’s “Column Editor…” selection, in addition to Claudia’s suggestion to inserting the . and the space.

  • What's Special About the HTML Main Tag?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Daniel-Collins

    must be related to something else, maybe html code, as a simple <main></main> works.
    Do you have an example code when it fails?

    Cheers
    Claudia

  • Notepad++ linux beta version aviable?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ивайло-Костов

    do you just want a native linux version, which isn’t available yet (afaik) or you don’t trust wine?

    Cheers
    Claudia

  • Building C++ files.

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Scott SumnerS

    This is “sort of” possible, which I’ll explain, but the high number of times this question (or a very similar one about web page coding/displaying) is asked alarms me because it really shows a fundamental misunderstanding. What a large number of people seem to not understand is that Notepad++ is a Text Editor. As such, all it really does is allow you to edit text files, just like standard Notepad. Nobody would ever ask if standard Notepad can “build C++ files”.

    So…you can edit your C++ source files (text files) in Notepad++. And you can setup some “helpers” that Notepad++ can use to invoke your C++ compiler and linker, and you can even set up Notepad++ to tell Windows to run your program and capture its output, but Notepad++ isn’t “building your C++ files” or “running” them…other things are doing that.

    If you understand that, then the NppExec plugin is your key to setting up the helper that builds and runs your C++ code. Do some searching and reading about how that plugin works.

  • Notpad++ on my website

    2
    0 Votes
    2 Posts
    2k Views
    josip haboićJ

    NppFTP?

  • Feature request - Find/Replace dialog (make it smaller)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • I lost 2 days Work

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Rinku YadavR

    Yes it saved my 2 days work, Thanks :)

  • Force UTF-8 only OPEN

    6
    0 Votes
    6 Posts
    5k Views
    Caio Vianna Lima NettoC

    Well, it is very unfortunate that this problem is happening. Even files that were open/saved with UTF-8 still get opened as ANSI and this is just unbearable when I have to open dozens of files over and over and remember to switch to UTF-8 or get corrupt data. I used npp for years and seems it is time to move on =/

  • does anyone know anything about regex (formulas)?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Joe BlowJ

    thanks mapje71