• Amnesiac Adding Text

    2
    0 Votes
    2 Posts
    218 Views
    PeterJonesP

    @g2startracker ,

    This Forum is about the Notepad++ text editor, not about the nitty-gritty details of what you’re trying to type with it – so this isn’t the right forum for general “how do I do X in HTML” questions.

    That said, there are tools available in Notepad++ that might help you. I would try the XML Tools plugin (go to Notepad++'s Plugins menu, select Plugins Admin, and check the box next to XML Tools, then click Install). Once it’s installed, open your HTML file, go to Plugins > XML Tools menu, and pick one of the Pretty Print menu options, all of which will reformat your HTML without changing the meaning or text, which might make it easier for you to edit in the future.

  • Смотреть файлы из ссылки

    9
    0 Votes
    9 Posts
    1k Views
    PeterJonesP

    @сарега said in Смотреть файлы из ссылки:

    and you can find this plugin, I’m not strong in programming, I will be very grateful if you help me

    Unfortunately, the question you have asked cannot be solved by Notepad++ itself, and there isn’t a plugin which does that. At this point, it is a general problem of checking the timestamps on the web resource, which has nothing to do with Notepad++. If you need help finding a tool that can perform that action, or hiring someone to write such a tool for you, then you will have to find a different forum which is about generic computer/tech questions, or requestion software solutions for hire; this Forum is about Notepad++, and we can only help you with Notepad++ specific questions.

    К сожалению, вопрос, который вы задали, не может быть решен самим Notepad++, и нет плагина, который бы это делал. На данный момент, это проблема проверки временных меток на веб-ресурсе, которая не имеет ничего общего с Notepad++. Если вам нужна помощь в поиске инструмента, который может выполнить это действие, или нанять кого-то, кто напишет такой инструмент для вас, то вам придется найти другой форум, который посвящен общим компьютерным/техническим вопросам, или запросам о программных решениях на прокат; этот форум посвящен Notepad++, и мы можем помочь вам только с вопросами, специфичными для Notepad++.

    Переведено с помощью www.DeepL.com/Translator (бесплатная версия)

  • Convert range of numbers with hyphen to all numbers from range

    2
    0 Votes
    2 Posts
    292 Views
    Timur GimranovT

    Closed!

    import re def calculate(match): list1 = '%s'%(str(range(int(match.group(1)),int(match.group(2))+1))) str1 = str(list1).replace('[','').replace(']','') return str1 editor.rereplace(r'(\d+)\-(\d+)', calculate)
  • Feature Request Web Link Hint and pop-up Box

    2
    0 Votes
    2 Posts
    218 Views
    EkopalypseE

    @bernard

    It is more likely to be included if you make a request for a new feature here. Please check to see if it hasn’t already been requested.

  • reference to undefined entity after save file xml

    3
    0 Votes
    3 Posts
    468 Views
    Virus GamersV

    No I do not think so; it’s my keyboard that eats too many breadcrumbs
    Look:
    ab78e6b5-ff4e-486f-b0e6-4925af88c3a0-image.png
    I’m blocked 1 hours for that’s. i’m so stupid ^^
    Thank u so mush for reply :)

  • ASCII Box drawing characters forcing me to use alternative text editor

    21
    0 Votes
    21 Posts
    18k Views
    Neil SchipperN

    @gregory-g Happy Birthday, post about ASCII Box drawing!

  • bak file as new default

    10
    3 Votes
    10 Posts
    2k Views
    PeterJonesP

    @edzilla2000 ,

    Continuing with another thought: As you said regarding the config.model.xml files, the usermanual documentation is rather lacking on the deployment perspective. Unfortunately, even though I am the primary usermanual contributor, I don’t have the expertise to write such a page to be added to the manual, so I wouldn’t know where to start with such a thing.

    What would be great is if someone (hint, hint) who had just finished figuring out how to get things running smoothly for deployment were willing to lend a hand, by giving some notes, or at least coming up with a list of questions that deployers will likely want answers to, I might be able to start working on such a thing. I have created an issue for the usermanual, requesting help for this task – so replies can go there. (And I’ll try to avoid getting overly sarcastic again.)

  • Don't open folders anyway... how?

    4
    0 Votes
    4 Posts
    347 Views
    PeterJonesP

    @roman-lt said in Don't open folders anyway... how?:

    Is there a way to open notepad++ with folder parameter given when it ignores such folder parameter? So, it starts, but without any new opens?
    For example, Notepad3 in this case just shows Open Dialog…

    Sorry, my English is not good…

    Thanks for trying.

    If I am understanding correctly, you want to be able to give a folder as an argument to Notepad++… but instead of opening every file in the folder (the default action) or opening FolderAsWorkspace (one of the advertised command-line options), you would like it to do something different. If I am understanding correctly, you would like it to just open Notepad++ with the Open dialog automatically showing, so that it asks you to open a file from that particular folder? Or maybe you want it to just open Notepad++ normally, but in a way that when you access the Open dialog, it will default to the given folder?

    There is no such command line argument for either of those interpretations. But there may be workarounds that are sufficient for your needs:

    If you want it to auto-spawn the Open File dialog, one could make use of the -z command line option with the PythonScript plugin, with a discussion about how to do so linked from the usermanual

    If you want it to change the default directory, you might be able to just run Notepad++ executable from that directory, or have a Windows shortcut for Notepad++ that changes the “Start In” directory. The Settings > Preferences > Default Directory may influence how effective cd __SOME__DIRECTORY__ & notepad++.exe or the shortcut – I think you want 🗹 Remember last used directory. Yeah, I just set to that Default Directory option, then created a shortcut that changes the “Start In” directory; when I run Notepad++ using that shortcut, the first time I hit File > Open (or the Open toolbar icon), it opens in the “Start In” directory.
    6191ca02-cee1-4880-b9de-4cd89db16bc0-image.png


    Addendum: sorry, after reading Alan’s response, I realized I hadn’t noticed the “Total Commander” aspect of the question. I know nothing about how to make Total Commander interact with applications in a desired manner.

  • Using UDL as default file type?

    6
    0 Votes
    6 Posts
    3k Views
    PeterJonesP

    @john-english and others reading this discussion:

    I have submitted #11097 Allow UDLs in Default Language, due to this discussion and another recent one. (As well as the related #11096 Allow UDLs in SaveAs, which should also make dealing with UDLs easier)

    I cannot guarantee that anything will happen as a result of those issues, but they’ve at least been submitted. And anyone reading this discussion who agrees that one or more of those is a good idea is free to go upvote or comment on those issues.

  • Persian (Farsi) font has different style in NP++ and MS NP!

    3
    0 Votes
    3 Posts
    944 Views
    JamesWebbJ

    @peterjones
    I use NP++ as a better alternative for MS NP and I don’t use it as a programming text editor, just use for edit txt, srt, cue sheet, ini files.

    You can see my NP++ settings in SS below (I don’t know why NP++ has such an odd behaviour with all “Persian” fonts! It shows the fonts illegible and thinner than they are with jagged edges!).

    npSS.png

  • 0 Votes
    3 Posts
    1k Views
    Ahmed ObaidA

    @peterjones Thanks alot,

    That solved my issue.

  • -1 Votes
    5 Posts
    419 Views
    Alan KilbornA

    @peterjones said :

    TL;DR Please post in English in this forum, as you have been asked multiple times.

    Of course, the option exists for those that don’t post in English to reply to them with:

    Please re-post that in English as this is an English forum; unless you do that your posting will be ignored and not replied to.

  • Notepad++ update error (schannel)

    6
    0 Votes
    6 Posts
    3k Views
    A

    @aimi617

    Finally the (schannel) issue has been resolved, the main cause of this and other similar issues related to SSL/TLS errors is incorrect security settings in Windows Registry located in HKLM SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL. The easiest way to correct SSL/TLS settings is IIS Crypto utility disabling all obsolete protocols, ciphers and leave TLS 1.2, Triple DES, AES ciphers along with SHA hashes only. After changes and computer reboot the error SEC_E_ILLEGAL_MESSAGE (0x80090326) was gone.

  • Need help with replacing/editing lines!

    8
    0 Votes
    8 Posts
    2k Views
    Moking CM

    @alan-kilborn thank you it helps ;)

  • Function List not working in v8.2

    3
    0 Votes
    3 Posts
    508 Views
    DaveyDD

    @peterjones - thanks for the point-out
    I forgot about the overrideMap.xml file.
    I copied that over and it is now working as before

    Thanks!

  • Not sycning with modifications made in browser

    8
    0 Votes
    8 Posts
    2k Views
    Quelqu2Q

    @peterjones I’ve just check, it was disabled, now it works just well, thanks!

  • How to create textblocks in a LOG file

    7
    0 Votes
    7 Posts
    2k Views
    Alan KilbornA

    @andre-bergmann said in How to create textblocks in a LOG file:

    So I can save a couple of hours I’ve not to reard hugh LOG files to find the main tags.

    This phrase makes me want to suggest something I’ve discovered to be useful recently: the Analyse plugin. It isn’t quite the same, but I think its original design was to make log file data easier to visually process. Just a suggestion.

  • Lexicographically ascending with index

    7
    0 Votes
    7 Posts
    564 Views
    Amazon BooksA

    @neil-schipper Thanks.

  • Default to 'Run as System'

    3
    0 Votes
    3 Posts
    784 Views
    SJ GoodsonS

    @peterjones

    Thanks for idea. I checked it out but unfortunately it misses the mark. The FULL_CURRENT_PATH is only the top Open file; not the one selected in the Folder As Workspace. So, I’d have to open the file first (a .jpg in the text editor, Ugh!, and then run the command by keystroke). Easier to right mouse-click and hit “Run By System”. I was just hoping to double click and get “Run By System” as the default.

    Thanks for taking a swing at it.
    More ideas welcomed!!

  • Is this possible in regex.

    1
    0 Votes
    1 Posts
    236 Views
    No one has replied