• "Runtime Error!" when opening file through shell.

    Locked
    9
    1 Votes
    9 Posts
    7k Views
    Jack Adrian ZappaJ
    Thanks dail, but it didn’t work. Also thanks for the rep points. This problem is specific if you open Notepad++ directly from the executable. If you first open it using the Shell via opening a file that is associated with Notepad++, this problem doesn’t occur. So it is still possible that most users are opening Notepad++ indirectly via opening a file and not experiencing this issue. Try opening Notepad++ directly from the executable and then opening a file associated with it. If the problem persists beyond my computer, it should cause it to crash. I’m also using Windows 8.1 in case that matters. Cheers, A
  • How can I modify the notepad++built-in language

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Sibo JiangS
    Thank you. Your solution did work greatly.
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • Need to submit bug on Notepad++V6.9.1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD
    The official bug tracker is on Github.
  • Feature Request: Close All Files without saving

    Locked
    2
    2 Votes
    2 Posts
    5k Views
    kawingaK
    Hi Gary, i support your Idea, except for the “Yes To All”-Button - in my opinion it also would be fine :-) KR, Robert
  • Feature Request: scroll through open tabs like in a browser

    Locked feature request
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Feature Request: Support for opening large files

    Locked
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Adding url

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    S
    So that’s very straightforward according to my previous post. Invoke the Find Dialog box (Search menu, choose Find…). With your editing cursor at the top of your file, activate the Replace tab in the Find dialog box. In the Find What Field, use the single character ^ (which means roughly search for beginning of line). In the Replace with Field, use http://google.com/. Make sure the Search Mode option is set for Regular Expression and that the Direction choice is Down. Press the Replace All button.
  • Is there an option to allow closing all tabs?

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    DaveyDD
    @Huang-Joe I don’t think this is possible, not even with a plugin. To try to explain… I guess you can say that there is 2 ways to look at Notepad++ A text editing environment that provides a shell and tons of features, and allows opening of text files within - which is somewhat the way you are looking at it and therefore you expect to allow for no editor windows to be open since it is only a component of a larger app. A simple text editor wrapped with tons of features, but it’s core is that text editor. If so, it makes sense that you always need an editor window open, since this is the entity of the app. Regards, David
  • char space is too small !

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature Request: Saved vs Unsaved Tab Colors

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Feature request: Regular expressions in UDL

    Locked regex regex udl idea ideas
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Highlight the string that "changed" during a Compare between two files

    3
    0 Votes
    3 Posts
    6k Views
    Chad RichardsonC
    I was able to download and use the Compare Plugin v1.5.6.6 (by UFO)…the functionality that I need is back now. Thank you Yaron. Chad
  • 6.8.8, Crash destroys file contents

    10
    0 Votes
    10 Posts
    8k Views
    V FrenkelV
    Problem may have something to do with the following. Clone to Other View. Close NPP with two views open. Open NPP - two views open now. Update file in one view - get message that file was updated in other application.
  • Improving Notepad!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Plugin dock tabs

    Locked plugin tabs
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Function List Highlight Style Missing

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    remduvR
    You can try using SourceCookifier instead, it’s a really powerful plugin of Notepad++ based on “exuberant ctags” C program
  • C preprocessor highlighting

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Marco NOVAROM
    Thank you, Dail! Your LuaScript tool works very well for me: I tried with the PythonScript (as suggested in the wiki), but I get a “general exception” error.