• Encoding [§ gets big5 encoding

    5
    0 Votes
    5 Posts
    6k Views
    patrickdrdP

    same here, thanks a lot!

  • How could I set background color for only UDL file types.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    gromexeG

    In the userdefinelang.xml do you see the global styles block? Have you tried changing those? I did a global style change to the default notepad++ configuration just to test it out and in my attached image you can see “C0C0C0” was the hex value that changed in the xml.

    Capture.png

  • I am a crazy Korean4

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    John  Smith153J

    Error
    Post content was flagged as spam by Akismet.com

    korean use ask
    spam spam…~!!!
    =_ =‘’’

  • Changing YAML Highlighting

    Locked
    3
    0 Votes
    3 Posts
    14k Views
    CH4CodeC

    Thank you for your elaborate answer, however my problem remains.

    tabSetting seems to influnce the width of a tabulator. It does not switch between spaces and tabs as relevant for the syntax of the language, just the appearance. So that doesn’t help.

    I have no idea where that bespin.xml is saved, so I can’t manipulate it. Certainly not in the np++ folder or in MyDocuments. The bespin theme is also not metioned in any of the other xml files, no leads given…
    Edit: I have found Bespin.xml on npp github, but the location I need to put it into doesn’t exist on my machine…

    I think what I want is just out of scope for np++. Great editor nonetheless.

  • Document switcher not working

    Locked
    1
    0 Votes
    1 Posts
    658 Views
    No one has replied
  • Search\Replace within a Style token

    Locked
    1
    0 Votes
    1 Posts
    685 Views
    No one has replied
  • I am a crazy Korean3

    Locked
    1
    0 Votes
    1 Posts
    678 Views
    No one has replied
  • I am a crazy Korean2

    Locked
    1
    0 Votes
    1 Posts
    582 Views
    No one has replied
  • I am a crazy Korean1

    Locked
    1
    0 Votes
    1 Posts
    743 Views
    No one has replied
  • FunctionList.xml how to ignore wrong syntax.

    3
    0 Votes
    3 Posts
    1k Views
    Shin JaeyongS

    thanks for your help.
    i works well~ :)

  • Looks like eggs got ahead of the chicken...

    5
    0 Votes
    5 Posts
    2k Views
    A VA

    Please read Google EULA before using their search and services. In view of recent FB events you may look at it in a different light. Another, point is that the Software good products like NPP should not loose features or make it difficult for users. Whoever is in charge of this development should take a note of Plugin Manager MIA since August 2017. Just 2c worth form the Hardware guy. Anyway, my “nuke 'em” solution seems to work. Not advisable for everyone, but my old PC is dying and I can no afford loosing another day, so drastic measures were in order.

  • "Update Notepad++" Does Not Work

    7
    0 Votes
    7 Posts
    3k Views
    Firstname LastnameF

    PatchMyPC reports version 7.5.6 is available. As per what you stated in your link, “Update Notepad++” as expected does not show that update. I will try again a couple weeks.

  • 0 Votes
    1 Posts
    756 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    TMuel1123T

    Hi Jim,

    I assumed the -l parameter as an override function for the detection of the language by the files extension. because if i try -lbash then it highlites it with the Bash code highlitning.

    If I use a *.din file it ofcause works, but then it uses the detection for the language of the file extension and i could omit the -l parameter.

    it is my intention to have the target.txt in my definition, because i dont want to have the highlight for all text files, but i ofetn open files which have the name target.txt, which i always want to have highlighted.

    Best regards
    TMuel

  • Comment Line Style not respected if first line of file

    Locked
    1
    0 Votes
    1 Posts
    816 Views
    No one has replied
  • CFG file unreadable - gibberish

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Ulas YalcinU

    @Scott-Sumner ahh i see. that sucks T_T
    thanks!

  • How to keep only unique line

    Locked
    11
    1 Votes
    11 Posts
    5k Views
    guy038G

    Hi, @محمد-أشرف, @claudia-frank and All

    Ah, yes ! I forgot to tell that the last item of the list ( so the last 555 line , in your example) must be followed by a line-break !

    Everything should be OK !

    Cheers

    guy038

  • Superscript

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    MAPJe71M

    If you’re trying to superscript text in Notepad++: you can’t.
    If you’re editing HTML/CSS source code in Notepad++: you’re in the wrong forum.

  • Limitations on UDL?

    5
    0 Votes
    5 Posts
    2k Views
    Claudia FrankC

    @CatMeat

    The issue with lexing/parsing is always when having “glued” characters, means
    how can a lexer/parser know that 100.0f is really the number and not 100.0f; ?

    As UDL can only parse the given string and can’t really do any lexical analysis,
    as it don’t know the language, we need to tweak,hack around such complications.

    In the given case, I would use = as an open and semicolon as closing char in a delimiter
    which is setup with the same color as the default color and allowing nesting with numbers.
    But this could be that it breaks other things, may I ask which language you are trying to build?

    Cheers
    Claudia

  • 2 Votes
    4 Posts
    10k Views
    古旮

    Funny enough: another same question.