• Find in Files and Replace- Affected files cannot be opened.

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    dailD

    Is there any other fix ye know of that may be faster?

    Nope.

  • i cant recover my unsaved files

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Leykun-Berhan-Mamushet

    if backup was enabled you might find a version of your files in notepad++ backup directory.

    Cheers
    Claudia

  • How do I read an existing .php document

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    @Kasper-Graversen

    … sometimes I feel the same

    Cheers
    Claudia

  • force close to tray

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Yusuke-Itoh

    What do you mean by closing to tray??
    Only running application can be shown in systray.

    Cheers
    Claudia

  • Insertion of special characters

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Rainer BrinkmannR

    Thank you for your help. I reassigned the command to Alt-Shift-End and it works. The alternative option with NumLock active as well.

  • multi-word expressions across lines

    6
    0 Votes
    6 Posts
    34k Views
    Ivan GhioI

    Hi @guy038,

    Only now did I notice that my answer thanking you for your help didn’t go through for some reason. I very much appreciated your help and your advice on my issue.

    In the end, what I did was to apply a slightly tweaked version of the first regex. I manually disambiguated all the possible combinations and chunks of text that contained the parameters ‘gay,gays, homosexual, Aids, HIV…’ and assessed the relevance and correctness of the results, text by text.

    Thank you again for your help.

    Keep in touch and have a good day,

    Ivan

  • shift tab un-indent only works at beginning of the line

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Claudia FrankC

    sorry - forget it - I was confused this doesn’t do what you try to achieve.

    Cheers
    Claudia

  • New line appears with a leading '15-'

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Rainer-Brinkmann

    could you give us a screenshot and the debug info from ? menu?

    Cheers
    Claudia

  • alt codes not working

    5
    0 Votes
    5 Posts
    15k Views
    guy038G

    Hello, George Reschke, Thempleton Aart, Claudia, and All,

    @Thempleton-Aart :

    I’m a bit confused because, the two methods, described in my previous post, for getting characters, with code between 1 and 255, do work on my N++ configuration ! Of course, when I wrote the expression “ALT + a number n, from …”, there’s no need to press on the numeric pad key +. That’s just a shortcut for the word and !

    Anyway, many thanks for giving the link below :

    https://notepad-plus-plus.org/community/topic/11609/how-to-enter-character-codes/2

    Indeed, because the Claudia Franck’s method, about adding a registry entry, works perfectly well :-)). That’s incredible : although involved, since more than 30 years, with computer science, I’ve never heard about that third way to get any Unicode character !!

    I found out, on Wikipedia, these three interesting links, below, about all the Input methods :

    https://en.wikipedia.org/wiki/Unicode_input

    https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_code_input

    https://en.wikipedia.org/wiki/Alt_code

    So, once the Claudia’s registry trick realized, on your system, the third and general method for getting any Unicode character, with code-point between 0001 and ffff, is :

    Hold down the ALT key

    Type the + key, on the NUMERIC keypad

    Type the hexadecimal code-point of the character, using the 0 to 9 keys, on the numeric keypad AND/OR the normal a to f keys, of the alphanumeric keypad

    Release the ALT key

    => The appropriate character is written, at cursor location, in your current file

    NOTES :

    You must lock the numeric keypad in “number-mode” ( the NumLock indicator is active and switched on )

    Of course, the current N++ font must be able to reproduce the glyph of these input characters !

    All the characters, with code-point outside the Basic Multilingual Plane ( between \x10000 and \x10ffff ) CANNOT be obtained, from within Notepad++, with this method :-((

    EXAMPLES, by increasing Unicode code-point :

    ( IMPORTANT : the Courrier New font must be selected, for the N++ Default Style style !! )

    ALT , + , 0 , 0 , 0 and 1 writes the Start of Heading control character SOH, 

    ALT , + , 0 , 0 , 9 and a writes the Single Character Introducer control character SCI, š

    ALT , + , 0 , 0 , a and e writes the Registered sign, ®

    ALT , + , 0 , 1 , 6 and 6 writes the Latin Capital letter T with Stroke, Ŧ

    ALT , + , 0 , 3 , a and 6 writes the Greek Capital letter Phi, Φ

    ALT , + , 0 , 4 , 4 and e writes the Cyrillic Small letter Yu, ю

    ALT , + , 2 , 0 , 3 and 0 writes the Per Mille sign,

    ALT , + , 2 , 0 , 3 and c writes the Double Exclamation Mark symbol,

    ALT , + , 2 , 0 , a and 7 writes the Spanish Peseta sign,

    ALT , + , 2 , 0 , a and c writes the Euro sign,

    ALT , + , 2 , 1 , 5 and e writes the Fraction Seven Eights symbol,

    ALT , + , 2 , 2 , 1 and e writes the Infinity symbol,

    ALT , + , 2 , 5 , 6 and c writes the Double Vertical and Horizontal Box drawing symbol,

    ALT , + , 2 , 5 , b and a writes the Black Right-Pointing Pointer symbol,

    ALT , + , 2 , 6 , 6 and 3 writes the Black Club Suit symbol,

    ALT , + , f , 0 , 0 and 2 writes the Latin Small Ligature fl,

    ALT , + , f , b , 3 and c writes the Hebrew letter Lamed with Dagesh,

    ALT , + , f , b , 6 and a writes the Arabic letter Veh Isolated Form,

    ALT , + , f , f , f and f writes the Last NON character of the BMP, according to its UTF-8 syntax, xEF xBF xBF

    Best Regards,

    guy038

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Iroquois-Pliskin

    as a workaround you might try editing the userDefineLang.xml directly.
    It seems that importing the udl deletes the nakaguro sign while editing
    the xml directly will preserve it, even after multiple restarts.

    Cheers
    Claudia

  • Remove line numbers from every line in a G-code program

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    @Gary-Christopher

    yes, I assume so. Use find dialog and tick regular expression.

    Find what:^N\d+\h

    and leave replace with empty.

    ^ means start of line
    N is literal
    \d means digits
    + means match the preceding atom one or more times
    \h means horizontal spaces ( you could also use a space by pressing the spacebar.)

    Cheers
    Claudia

  • NppFTP no TLS Handshake no connection

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    @izanagi23

    maybe a wireshark trace unveils what’s going on!?

    Cheers
    Claudia

  • How to enter character codes?

    4
    0 Votes
    4 Posts
    15k Views
    Claudia FrankC

    @Thempleton-Aart

    Thank you :-)

    Cheers
    Claudia

  • .ino style configurator

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @esfeld

    which language do you use? c? python? …?
    Add it to the language as user extension.

    Cheers
    Claudia

  • Remote synchronization plug-in

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @宋佳楠

    what about the cloud functionality - wouldn’t this to the job?

    Cheers
    Claudia

  • Restoring the crashed file from notepad++.exe.????.dmp file

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    @Satya-P-Nigam

    did you check if the file is still in the backup directory of npp?

    Cheers
    Claudia

  • Creating an input file

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    @Anaïs-Mabille

    I’m not sure about your question. Is the txt format and the inp format different or is it just
    another extension? If the latter is the case, you can just type the extension in the save dialog - done.

    If format needs to be converted can you provide the details then it might be possible to write a script to do so.

    Cheers
    Claudia

  • Failed to add 'Enter' in Scintilla commands for "9 SCI_NEWLINE"

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @khing-blue

    but this is the default, isn’t it? Did you remove it and want to revert it?
    If so, there is a file called shortcuts.xml, either in the %appdata%\notepad
    or in the install directory which should have the following entry.

    <ScintillaKeys> <ScintKey ScintID="2329" menuCmdID="0" Ctrl="no" Alt="no" Shift="yes" Key="13" /> </ScintillaKeys>

    Delete it, restart npp ENTER should reappear.

    Cheers
    Claudia

  • Feature Request

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Dan-Castleton

    maybe you wanna check this out.
    Be sure to read the whole thread. In regards to the popup window I assume we can find a way to make it happen.

    Let me know if you want to go this way.

    Cheers
    Claudia

  • Where to find the pagecode used and the encoding mode of a file?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Jacques-Gander

    In the statusbar, the second field on the right shows which encoding is currently in use.
    What do you mean by pagecode?

    Cheers
    Claudia