• Curseur de souris

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Louca-gramme

    ??
    à droite en bas - cliquer OVR/INS
    ??

    Cheers
    Claudia

  • Edit a Marco (I'm new to Notepad)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
  • Need to find and replace character at the end of a line

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Marcelino-Saiz

    use find dialog and check Search mode extended (on the bottom left)

    find: </HivTest></HivFor\r\n replace: </HivTest></HivForm>\r\n

    Cheers
    Claudia

  • How to differentiate ctrl and alt gr

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    Claudia FrankC

    @Aadarsh-Indurkhya

    GetKeyState is the one I would have used as well, I guess.
    Why do you think npp is checking for AltGr?
    I assume it isn’t.

    p.s : I found this forum via notepad++ git repo.

    That’s a good one ;-)

    Cheers
    Claudia

  • HTML5 <main> Tag Is Not Recognized Or Responding?

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Brandon-Pearson

    please see here.

    Cheers
    Claudia

  • Notepad ++ not working with python

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Claudia FrankC

    I guess we have two different issues here,

    @Vasile-Caraus
    if you want to use the normal python installation (not the python script plugin) you
    need to make sure to use the command shell together with the python interpreter.
    In addition encase the path with double quotes to prevent that command shell
    tries to run D:\Program and everything else is treated as a parameter to that prog.

    So you have to call

    cmd /K "D:\Program Files (x86)\Python\python.exe" "$(FULL_CURRENT_PATH)"

    @Mohammed-Al-Othman
    if the icon is red it means that there are changes and you should save it.
    Beside this obvious one explain what your problem is exactly.
    Add screenshots if needed and provide examples or step by step descriptions.

    Cheers
    Claudia

  • Convert text from ASCII to OEM

    4
    0 Votes
    4 Posts
    6k Views
    Conrad CramerC

    Thank you Peter!

    … see that NPP re-interprets what’s there. But I doubt that’s what you want.

    Exactly ;-)

    What you’ve said about the PythonScript sounds good, but , sorry, too complicated for me. I’m not an IT-Expert, just a slightly advanced user… If there is no readymade plug-in/add-on available it’s probably much easier to pay the money for Edit Pad Pro.

    @guy038

    Thank you too, but I’m aware of that

    Kind regards,
    Conrad

  • notepad++ sometimes loses its undo history

    2
    0 Votes
    2 Posts
    1k Views
    gstaviG

    I don’t understand your description but one way to lose the UNDO history is when file is updated by external app and NPP reloads it.

  • Plugin manager

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Armaan-Bali

    maybe here.

    Cheers
    Claudia

  • EDIT .CSV file and SAVE as .CSV file

    15
    0 Votes
    15 Posts
    42k Views
    Claudia FrankC

    Hi Vijay,

    that’s what i feared.
    As AdrianHHH already pointed out (btw. thanks for jumping in) Excel is producing
    this message. The reason is simple, when you have a normal Excel file the file
    contants formatting informations as well as the text which you see in Excel.
    When converting this format to csv all the formatting stuff gets deleted because
    a csv is a plain text file format.
    So you have to decide either using the Excel format, but then you cannot
    edit it by notepad++ safely or converting to csv and loosing all formatted stuff.

    Cheers
    Claudia

  • Skip UAC with notepad++ portable (without installer)

    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @ng-khanh

    I’m not sure if this is what you mean by “UAC” or not, but what I experienced was a pop-up upon running the notepad++ executable that said something like this: “…is an application downloaded from the internet…are you sure you want to run it?” That’s not very accurate as it has been a long time since I saw the message…

    What worked for me to get rid of it was downloading the portable install archive file to a USB flash drive and then unzipping it from there to the desired location. I’m not sure of the technical details, but I believe the hard drive file system format used by most Windows installations has extra fields for keeping track of “important” details like that so it can warn/bother you. :-)

    USB flash memory drives typically don’t have those “extra fields”, so the OS really doesn’t know where a file came from, thus it doesn’t bother you about it when you run the file.

    If this isn’t what you meant by UAC, please ignore my ramblings…or maybe this will help someone else…

  • Escape Key for the Document Switcher (Ctrl+TAB)

    6
    0 Votes
    6 Posts
    4k Views
    gstaviG

    Escape would be of little help since ctrl-esc opens Windows’ start menu. It would work in Linux over wine however.
    I think that sorting is a bad idea. You have to keep pressing ctrl while navigating with the mouse. It sounds cumbersome and I prefer task switcher to be very light.
    I do recommend NavigateTo plugin for finding files by name.

    Another issue is that task switcher should close when losing focus. Currently if you click on another window it remains open.

    If you want, here is a patch for closing task switcher on ctrl-esc or ctrl-~.
    Here are compiled binaries.

  • keyboard shortcut to delete current line?

    3
    0 Votes
    3 Posts
    17k Views
    Mark BeileyM

    Perfect, thank you!

  • Help with displaying Korean characters

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    PeterJonesP

    Similar to this post, are you certain the font you have selected for NPP has the Korean characters? Preferences > Style Configurator > Global Styles > Default Style > Font Style will tell you what font is chosen for NPP as default.

    To see whether that font has the Korean characters, WIN+R (windows button and R at the same time) > charmap, select that same font from the pulldown; select Group By = Unicode Subrange, and in the Group By popup window, select the appropriate Korean group (Korean Hangul, I assume). Note that the DejaVu Mono that I recommended in the Greek post doesn’t have any characters in the Korean Hangul group; however, Source Code Pro does have some characters in that group, though I cannot say whether it’s all that you need or not.

    Hmm, actually, when I copy your " 너에게 닿기를" into my NPP with DejaVu Mono font, those characters do show up, so maybe that’s not the right Unicode Subrange to look at (I know nothing about Korean characters). I looked at my windows notepad.exe font setting, and it’s Lucida Console, so if you don’t have (or don’t want) DejaVu Mono or Source Code Pro, you might try Lucida Console (or whatever your notepad > format > font is set to).

  • 0 Votes
    4 Posts
    2k Views
    Michael McnairM

    Thank you @Claudia-Frank That is what I needed.

  • PowerShell Language Woes

    6
    0 Votes
    6 Posts
    12k Views
    PeterJonesP

    @Roman-Revell,

    Although, now there is just one long menu instead of the multi-tiered menu, which is fine.

    Preferences > Language > Language Menu > ☑ Make language menu compact

  • Custom AutoComplete file for XML NEW language

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    duplicate

    Cheers
    Claudia

  • file with greek characters in windows 10

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Peter BrawleyP

    Thanks so much, I was using BitStream Mono, DejaVu Mono fixed it.

  • Regex replace only on the first group not the others

    10
    0 Votes
    10 Posts
    8k Views
    Claudia FrankC

    Hi Guy,

    I would still use the more descriptive version of (?-s) because there isn’t really a difference

    (?-s)^Dialogue(?=.+Song - (Romaji|Translation)) -> took 14.708000 seconds (?-s)^Dialogue(?=.*Song - (Romaji|Translation)) -> took 14.631000 seconds ^Dialogue(?=.+Song - (Romaji|Translation)) -> took 14.635000 seconds ^Dialogue(?=.*Song - (Romaji|Translation)) -> took 14.697000 seconds

    but has the advantage of settings the s switch explicitly - so you’re sure about what should be done.

    Cheers
    Claudia

  • Cut the number of characters in all documents

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    StasS

    @Scott-Sumner said:

    (?s).{500}\K.*

    checked, it works!
    Thank you