• Backlighting blocks of code in different colors

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    Settings > Style Configurator > VHDL > COMMENT: Background Color = pick a yellow background to meet your commenting needs.

    However, from what I’ve gathered reading the forums, doing the fancier stuff like choosing a different background based on context (ie, type of block, or number of levels of nested blocks) would probably require that you (or someone you contract or otherwise convince) write a custom lexer or other plugin.

    Disclaimer: I am not an NPP developer, and I do not know the details of writing a custom lexer or plugin, nor the benefits, limitations, or differences thereof. If someone else knows of an easier way, feel free to correct me.

  • Font with ligature - like FiraCode?

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    dailD

    Take a look at this github issue, which just yesterday made some progress with ligatures. Currently it is possible with a little bit of work, but not natively supported yet.

  • Move a block to the right or left

    Locked
    3
    0 Votes
    3 Posts
    14k Views
    Ramin ParsaR

    @guy038

    It works

    Thank you very much

  • How does NP++ determine the character set?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Solutions for manipulating columns of numbers, in tables, with regexes

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Vasile CarausV

    briliant !

  • uncollapse same page in other view

    Locked
    1
    0 Votes
    1 Posts
    975 Views
    No one has replied
  • Highlight Matching Tags

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    Settings -> Style Configurator. Under “Language:” select “Global Styles”. Under “Style:” select “Brace Highlight style”. Choose the colors and fonts you want to use.

    Note that if under the “Global override” Style you have enabled any global style elements, they will have precedence.

  • How do I edit read-only files?

    7
    1 Votes
    7 Posts
    32k Views
    Scott SumnerS

    For the benefit of other readers that this behavior might annoy (perhaps less than it annoys Pavel P), a possible improvement idea may be found here:

    https://notepad-plus-plus.org/community/topic/12077/opening-read-only-files

  • Compare Documents

    2
    0 Votes
    2 Posts
    2k Views
    Frank OrellanaF

    You have to download de “Compare” plugin using the Plugin Manager (menu Plugins -> Plugin Manager).

    After installing it you can use the Alt+D shortcut to compare or use the new created menu Plugins -> Compare -> Compare

    This works in all 32bits versions since most plugins still have no support for 64bit versions.

  • Macro not working incrementally in Windows 10/Server 2012

    3
    0 Votes
    3 Posts
    2k Views
    David PriceD

    Thank you so much guy038.

    I use regex for find/replace frequently, but didn’t consider using it for this. I’m sometimes working with more than 1 million lines of file lists, and macros usually worked well, but regex could produce quicker output results.

    Another time I’d use macros, which I don’t think this regex method will work on, is copying the file’s name into the text.

    For example, if the text is:

    2016900000011.txt.201610190800

    …and the file containing the text is test.txt. Using Edit -> ‘Copy to Clipboard -> Current Filename to Clipboard’ in the macro, the output would be:

    test.txt\2016900000011.txt.201610190800

    I guess I can perhaps try accomplishing this when creating the directory lists from a command line.

    Thanks again for your detailed feedback!

  • Website bug - verification emails not sent for github login

    4
    0 Votes
    4 Posts
    3k Views
    David BurtonD

    That’s interesting. My github email address is my gmail address, the same address as my G+ credentials. Yet when I used my github credentials the verification emails never arrived.

  • How Do I Restore Notepad++ On a New PC?

    12
    1 Votes
    12 Posts
    13k Views
    Claudia FrankC

    Doesn’t look promising. The last thing which comes into my mind is to use data recovery tools/cd.
    But I assume you already tried that as well, didn’t you?

    Cheers
    Claudia

  • Suggest an official page/answers about Notepad++ for Linux

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Does newest NPP have autosave?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Make Notepad++ use the same language as the system as default

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Lets fix the newline problems in the translation files

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Native Support .CHT files for ZSNES cheat

    7
    0 Votes
    7 Posts
    5k Views
    Discomax SantosD

    Thanks !, wait for new releases … may be possible one day! For now appreciate the support for XML (Nestopia Cheat) and partial support for .CHT FCEU emulator, grateful!

  • Typing unicode is different in Notepad?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @PlayF1-Manager

    In fact, everything seems to work differently between programs.
    Which is the best standard to use, and how to convert to it?

    There is no such thing as a BEST standard. Why? Because there are many
    situations when the “standard” is good and when it is bad.
    If you need to work with old databases you don’t want to use files with
    utf8+bom encoding, maybe you don’t want to use utf8 at all.
    On the other side, utf8 is by far the most versatile encoding (afaik).
    From programming side of view I would always use uft8 nowadays but
    as said, it might be irrelevant in your case.

    What is good to know about encoding is written here
    and here (which is part of the first link anyway).

    Cheers
    Claudia

  • files open as read only

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

    You’re not the first with this request :)