• [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
  • I lost 2 days Work

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Rinku YadavR
    Yes it saved my 2 days work, Thanks :)
  • Force UTF-8 only OPEN

    6
    0 Votes
    6 Posts
    6k 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
  • Kickstarter Campaign to Modernize NPP UI?

    2
    1 Votes
    2 Posts
    3k Views
    JeiveenceNJ
    Let’s start with concepts?
  • Notepad++ won't open when plugin is not working

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    YaronY
    Hello again, Close NPP. Replace your CustomizeToolbar.dll (in the plugins folder) with the new DLL. Delete your Compare.ini (in the Config folder). Start NPP. With the new version you can cancel a running Compare. BR.
  • Notepad++ has stopped working errors

    6
    0 Votes
    6 Posts
    8k Views
    Chuck RheaultC
    But then, I found this on Stack Overflow: If I put this in a shortcut target and set it to run minimized, I get all the desired results with no visible console window. c:\windows\system32\cmd.exe /c “path = %path%;%appdata%\Notepad++;C:\Program Files (x86)\Notepad++&start notepad++.exe” Victory!!!
  • NPP will not open my page in Firefox or IE

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Jan de ZwartJ
    @dail i have only created php-files and NPP has always (just until yesterday) opened these files with “launch in Firefox”.
  • Bug. Horizontal bar issue with very very long lines

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Enrico-Tracanzan has been already addressed in issue 926. But I guess it’s treated as minor bug. Cheers Claudia