• Javascript block comment inside HTML is incorrect

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • C# function list is incorrect

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dedicated youtube Channel to explore Notepad++

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Are there any plans to create a MAC/Apple supported installer like dmg?

    2
    0 Votes
    2 Posts
    3k Views
    Greg HickmanG

    https://panic.com/coda/

    They are close, not as good as Notepad++ but think they’ll never port it over Mac OS X. I got Parallels to run windows on my macs in a virtual machine and forced to use Notepad++ that way. A pain and expensive and enjoy it but more and more using, teeth bashing and grinding, Coda since I like to stay Mac native. The download is a 14 day free trial so see if it fits you. If only everyone would come to love macs and OS X, but I digress…

  • New feature: Remember text direction in edited files

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Determine closing/beginning brackets

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Claudia FrankC

    Hello Scott,

    yes, absolutely correct.
    Thanks for providing additional informations.

    Cheers
    Claudia

  • Feature Request: Sort search results based on criteria ...

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Scott SumnerS

    @Tim-Jarrett said:

    copying the search output to a new file

    In that case the LineFilter2 plugin might be of some assistance…

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • will npp support asp.net server tags?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Trần-Đức-Nhã,

    do you refer to the embedded code blocks?
    If so, did you select html lexer?

    Cheers
    Claudia

  • Carat cursor randomly switches to underline

    Locked
    7
    0 Votes
    7 Posts
    25k Views
    Scott SumnerS

    Must be a wild typing experience if it is “hunt and peck” with one hand and this happens…seems rather difficult to believe that one would hit the Insert key at some random point…unless you are having a seizure.

  • Customize Toolbar - New Version 4.1

    Locked
    2
    1 Votes
    2 Posts
    3k Views
    guy038G

    Hello dave-user,

    First of all, I wish you, your family and friends an excellent year 2016. I, also, want to thank you, again, for your involvement in fixing some bugs, on Win XP configurations( whose mine ! ), last year !

    So, I tested the UNICODE Customize Toolbar v4.1 plugin ( No tests on the ANSI version, yet ) and I pleased to tell you, Dave, that I didn’t notice any problem or issue :-)) The two options Custom buttons and Wrap Toolbar works nice !

    In addition, your plugin does have a professional look ! The Customize Toolbar dialog box is, even, automatically translated in my mother language ( French ) !

    Some points, NOT mentioned in the Help dialogs, for people who would be interested by your plugin :

    In order that the three Menu commands View - Hide Line Number Margin, View - Hide Bookmark Margin, View - Hide Folder Margin, and the three corresponding buttons, when added in the Toolbar, work properly :

    The two options Settings - Preferences… - Editing - Display line number and Settings - Preferences… - Editing - Display bookmark must be checked

    The option Settings - Preferences… - Editing - Folder Margin style must be different from the None choice

    You can open the Customize Toolbar box, by double-clicking, simply, on an empty place of the N++ Toolbar

    If you press the SHIFT key, you can move any icon to an other position of the Toolbar, by dragging it with a left mouse click

    If you press the SHIFT key and drag any icon, out of the Toolbar, it will, logically, disappear. However, that specific icon/command, will be, again, available in the left drop-down list of the Customize Toolbar dialog box !

    Best Regards,

    guy038

  • UDL official website

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    guy038G

    Hi, Claudia,

    Thanks, for this info ! We, all, hope, that Ivan, will be back, soon, on N++ forums !

    Cheers,

    guy038

  • Sorting Windows bug

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature request : enhance multiple selection

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    3 Posts
    3k Views
    Keith WhiteK

    Ah, OK. I’ve posted a feature request there then.

    Thanks.

  • horisontal scroll bug after restore window

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    same happens on
    windows xp sp3
    npp 6.8.9 with -noPlugin switch

    Cheers
    Claudia

  • Tab is broken

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Eddy-Q,

    can you give us additional infos?
    Which npp version, which os, using which theme, have you plugins installed,
    and an example to reproduce it?

    I tried with a new document and do not have the reported behaviour.

    Cheers
    Claudia

  • HTML folding with inline comments

    7
    0 Votes
    7 Posts
    7k Views
    Keith WhiteK

    So how do I turn this into a feature enhancement request?

    “Enhance HTML syntax highlight and code folding for comment based server side extensions inside HTML tags”

    Many thanks.

  • Modern/flat tabs

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Scott SumnerS

    I’m sure Don Ho would agree, very few worthwhile improvements (and especially user-interface enhancements) take place in a “few hours”.

  • Search for <span and Replace it with newLine+<span ?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello vern,

    still not sure, but do you mean end of line?
    If so, the \r and \n are end of line chars.

    Depending on which operating system you edit a file, it will
    end a line by adding one or both of this chars to that line.
    So on mac os an editor would add an \r, on most unix oses
    an editor would add \n and windows editors using \r\n.

    So if you want to change something like

    <span> text text text </span>

    to

    <span> text text text</span>

    you would use, same replace settings as before,

    Find what: \r\n</span> Replace with: </span>

    Cheers
    Claudia