• Sorting plugins menu?

    Locked
    2
    1 Votes
    2 Posts
    3k Views
    Mike WelchM

    I just confirmed that manually moving the contents of the plugins directory to a new directory and renaming it to plugins when done has no effect on the sort order of the plugins menu. Drats.

  • Lost my file on System Restart - Help pls

    2
    0 Votes
    2 Posts
    4k Views
    Mike WelchM

    Might be a little late (9 days ago), but take a look at the file in a hex editor. It’s possible that the UTF (Unicode) is out of sync and you are only seeing the null characters. Assuming you are using Latin based language where 1 byte per character is used, in Unicode every other character is a NULL.

    Assume that “.” is null. If you open a Unicode file in an editor that doesn’t recognize Unicode, so you can see the actual contents, you will see something like:

    H.e.l.l.o...W.o.r.l.d.!

    I haven’t seen what you are talking about happen, and you would have to be saving the file in a Unicode type format for this to happen, but if something was corrupted it could in theory do what you describe.

    Or, the file might just be lost.

  • Tab Color--Contents not saved

    3
    2 Votes
    3 Posts
    3k Views
    Mike WelchM

    I would think “hot pink” also known as fuchsia. Old people like me need more drastic contrast :)

    Should just be an option.

  • I have cataracts, Is reverse video (green on black) available?

    2
    0 Votes
    2 Posts
    2k Views
    Mike WelchM

    I am new to Notepad++ but I know the answer to your question. Yes, it can be done, but there appears to be a bug with it loading correctly on startup. Here is my comment about it: https://notepad-plus-plus.org/community/topic/44/bug-normal-text-always-highlighted

  • [Plugin] Compare

    4
    0 Votes
    4 Posts
    6k Views
    TzviConsT

    It seems that your problem is that Compare splits the screen into two ‘views’ and does not remove them after ‘Compare’ is done. Select the unwanted tab on the right or just click in the editable area. Then go to View->Move/Clone current document->Move to other view. It should restore your original environment.

    Alternately close all tabs in the unwanted ‘view’.

    The dual ‘view’ mode is actually a Notepad++ feature and can be used for many general editing tasks.

  • User-Defined Language issues - defaults, command line options.

    Locked
    1
    2 Votes
    1 Posts
    2k Views
    No one has replied
  • How to set background colour for a style?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How can I change the color only the '@' ?

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    maggioriniM

    Hi Glenn, thanks about your answer.

    I think not explained properly my doubts.

    The Sql Language serves me very good, but I need to add in the SQL language the ‘@’ to change the variables color.

    If I create a new language, i´ll need to add all things about SQL language manually, for example commands, operators, and etc

    I need only add the ‘@’ in SQL language that already exists.

    I dont know, if is possible create a new language and import all things that exists in a SQL language, and after that, I add only ‘@’.

    Are you understood my problem ?

    Thanks again, and sorry about my English, my English is not good yet.

  • AHDL UDL - numbers and delimiters with "

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • NP++ minimizing on cut/paste, search, and most other actions.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Greek characters

    Locked
    3
    0 Votes
    3 Posts
    11k Views
    nandaccioN

    Hi guy038,

    you were right, I switched to a style that changed the font, so I have to revert to the default font to see the Greek characters.

    Thanks!

  • Accessing files through Notepad++ HELP!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How do you switch off ClearType force-enabled in 6.7 ?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Automatically Insert Tags?

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    guy038G

    Hello mattr,

    May be, I misunderstand you, but since the N++ v6.5, this feature seems available !

    Just select the menu option Settings - Preferences - Auto-Completion and check the option html/xml close tag

    Then, for instance, as soon as you typed the closing > character of the form <p>, in a html file, it adds, automatically, the string </p>, with the cursor between the two tags, for typing text. Nice, isn’t it ?

    Cheers,

    guy038

  • Update curl error

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to add additional styles to existing Language?

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • notepad++ auto update always fails in windows 8

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • I need a quick and dirty regular expression.

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    qucikuuuuQ

    Thanks, that’s done it!

  • XML branch navigation

    2
    0 Votes
    2 Posts
    5k Views
    rlw123R

    Does Plugins -> XML Tools -> Current XML Path (alternatively the “break your fingers” Ctrl+Alt+Shift+P) do what you want?