• Notepad++ 7.6.3 hates everybody!

    4
    1 Votes
    4 Posts
    1k Views
    Meta ChuhM
    you’re very welcome, @Max-RedHoodWolf-White i’m glad you’ve got all of the plugins back.
  • Remove blank (empty) lines

    12
    0 Votes
    12 Posts
    138k Views
    Andrew Bruce-Chwatt144A
    Thanks all for your help - a couple of no so very obvious tips for dopes like me. Don’t be surprised if the Notepad++ 32bit x86 that you installed to get TextFX working automagically transforms itself to Notepad++ 64bit x64 and nice new TextFX disappears. Most peculiar - may have something to do with an update? Never seen that sort of behaviour before and no, I have not been eating magic mushrooms and I know where my apps and stuff live. Download the 64bit version of NppTextFX.dll as above, but WAIT! First of all you’ll have to create a nice new little folder called NppTextFX for NppTextFX.dll to live in. Now you can put the 64bit version of NppTextFX.dll in its own little folder and all will be happy. Just plonking it in the Plugins folder don’t work. Thanks everyone! abc
  • how to put parentheses in the first three numbers?

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Terry RT
    @PeterJones said: With data like Thanks Peter, I was trying to cover as many variations as possible, forgot the ‘very first’ character one. It got me to thinking if perhaps I might have over complicated it a bit. A couple of minutes work with your ‘data like’ example I got all the required numbers using: Find What:(\d{3})(\d+)* Replace With:\(\1\)\2 (432)1 trevor(345)6 never website (345)678 (123)4 trevor(345)6 never always (782)6242 (123) It seems I don’t need to force the regex to check for a ‘word boundary’ (change between digit and ‘other character’) as it does it itself with the remainder of the regex. So just discarding the first option does not appear to change the outcome. Cheers Terry
  • MS Notepad type goodies - Mimic .LOG and F5 for time stamps?

    3
    0 Votes
    3 Posts
    1k Views
    Career ScarceC
    Thanks, some good leads there and I don’t think I would’ve found them otherwise.
  • Tabs with html documents scroll when switching

    5
    0 Votes
    5 Posts
    2k Views
    Wolfgang DuehrkopW
    Hello Meta, thank you for your detailed information! The workaround works as indicated, but becomes confusing when dealing with multiple documents. I have now looked at GitHub, the topic has been raised several times. If I read that correctly, the bug should have been fixed in the previous version, but I do not really see through the mess. So first of all I leave everything in the old and wait. A nice upcoming weekend Wolfgang
  • 0 Votes
    3 Posts
    2k Views
    Stefan KarlssonS
    Thanks!
  • Not changing "|" to tabs when importing .txt

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    João CairesJ
    It just worked… I think I was importing the wrong file xD Thanks for the help guys!!
  • SVG syntax highlighting

    svg syntax tag syntax high svg syntax high tag svg
    7
    2 Votes
    7 Posts
    6k Views
    Adriano ElleroA
    cool thanks for the effort
  • 0 Votes
    10 Posts
    4k Views
    Terry RT
    @Giambattista-Benacchio said: Saluti e molte grazie per la collaborazione I thank you, and also commend you for finding an improvement on my solution. I might have to borrow that idea for any future requests. In step#1 you say the occurrence MUST be at the beginning of the line. Not necessary if you know how to search for text within a line. In normal search mode just type the occurence to search for, it can be anywhere in the line. In regular expression mode the same can be true, however you can also be more selective using other search patterns to exclude some possibilities if required. There are possibly some improvements to your step#4. Instead of \d\d\d\dX you can write this as \d{4}X. This means 4 of a single digit. If however this number could be larger than 4 digits, also consider \d+X which means as MANY digits as possible followed by a X (so 5X, 01X, 2304X, 1234567890123456789X etc). This is the ability available in the regular expression. Terry
  • Markdown: Link to open a local File

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    PeterJonesP
    It appears that the author(s) of MarkdownViewer++ didn’t choose to implement local/relative links inside the MarkdownViewer++ pane. (Note that external URLs in the MarkdownViewer++ pane go to your default browser, and are not rendered in the MarkdownViewer++ pane, so it already decided against following and rendering external links in the embedded pane.) The intention of the plugin is stated as “to view a Markdown file rendered on-the-fly” (quoted from MV++ homepage), rather than to be a fully-featured on-the-fly Markdown browser. It makes sense to me, in this design, that it wouldn’t change what’s in the viewer-pane, because the MarkdownViewer++ pane is a live rendering of the active markdown file in the active Notepad++ editor pane – and by rendering a different page there in the viewer pane than is active in the Notepad++ editor pane, it would confuse me as a user. However, if you want to look through the open issues for MarkdownViewer++, you can see if someone has already asked for that feature; if not, you may submit your own request there. No guarantees that it will be implemented if asked for (if I had a vote, I would vote against it), but maybe the developer will agree with you rather than me, so it might be worth a try.
  • XML Manifest error for IRS ACA - HELP!

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    Meta ChuhM
    @Alan-Kilborn might be to you, but i guess it’s due to linguistic differences. to me, inappropriate has the meaning of obscene, rather than misplaced.
  • fixed width font for special txt files

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Terry RT
    @cavelamb There are some past postings which border on the area you refer to. i don’t personally use UDL (user defined language) or alter the fonts at all but hopefully these posts can enlighten you a bit. @PeterJones : https://notepad-plus-plus.org/community/topic/15988/language-not-being-saved-with-file and https://notepad-plus-plus.org/community/topic/16889/changing-font-size @guy038 : https://notepad-plus-plus.org/community/topic/12104/need-help-to-find-different-font-in-same-text-file-through-notepad/2 and https://notepad-plus-plus.org/community/topic/16474/please-tell-me-how-to-display-ipa-characters-properly-with-a-monospace-font/2 Have a read there and maybe there might be some good info to help you. Terry
  • html: double closing tags

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Meta ChuhM
    @JJJoseph we are glad you got it running again. 👍 Seems counter-intuitive, since the default is one closing tag included this is not a default notepad++ behaviour, but maybe you have an extra notepad++ plugin installed, that is capable of auto-completing closing tags, so if both engines are enabled, you will get two closing tags. (i think this seems to be the most logical reason) but as long as just one of the 2 installed auto-closing tags features is enabled, you are good to go.
  • Special Unicode not displayed: Two Different Computers, Same Font

    Locked
    2
    0 Votes
    2 Posts
    814 Views
    Meta ChuhM
    welcome to the notepad++ community, @nopunin10did i am not sure if it works for your case, but here’s a first thing you can check: compare the following on both of your windows 10 x64 machines: open control Panel (all control panel items) > fonts --> font settings and compare the option hide fonts based on language settings on both machines. (usually hide fonts based on language settings should be disabled) here’s a screenshot: [image: Windows-10-Font-Settings.jpg] if you make any changes to these settings, please reboot to make sure they will be activated. good luck.
  • HTML spell check

    syntax check html spell check
    4
    0 Votes
    4 Posts
    1k Views
    Eko palypseE
    @Adriano-Ellero there are a couple of JS plugins - aren’t non of them useful in such a case? What about JSLint? Could you use it as some kind of proxy script?
  • my run mean does not contain any launch in browser options

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    Meta ChuhM
    @Nay11111 i’m glad to hear it’s working, you are welcome.
  • auto-ident on html page does not work

    auto ident ident auto-ident html auto-ident
    6
    0 Votes
    6 Posts
    2k Views
    Meta ChuhM
    glad it works for you, @Adriano-Ellero 👍 latest version 32bit now Indent by fold works after creating IndentByFold folder within plugins one, and copying the dll file inside IndentByFold folder. what i still don’t understand is, why you had to create any folders or did a manual install, because on the latest notepad++ 7.6.3 32 bit, or following my instructions, you just go to plugins > plugins adminsearch for fold, select “indent by fold” or any other available plugin, and press install, like seen at the screenshot below. [image: uQ5UUVq.png] I have to code huge file in HTML and SVG tags. HTML works selecting HTML language. For checking SVG code I have to pass to XML language. Is there a way to combine both languages? i don’t know if an udl (user defined language) which combines both has already been made yet, as i don’t work with svg.
  • UDL: Overloaded folding close keywords

    Locked
    10
    2 Votes
    10 Posts
    3k Views
    Meta ChuhM
    @rossjparker But I did find what appears to be the perfect solution by trial and error. Use single quote characters (’) to specify multi word open/closing folding in markers instead of double quotes ("). nice find (i’ve just tried out your solution) and very embarrasing that i did not try that (') out beforehand 🤭 thank you for your own, working solution and for sharing. 👍 if you like, stick around here in the future, either for casual reading, or to participate on anything of interest to you. you are always welcome. greetings, meta chuh
  • Replacing values in multiple documents all with different values

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    Alan KilbornA
    @Meta-Chuh said: but you are getting better …and that is long overdue
  • Autocompletion with MyClass.myFunc

    Locked autocompletion class autocomplete
    4
    0 Votes
    4 Posts
    1k Views
    Jim DaileyJ
    @m-c0de I think that after you select MyUtils, you will have to type a period for the autocomplete to begin suggesting things that begin with MyUtils.. Other than that, I would expect it to work as you desire. I don’t think size will be a problem for you. My “C” auto-completion file is almost 3.5 Megabytes and works very well. Currently it includes 3230 UEFI function definitions extracted from .h files and 463 keywords! Obviously I didn’t do this by hand; I wrote an AWK script that I use to generate a new (updated) auto-completion file periodically. Keep in mind that you have to keep the entries sorted alphabetically. If you get something out of order, then you may never see a portion of your entries (but you will not get any kind of error message).