• Regex: crossword maker / mix words

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    Vasile CarausV

    works perfectly ! what can I say? you are grandiose ! THANK YOU !!

  • AutoComplete Problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    @Ghotihead
    I don’t think you are doing anything wrong. I think the “:” is the problem. I don’t think it affects auto-complete, but I do think it affects the function help tool tip.

    I have a lot of keywords that contain some special characters (e.g. gBS->AllocatePool), but I have to use only the function name (e.g. AllocatePool) and overload it with multiple definitions when there are more than one function of that name.

    So, I think you might have to define all your namespace:functions as keywords, and then overload the functions with multiple definitions (and maybe some text that identifies the namespace of each?).

  • How do i remover the header & footer page but keep line breaks

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    gerdb42G

    @Gary-Seven
    I think if you completely remove the footer NPP will use that space for printing and thus move the page break. You may try the following:

    Add a non-printing character to the footer like Space or Non-Breaking Space (U+00A0) increase the bottom page margin Insert a Form Feed character (U+000C) into your document (not sure whether NPP honors this though)
  • Find a occurence between some different lines

    6
    0 Votes
    6 Posts
    3k Views
    guy038G

    Hello Mario,

    To get, from cursor location the next bloc of lines, beginning with a header t###, till the nearest word TURN, in that exact case, use the regex, below :

    (?s-i)t\d+\R((?!\Rt\d+\R).)*?TURN

    Afterwards, it’s possible :

    Perform a first search

    Copy that selection in the clipboard ( CTRL + C )

    Switch to a new tab, previously created

    Copy the clipboard’s contents ( CTRL + V )

    Type on the F3 key to begin again all the process !

    Cheers,

    guy038

  • Backtick string background color

    Locked
    3
    0 Votes
    3 Posts
    4k Views
  • How to format an .XML file?

    12
    0 Votes
    12 Posts
    40k Views
    gerdb42G

    @Claudia-Frank

    if the file doesn’t contain proper end of line chars (windows uses “carriage return” + “line feed”) it is
    displayed as a single line in npp.

    NPP happily handles Windows (CR+LF), Linux (LF) and classic Mac (CR) line endings even in mixed form. Maybe some plugin does odd stuff here?

  • Help with NppExec!!!

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Jim-Turner-Jr.

    you followed the manual?
    4.7.2. Compiling Java ??
    Did you double check if java environments variables really exists ? Like %JAVA_HOME%?

    Cheers
    Claudia

  • How to change the icon?

    Locked
    3
    0 Votes
    3 Posts
    9k Views
    Claudia FrankC

    @Malaclypse

    I don’t have windows 8.1 but what if you delete the shortcut in the taskbar and
    recreate it by using the one on the desktop (right click->pin on taskbar)??

    Cheers
    Claudia

  • Notepad++ html5

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Don LiethofD

    Help! Please

  • Notepad++ as a C-Compiler

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Franziskus TilsF

    thanks a lot!

  • How to put a save file in for a game?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Wrong unicode character display for Sinhala Language

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    guy038G

    Hello Malinda Punchimudiyanse,

    From the official web site of the Unicode Consortium, below :

    http://www.unicode.org/charts/

    We can get a PDF list of all the Sinhala characters, in the range [\x{0D80}-\x{0DFF}], from the link, below :

    http://www.unicode.org/charts/PDF/U0D80.pdf

    It’s easy to verify that :

    The Unicode value 0D8D corresponds to the SINHALA LETTER IRUYANNA ඍ ( = sinhala letter vocalic r )

    The Unicode value 0D8E corresponds to the SINHALA LETTER IRUUYANNA ඎ ( = sinhala letter vocalic rr )

    which are, both, independent vowels

    And, you’ll also notice that :

    The Unicode value 0DB4 corresponds to the SINHALA LETTER ALPAPRAANA PAYANNA ප ( = sinhala letter pa )

    which is a consonant

    Finally, you’ll remark that :

    The Unicode value 0DD8 corresponds to the SINHALA VOWEL SIGN GAETTA-PILLA ෘ ( = sinhala vowel sign vocalic r )

    The Unicode value 0DF2 corresponds to the SINHALA VOWEL SIGN DIGA GAETTA-PILLA ෲ ( = sinhala vowel sign vocalic rr )

    with a type, different as the above characters, as they are, both, dependent vowel signs

    Unfortunately, as I’m French and, as I, absolutely, not used to Asiatic languages, I cannot deduce anything valuable, from these facts :-(( Hope that these tiny hints will make sense, for you !!

    Note that you can search for, any of your alphabet character, with the syntax \x{0Dhh} ( where lowercase h stands for an hexdecimal digit )

    BTW, which encoding do you use ? Look at the right part of the bottom status bar

    Also, what is your current font name ?

    Open the menu option Settings - Style Configurator… Select the Global Styles language Select the Default Style style See the current font name, on the right, in the Font style zone

    Best Regards,

    guy038

    P.S. :

    Beware ! The glyphs of the two additional dependent vowel signs, (\x{0DF2} and \x{0DF3} ) in the PDF file, are reversed :-((

  • Every time i use numbers it change's it to weird things like 5 into a =

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    dailD

    Try taking a look at this post.

  • Search/Find (ctrl-F) stopped working

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to change max column number of find result panel?

    4
    0 Votes
    4 Posts
    3k Views
    Scott SumnerS

    Perhaps the LineFilter2 or Analyse plugins might be of assistance here. They might be better than the Find Result panel at preserving really long lines.

  • Can I input filename into html code automatically ?

    3
    0 Votes
    3 Posts
    2k Views
    Konrad WielechowskiK

    Thank you,

    You saved my day (-:

    Cheers.

  • Auto indent not working for Python

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Make Notepad+ default text editor in W10

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Stephen-Fox

    The easiest way would be to register the extensions to be opened by npp.

    Cheers
    Claudia

  • Manipulate TEXT file based on Quantity

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Stiller-Supervisor

    at lest for me this is confusing. Maybe you wanna clarify what you want to achieve.
    An example is always welcome.

    Cheers
    Claudia

  • Unsaved tabs all lost?

    Locked
    3
    1 Votes
    3 Posts
    4k Views
    Finnegans WakeF

    it’s still set right i think, but thanks there’s a filepath there that looks like it has them all