• 0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Bruno-Vincent

    If you click on your “avatar” (yours is the blue circle that says “Xuzo WEB DESIGN”) you will see all of your postings from the most recent to the oldest. No one can see your email, so it would be impossible to email you “answers”. If someone replies to one of your postings, or to a thread that you add to, you will see a fat red number appear on the bell icon that appears on the upper right–that’s your notification.

  • Be sure to mark posts solved when solution found.

    7
    1 Votes
    7 Posts
    4k Views
    guy038G

    Hello, @Madill,

    Don’t bother about it. As I’m one of the moderators, of the N++ Community, I was able, in your initial post, to click, first, on the Ask as question item. Then, I, immediately, clicked on the Mark as Solved item !

    Best Regards,

    guy038

    P.S. : Have a look to my second post, as well :-)

  • FIle associations for all supported file types

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    AZJIO AZJIOA

    I adjust by means of these programs
    http://azjio.ucoz.ru/load/vsjo_dlja_autoit3/skompilirovannye_skripty/assotiations/4-1-0-10
    You throw a notepad++ in the program and it registers files

    http://azjio.ucoz.ru/load/vsjo_dlja_autoit3/skompilirovannye_skripty/contmenu/4-1-0-34
    Make the data export to a reg-file

    CMD-FILE

    :: Cancellation of previous registration
    ::regsvr32.exe /u /s “%~dp0NppShell.dll”

    :: Setting a variable root directory
    SET Path=%~dp0
    SET Path=%Path:~0,-1%

    regedit /s “%Path%\notepad_reg.reg”

    :: Register NppShell.dll for the context menu
    regsvr32.exe /s “%Path%\NppShell_05.dll”

    :: Associations
    Reg.exe add “HKCR\txtfile\shell\open\command” /v “” /t REG_SZ /d “”%Path%\notepad++.exe" “%%1"” /f
    Reg.exe add “HKCR\phpfile\Shell\Open\Command” /v “” /t REG_SZ /d “”%Path%\notepad++.exe" “%%1"” /f
    Reg.exe add “HKCR\inifile\shell\open\command” /v “” /t REG_SZ /d “”%Path%\notepad++.exe" “%%1"” /f
    Reg.exe add “HKCR\inffile\shell\open\command” /v “” /t REG_SZ /d “”%Path%\notepad++.exe" “%%1"” /f

    :: Change the text of the item in context menu
    Reg.exe add “HKCR*\shellex\ContextMenuHandlers\Notepad++” /v “” /t REG_SZ /d “{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}” /f
    Reg.exe add “HKCR\CLSID{00F3C2EC-A6EE-11DE-A03A-EF8F55D89593}\Settings” /v “Title” /t REG_SZ /d “&Notepad++” /f

    :: View HTML code
    Reg.exe add “HKLM\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name” /v “” /t REG_SZ /d “%Path%\nppIExplorerShell.exe” /f

    ======================================================================

  • 7.4.0 download is missing, 7.4.2 "find" is broken?

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    maggentiM

    I am beholding to you for the remember current session. As for the searching yes it probably is me. I have been sick and not feeling well. So if I offended anyone sorry. As for this job, I it will have to be someone else, it is more than I can handle at the moment. So thanks for the help.

  • Cannot run on any browser..

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    Claudia FrankC

    @Ankan-Chanda

    are the html and the style sheet in the same folder?

    Cheers
    Claudia

  • difference between n++ and ultraedit

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    NippurDeLagashN

    A hundred bucks!! No, definitely not worth. Ultraedit WAS worth about 10-15 years ago, when it had the best features around, and they were selling it for something like 30 dollars per seat.

    A little more than a decade ago, I worked for a small company where Ultraedit was the editor of choice. The version at that time was 10 or 11. Then I moved to a another company, and ended in a group where Visual Studio was the only editor available. I did not find it as good as Ultraedit, so I started to look around for a replacement. I tried many alternatives, and to make the long story short, I needed two editors to replace Ultraedit: Notepad++ (because of code folding) and PSPad (integrated hexadecimal editor, better block comment-uncomment).

    These days I do most of the editing with Notepad++, but I still have PSPad installed, just in case.

  • 0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Ken-Bolton

    for me it does - which npp version do you use? (Debug info)
    Which field has the focus if you open the find dialog?

    Cheers
    Claudia

  • Disable brace highlight style in comments?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    albcntrA

    @Claudia-Frank

    Thanks so much, it works perfectly! Just like what I wanted. Ty ty.

    Fondest wishes

  • Custom Language: How to close with an opening

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Apper 'ghost' window npp on windows 10 while using 'Virtual desktop'

    Locked
    1
    0 Votes
    1 Posts
    980 Views
    No one has replied
  • Feature Request: Parallel Processing (Multithreading)

    2
    1 Votes
    2 Posts
    3k Views
    ScottHutchinsonS

    @ScottHutchinson I have discovered a workaround, which demonstrates that there is a bug that could be fixed without the use of parallel processing. If, instead of double-clicking on one of the results to jump to it the file, you click on the tab for the file you want to navigate to, then press Ctrl+g and enter the line number of the search result you want to go to, it goes there instantly, whereas a double-click would take anywhere from 1-20 minutes or more. If I can manage it, I will try to debug the code for the double-click to determine why it is so slow.

  • Rename of current document is not working like expected

    7
    0 Votes
    7 Posts
    5k Views
    DP010042D

    What is selected for Default Directory (Open/Save) in Settings > Preferences > Default Directory?

  • Search text in source code excluding comments

    4
    2 Votes
    4 Posts
    5k Views
    guy038G

    Hi, @eduardog26 and @scott-sumner,

    Oh, yes, Scott, you’re perfectly right, about the search operation, without any replacement :-((

    Of course, my previous regex works, only if the conditional replacement is present and if you perform a replace operation !

    Why this behaviour ? Just because, the conditional replacement, separates, in two parts :

    The search matches, about comments, which must NOT be changed, in any case ( so, replaced by themselves ! ( :$0 )

    The search matches, about real code, which MUST be changed, according to the first part ( case TRUE : group 1 exists ) of the conditional replacement ?1\U\1

    Indeed ! If you just want to search, for text, in particular zones ( Inside NO-comments zones, in our case ), the logic, exposed in my previous post, cannot be used !

    I began to search for this problem. But, up to now, I cannot figure out any intelligent solution ! I just thought about the trivial possibility of getting rid of all comment areas which, automatically, would enable a search on code, only :-)

    See you later !

    Cheers,

    guy038

  • indent guide toolbar button bug

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    @Dan-Lakey-Jr.

    Can you make a screenshot and upload it?
    To include into the post use the following syntax.

    ![](url_of_the_uploaded_screenshot)

    In addition post the debug-info, which can be found under ? menu.

    Cheers
    Claudia

  • error from add your char as part of word

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Can't show this character correctly --> 〜

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    guy038G

    Hello, @brandon-chan,

    The character, that you’re looking for ( Wave Dash - \x{301c} ), is part of the Unicode block, named CJK Symbols and Punctuation, between the code-points \x3000 and \x303F and any character, of that block, can be found with the regular expression [\x{3000}-\x{303F}]. Refer to the link, below, for a complete list of that Unicode block !

    http://www.unicode.org/charts/PDF/U3000.pdf

    Therefore, it seems obvious that some of Asiatic fonts should be able to display that character and some others, from the CJK Symbols and Punctuation Unicode block ! Refer to the link, below, for general information about Asiatic fonts :

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

    Some time ago, I could use the link ftp://71.18.9.15/Fonts/ for downloading the main Windows Asiatic fonts ( with version >= 5.00 ). But, unfortunately, this link seem broken, by now ?!

    If, in addition, I add the Arial Unicode MS font and the Unifont GNU font, which last version can be downloaded, from the link below :

    http://ftp.igh.cnrs.fr/pub/gnu/unifont/unifont-10.0.05/

    I obtain, on my ( old ! ) Win XP configuration, the following table :

    •------•--------------------•-----------------------•--------------•-----------•----------•-------------------------------• | N° | Font Name | Font Type | Style | Version | Glyphs | CJK Symbols and Punctuation | •------•--------------------•-----------------------•--------------•-----------•----------•-------------------------------• | 01 | Arial Unicode MS | Pan-Unicode | Sans Serif | 1.01 | 50 377 | 57 glyphs , in that block | | | | | | | | | | 02 | MingLiU | Traditional Chinese | Serif | 3.21 | 22 753 | 30 glyphs , in that block | | | | | | | | | | 03 | MS Gothic | Japanese | Sans Serif | 2.30 | 20 458 | 41 glyphs , in that block | | | | | | | | | | 04 | MS Mincho | Japanese | Serif | 2.31 | 17 807 | 41 glyphs , in that block | | | | | | | | | | 05 | Unifont | Pan-Unicode | Sans Serif | 10.0.05 | 57 089 | 64 glyphs , in that block | •------•--------------------•-----------------------•--------------•-----------•----------•-------------------------------•

    Beware that all the fonts, above, are monospaced fonts, except for the Arial Unicode MS font !

    All these fonts, correctly, display the Wave Dash character ( \x{301c ). Here is, below, for these 5 fonts, the list of the glyphs displayed, out of the 64 complete glyphs of the CJK Symbols and Punctuation block :

    •----------•--------•----------------------------------------------------------•-----------------------------• | Hexa. | | | Font Number | | Code- | Char. | Name of the CIK Symbol or CJK Punctuation •-----------------------------• | Point | | | 01 | 02 | 03 | 04 | 05 | •----------•--------•----------------------------------------------------------•-----•-----•-----•-----•-----• | U+3000 |   | IDEOGRAPHIC SPACE | x | x | x | x | x | | U+3001 | 、 | IDEOGRAPHIC COMMA | x | x | x | x | x | | U+3002 | 。 | IDEOGRAPHIC FULL STOP | x | x | x | x | x | | U+3003 | 〃 | DITTO MARK | x | x | x | x | x | | U+3004 | 〄 | JAPANESE INDUSTRIAL STANDARD SYMBOL | x | | x | x | x | | U+3005 | 々 | IDEOGRAPHIC ITERATION MARK | x | | x | x | x | | U+3006 | 〆 | IDEOGRAPHIC CLOSING MARK | x | | x | x | x | | U+3007 | 〇 | IDEOGRAPHIC NUMBER ZERO | x | | x | x | x | | U+3008 | 〈 | LEFT ANGLE BRACKET | x | x | x | x | x | | U+3009 | 〉 | RIGHT ANGLE BRACKET | x | x | x | x | x | | U+300A | 《 | LEFT DOUBLE ANGLE BRACKET | x | x | x | x | x | | U+300B | 》 | RIGHT DOUBLE ANGLE BRACKET | x | x | x | x | x | | U+300C | 「 | LEFT CORNER BRACKET | x | x | x | x | x | | U+300D | 」 | RIGHT CORNER BRACKET | x | x | x | x | x | | U+300E | 『 | LEFT WHITE CORNER BRACKET | x | x | x | x | x | | U+300F | 』 | RIGHT WHITE CORNER BRACKET | x | x | x | x | x | | U+3010 | 【 | LEFT BLACK LENTICULAR BRACKET | x | x | x | x | x | | U+3011 | 】 | RIGHT BLACK LENTICULAR BRACKET | x | x | x | x | x | | U+3012 | 〒 | POSTAL MARK | x | x | x | x | x | | U+3013 | 〓 | GETA MARK | x | | x | x | x | | U+3014 | 〔 | LEFT TORTOISE SHELL BRACKET | x | x | x | x | x | | U+3015 | 〕 | RIGHT TORTOISE SHELL BRACKET | x | x | x | x | x | | U+3016 | 〖 | LEFT WHITE LENTICULAR BRACKET | x | | x | x | x | | U+3017 | 〗 | RIGHT WHITE LENTICULAR BRACKET | x | | x | x | x | | U+3018 | 〘 | LEFT WHITE TORTOISE SHELL BRACKET | x | | x | x | x | | U+3019 | 〙 | RIGHT WHITE TORTOISE SHELL BRACKET | x | | x | x | x | | U+301A | 〚 | LEFT WHITE SQUARE BRACKET | x | | x | x | x | | U+301B | 〛 | RIGHT WHITE SQUARE BRACKET | x | | x | x | x | •----------•--------•----------------------------------------------------------•-----•-----•-----•-----•-----• | U+301C | 〜 | WAVE DASH | x | x | x | x | x | •----------•--------•----------------------------------------------------------•-----•-----•-----•-----•-----• | U+301D | 〝 | REVERSED DOUBLE PRIME QUOTATION MARK | x | x | x | x | x | | U+301E | 〞 | DOUBLE PRIME QUOTATION MARK | x | x | x | x | x | | U+301F | 〟 | LOW DOUBLE PRIME QUOTATION MARK | x | | x | x | x | | U+3020 | 〠 | POSTAL MARK FACE | x | | x | x | x | | U+3021 | 〡 | HANGZHOU NUMERAL ONE | x | x | | | x | | U+3022 | 〢 | HANGZHOU NUMERAL TWO | x | x | | | x | | U+3023 | 〣 | HANGZHOU NUMERAL THREE | x | x | | | x | | U+3024 | 〤 | HANGZHOU NUMERAL FOUR | x | x | | | x | | U+3025 | 〥 | HANGZHOU NUMERAL FIVE | x | x | | | x | | U+3026 | 〦 | HANGZHOU NUMERAL SIX | x | x | | | x | | U+3027 | 〧 | HANGZHOU NUMERAL SEVEN | x | x | | | x | | U+3028 | 〨 | HANGZHOU NUMERAL EIGHT | x | x | | | x | | U+3029 | 〩 | HANGZHOU NUMERAL NINE | x | x | | | x | | U+302A | 〪 | IDEOGRAPHIC LEVEL TONE MARK | x | | | | x | | U+302B | 〫 | IDEOGRAPHIC RISING TONE MARK | x | | | | x | | U+302C | 〬 | IDEOGRAPHIC DEPARTING TONE MARK | x | | | | x | | U+302D | 〭 | IDEOGRAPHIC ENTERING TONE MARK | x | | | | x | | U+302E | 〮 | HANGUL SINGLE DOT TONE MARK | x | | | | x | | U+302F | 〯 | HANGUL DOUBLE DOT TONE MARK | x | | | | x | | U+3030 | 〰 | WAVY DASH | x | x | x | x | x | | U+3031 | 〱 | VERTICAL KANA REPEAT MARK | x | | x | x | x | | U+3032 | 〲 | VERTICAL KANA REPEAT WITH VOICED SOUND MARK | x | | x | x | x | | U+3033 | 〳 | VERTICAL KANA REPEAT MARK UPPER HALF | x | | x | x | x | | U+3034 | 〴 | VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF | x | | x | x | x | | U+3035 | 〵 | VERTICAL KANA REPEAT MARK LOWER HALF | x | | x | x | x | | U+3036 | 〶 | CIRCLED POSTAL MARK | x | | x | x | x | | U+3037 | 〷 | IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL | x | | x | x | x | | U+3038 | 〸 | HANGZHOU NUMERAL TEN | | | | | x | | U+3039 | 〹 | HANGZHOU NUMERAL TWENTY | | | | | x | | U+303A | 〺 | HANGZHOU NUMERAL THIRTY | | | | | x | | U+303B | 〻 | VERTICAL IDEOGRAPHIC ITERATION MARK | | | | | x | | U+303C | 〼 | MASU MARK | | | | | x | | U+303D | 〽 | PART ALTERNATION MARK | | | | | x | | U+303E | 〾 | IDEOGRAPHIC VARIATION INDICATOR | | | | | x | | U+303F | 〿 | IDEOGRAPHIC HALF FILL SPACE | x | | | | x | •----------•--------•----------------------------------------------------------•-----•-----•-----•-----•-----•

    Best Regards,

    guy038

  • Where to get ready made stylers.xml files

    Locked
    4
    1 Votes
    4 Posts
    4k Views
    Claudia FrankC

    @Omar-Miah

    i’ve got the barebones non install version running
    there you dont seem to have a theme dedicated directory
    if u stick in other theme xml files, these are not picked up
    shame :(

    The executable is the same, so I strongly believe if you create a themes directory
    and put the different theme xmls in you should get see it under Settings->Style Configurator

    Cheers
    Claudia

  • how i make project name then directory and then sub in this way

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Ashish-Rai

    checkout nppexec plugin - I assume it can do what you are looking for.
    To be honest, it is not very clear to me what exactly you are looking for.

    Cheers
    Claudia

  • Notepadd++ bug with text

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Sasha MelnikovS

    Works. Thank you.

  • progam your own programming language

    2
    0 Votes
    2 Posts
    2k Views
    thedonciuxxT

    Maybe you’ve misspelled? Because Stylist and Dialater don’t exist…
    If so then you may be asking about Stylers and Delimiters.

    Styler - it’s a button to set the style of the entered characters (e.x. html will be bold orange)

    Delimiters - They are seperators such as commas (,) and ect. More info here: [https://www.computerhope.com/jargon/d/delimite.htm](link url)
    (I use them not to seperate but to open and close a specific style)

    If you didn’t misspell then sorry, then sorry if I didn’t help…

    Have a nice day ;)