• Python indentation support

    10
    0 Votes
    10 Posts
    21k Views
    Alan KilbornA

    @richard-turner

    Your posting in this thread is OK, but your profile points in the other direction. Tread lightly.

  • What's so good about Extended search mode?

    3
    0 Votes
    3 Posts
    7k Views
    guy038G

    Hello @prahlad-makwana4145, @ekopalypse and All,

    Welcome to the N++ Community !

    Actually, in Extended mode, in addition to the search of standard characters and the 5 specific characters, below :

    Character Syntax ---------------- ----------- Tabulation \t New Line \n Carriage Return \r Backslash \\ Null \0 ---------------- -----------

    Within an Unicode encoding file, a particular character, of code-point U+00xx, with xx between 00 and ff, can be found with one of the four syntaxes below :

    Type From To Character Range ------------ ----------- ----------- ----------------- Decimal \d000 \d255 [0-9] Octal \o000 \o377 [0-7] Binary \b00000000 \b11111111 [0-1] Hexadecimal \x00 \xFF [0-9A-F] ------------ ----------- ----------- -----------------

    However, within an ANSI encoded file, an unicode character, of code-point U+00xx can be found ONLY IF xx belongs to the range [00-7F] OR to the range [A0-FF]. When xx lies between 80 and 9F, it generally searches for the question mark ( ? ) as it refers to an Unicode char, whose code-point is not handled by the ANSI encoding ! Only, the 5 characters U+0081, U+008D, U+008F, U+0090 and U+009D, without any glyph, are correctly searched !

    Notes :

    The Extended search mode, as well as the Regular expression one, cannot be used for searching individual bytes of an UTF-8 or UCS-2 encoded character !

    The replacement zone, in Extended mode, may contain any char, except for the NUL char ( \0 )

    When using the Extended mode, especially when searching for letters, it is advisable to tick the Match case option

    Reminder : In the Normal and Extended search mode, it’s best to NOT tick the Match whole word only option, especially when the searched string begins and/or ends with a NON-word character !

    So, for instance, with the Match case option ticked, the Match whole word only option UN-ticked and the Extended [\n, \r, \t, \0, \x...) search mode selected :

    If you search for the uppercase letter A, you can choose, either, the syntax \d065 or \o101 or \b1000001 or \x41

    And if you look for the character, with decimal ASCII code 201 ( É ), type in, either, the syntax \d201 or \o311 or \b11001001 or \xC9

    Best Regards,

    guy038

    P.S. :

    Personally, I think that the only advantage of using the Extended mode is when you want to use the \dxxx syntax, where xxx represents the decimal code of the character :

    Between 000 and 255 ( so in range U+0000 - U+00FF) within a UTF-8 or UCS-2 encoded file

    Between 000 and 127 or between 160 and 255 ( so in ranges U+0000 - U+007F or U+00A0 - U+00FF ) within an ANSI file

    In all other cases, just prefer the Regular expression search mode ;-))

  • BUG - Language Selection Menu

    4
    0 Votes
    4 Posts
    7k Views
    Сергей ХмельницкийС

    Все скачанные файлы нужно проверять на вирусы на сайте virustotal.com вот v. 7.7 чистая а v.7.6.3 с вирусом Trojan.Rozena.Win32.70693

  • Report bug: Go To ... (CTRL-G) causes multiple "Bad allocation" dialogs

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    PeterJonesP

    Also, since both this forum and the official issues tracker use Markdown, the links in the following paragraph will help you include sample data like I did, so that the forum Markdown engine doesn’t mangle your data by interpreting its special characters as Markdown:

    This forum is formatted using Markdown, with a help link buried on the little grey ? in the COMPOSE window/pane when writing your post. For more about how to use Markdown in this forum, please see @Scott-Sumner’s post in the “how to markdown code on this forum” topic, and my updates near the end. It is very important that you use these formatting tips – using single backtick marks around small snippets, and using code-quoting for pasting multiple lines from your example data files – because otherwise, the forum will change normal quotes ("") to curly “smart” quotes (“”), will change hyphens to dashes, will sometimes hide asterisks (or if your text is c:\folder\*.txt, it will show up as c:\folder*.txt, missing the backslash). If you want to clearly communicate your text data to us, you need to properly format it.

  • 0 Votes
    6 Posts
    7k Views
    PeterJonesP

    I had remembered the older one from 7.5.6, but I was reasonably certain that it had been fixed, so was surprised that it had re-appeared in 7.5.9… which is why I went looking myself to see whether there was a regression problem. Since this was the first mention in this forum of the 7.5.9 Chinese-only bug, I figured it was worth it to share that it was a similar-but-different problem. (Like on regex questions, one freebie for a given problem, and then I just give hints and/or links to the FAQ.)

  • v7.4.2: One search button looks bad

    4
    0 Votes
    4 Posts
    15k Views
    Gerald S. BradleyG

    Thanks dear

  • Notepad++ command line for Xilinx Vivado integration

    Locked
    1
    1 Votes
    1 Posts
    6k Views
    No one has replied
  • Error message

    Locked
    3
    0 Votes
    3 Posts
    15k Views
    guy038G

    Hi, @daniel-mak, @peterjones and All,

    Indeed, in some conditions, the last version, 1.4.4.0, of the DSpeelCheck plugin may produce this error :-((

    Refer to the link, below, for additional information :

    https://github.com/Predelnik/DSpellCheck/issues/139

    Cheers,

    guy038

  • Retired FAQ: The missing plugin manager

    Locked Moved
    1
    5 Votes
    1 Posts
    100k Views
    No one has replied
  • Retired FAQ: File Extension Issue - File Open/Save Dialogs

    Locked Moved
    1
    4 Votes
    1 Posts
    6k Views
    No one has replied
  • Error in TCL syntax highlighting

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    Scott SumnerS

    Wow…when people type stuff in the Compose window and it shows really odd things in the Preview window…do they just keep going?? Or do they stop, scratch their head, and try to figure out why what they typed created such odd results? Hmmm…there’s this link that says COMPOSE ?…maybe I’ll click that and see what it says…maybe a code block could avoid all that craziness…

  • Why doesn't include zen coding plugin in notepad++ at built in?

    2
    -1 Votes
    2 Posts
    9k Views
    許友儒

    I use “jN Notepad++ Plugin” and “zen coding” just show up.

  • Best Notepad++ File format for Opera 9 Notes

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    Claudia FrankC

    @Roger-Raven

    Is it a text format or, like on other browsers, some kind of binary format?
    If the latter is the case then npp probably isn’t the best solution.

    Cheers
    Claudia

  • HAPPY TO WORK WITH NP++

    11
    1 Votes
    11 Posts
    34k Views
    Muhammad Hammad TanveerM

    @g-stefanos said:

    Just wanting to say thank you for this amazingly helpful product!!

    hi bro i wana ask one thing can we also compile and run java in it.
    actully i’m a student of aiou University
    and i’ve a assignment today is last day for submition and tomorrow is a extend day for it can you plesehelp me??

  • How to create unattend file for Notepad++? not xml

    Locked
    2
    0 Votes
    2 Posts
    7k Views
    Claudia FrankC

    @Saravanan-Kumar

    you are talking about unattended setup of notepad++, don’t you?
    If this is the case then , afaik, npp doesn’t support silent installation flags
    but this doesn’t mean you can’t do it.

    If you download the npp source from github you will see that it includes an installer directory
    under PowerEditor. You can modify the nsis scripts to your needs and build everything.

    Or, do you know this?

    Or what about using a zipped version and simply unpack it.

    Or use one of the install recorders available on the web to record file and registry changes.
    Use it as a model and write some scripts to automate the installation.

    If your question was not about this topic, then you need to clarify what you want.

    Cheers
    Claudia

  • After updating plugins and theme my WordPress website is down

    7
    0 Votes
    7 Posts
    11k Views
    Rani RaniR

    where is live chat option

  • PluginIssue

    Locked
    7
    0 Votes
    7 Posts
    26k Views
    MAPJe71M

    Both 32 and 64 bits XMLTools plugin are available from here.

  • v7.5.1:Mise a jour bug

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied