• Hightlight text in both views

    11
    0 Votes
    11 Posts
    9k Views
    Scott SumnerS
    I will take a look at it; thanks as always for your tremendous support.
  • Problem with case insensitivity in file names.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Mark-Wilson so I guess you want to address it here, don’t you? Or did I misunderstood something? Cheers Claudia
  • Is there a plugin that closes a tab on double click

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    MAPJe71M
    To enable this feature: open the Settings menu, select Preferences..., select General, in the group Tab Bar, enable option Double click to close document. To remove the “tiny” red x: open the Settings menu, select Preferences..., select General, in the group Tab Bar, disable option Show close button on each tab.
  • 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
    4k 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 search & replace crash
    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

    ubuntu
    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 custom icons main.ico
    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 typo message box bug
    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
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS
    Have a look here: https://notepad-plus-plus.org/community/topic/10436/containing-line-numbers-from-find-window-not-copied-anymore
  • 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 c++
    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 search & replace
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied