• How to format an .XML file?

    12
    0 Votes
    12 Posts
    39k 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

  • File is too big to be opened by Notepad++...

    Locked
    3
    0 Votes
    3 Posts
    29k Views
    William DouglasW

    Sweet! Thanks for the quick response.
    Usually the files are smaller, bot sometimes people are lazy and squish too much into one file and think nothing of it.
    Will download V7 asap and give it a try…
    Best to all (and love NP++)
    Bill

  • Notepad++ stuck in refresh loop

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    6 Posts
    3k Views
    Marc OhanaM

    @gerdb42 As I use Notepad2 in french, in the search box (opened for replacement, on the left , what I expect “match case” to be in french is “respecter la casse” . And if on, it makes quite a difference : no more problem. Sorry for my post . Notepad2 is better even than I thought . What I did not realize is that “match case” was applying also inside the writing of utf-8 characters. Thanks for the help!

  • How can I change the size of the font used when printing?

    5
    0 Votes
    5 Posts
    7k Views
    guy038G

    Hello Frédéric, Thunder T, Heejoo Ham and All,

    You should have a look to the valuable post of ItzBobWright, one year ago, about the printing font size problem, described in the first part :-)) Refer to the link, below :

    https://notepad-plus-plus.org/community/topic/14/printer-font-size-modification

    The second part, relative to a way of updating a configuration file, in the %AppData% folder, may, also, be useful !

    Cheers,

    guy038

  • Basic question about Notepad++ sessions

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC

    @Mário-Kliemann

    ? menu->Command line arguments…

    parameter in question = -openSession

    E.g. notepad++.exe -openSession C:\npp.session

    In addition, I’m not 100% sure to understand what your original question is.

    Cheers
    Claudia