• Plugin to add HTML toolbar (like in EditPlus)?

    Locked
    3
    1 Votes
    3 Posts
    3k Views
    Meta ChuhM

    welcome to the notepad++ community, @Bence-Kovács

    i’ve just found one plugin that might do what html toolbar does.
    it’s called webedit, it’s fully customisable, and has a customizable toolbar with customizable icons as well.

    but it only is available for notepad++ 32 bit as far as i can see.

    you can download it here:
    https://sourceforge.net/projects/npp-plugins/files/WebEdit/WebEdit 2.1/

    and here’s a screenshot of the menu and the toolbar:
    Imgur

    i’ve found this easy guide to get you started, if you want to try it out:
    http://devarticles.in/miscelleneous/how-to-add-html-tag-keyboard-and-toolbar-shortcuts-to-notepad-2/

  • Updates don`t work in 7.6.1 PlugIn-Admin

    14
    0 Votes
    14 Posts
    4k Views
    PeterJonesP

    @SkodaRunner ,

    it’s just a short-term situation. The long-term goal is for NPP to occasionally check for updates in the nppPluginList.dll and download a new copy if it needs to. But the developer wanted to get all the Plugin Admin decisions nailed down and bugs worked out before doing that feature. Hopefully, it will come in the near future. But @Meta-Chuh described the way it is for now.

  • 0 Votes
    6 Posts
    896 Views
    guy038G

    @zetawilk, @alan-kilborn and All,

    @zetawilk, in your initial post, you said :

    Task: You must replace (Foo,1234567890) without replacing any instance of (bar)

    You’re not asking, here, for any commercial demand. Personally, I would have written, preferably :

    Request : replace (Foo,1234567890) without replacing any instance of (bar)

    and thanked, in advance, possible repliers, for their [free] help !

    Just remember it, in your next posts ;-))

    Best regards,

    guy038

    P.S. :

    I just forgot your last post. So, let me temper my criticism because you did thank Alan for his answers !

  • I need a plugin that adds spaces

    Locked
    4
    0 Votes
    4 Posts
    838 Views
    guy038G

    Hello, @fortuneskills, @eko-palypse, and All,

    Presently, I’m not able to give you a full reply to your request but I should have more time on next Sunday ! I’ll also need some other samples of code, either before ( text you get ) and after ( Text you would like to ), to improve my regex S/R !

    Assuming your single example, here is my temporary solution :

    SEARCH (?-si)(?:\(.+?\)|@\d+?%|^\w{3,5}|[PSFM]\d+|[\w-]{2,3}\.?)(?=\R)|(^\w{3}|[PSFM]\d+|[\w-]{2,3}\.?)

    REPLACE $0(?1\x20)

    Option Wrap around ticked

    Option Regular expression selected

    Click on the Replace All button

    See you later,

    Best Regards

    guy038

  • RegEx: Modify text between sh. and ( to lowercase

    Locked
    16
    0 Votes
    16 Posts
    2k Views
    Eko palypseE

    @PeterJones said:

    🤦 U+1F926 (https://emojipedia.org/face-palm/)

    even easily understandable for me :-D

  • 0 Votes
    2 Posts
    489 Views
    chcgC

    See https://notepad-plus-plus.org/news/notepad-7.6.1-released.html regrading the changed plugin location or https://notepad-plus-plus.org/news/notepad-7.6-released.html depending on your installed version.

  • index.php page disappeared from server, would not upload with NppFTP

    Locked
    4
    0 Votes
    4 Posts
    843 Views
    Pete NorrisP

    Meta Chuh, Peter Jones;

    Thank you for responding to my question.

    I am able to upload the index.php file using NppFTP. It may have been just a glitch with the server. This web hosting has had some unexpected behavior in the past.

    Anyway, the problem seems to have gotten resolved.

    Thanks again.

  • Notepad++ doesn't come to foreground

    Locked
    7
    1 Votes
    7 Posts
    4k Views
    Meta ChuhM

    @Daniel-Schielzeth

    yes, in normal mode it works fine, as long as your explorer and notepad++ share the same user level.

    if you can live with this situation (a minimised, elevated application will not pop up on explorer context menu or other commands, unless triggered by any h.i.d. like a mouse click, and you can’t drag and drop from an explorer window to eg. an elevated notepad++), you can leave uac enabled.

  • change font colour in txt file of selected words

    Locked
    2
    0 Votes
    2 Posts
    980 Views
    Eko palypseE

    @miguel-panta

    I’m not 100% sure I understand what you did or what exactly you try to accomplish.
    Do you try to select a word and then you want to run a macro which should change
    font, color and size of this selected text?
    If so, I don’t think you can do this with builtins. PythonScript plugin might be one way to
    make it work.

    What exactly Is your general goal here? Maybe it can be done in a different way.

  • Cannot find settings or preferences menus in 7.6.2 in windows 7 ultimate.

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Meta ChuhM

    @PeterJones

    thanks for looking into it.

    i’ve now completed all of your tests with the portable .7z as well, both x86 and x64 on windows 7 and windows 10 build 1803 and build 1809, and they all are identical to the zip version, and behave as they should (menus are present under any case, but plugins is missing if installed to %programfiles% or %programfiles(x86)% if no plugins are at %programdata%)

    reader’s note: i could not reproduce the absence of a menu like ? or any other menu (apart from plugins) under any of our testing scenarios and machines.

  • Still no proper solution for the administor mode in NPP?

    Locked
    7
    0 Votes
    7 Posts
    1k Views
    Meta ChuhM

    @Max-South

    thanks for the link, but this only solves issues for the “open with notepad++” explorer context menu.
    unfortunately it would not fix other issues, like the drag and drop isolation, inaccessibility of user level mapped network drives and so on.

    note: this is a solely windows internally based limitation of uac as intended by design, and even explorer itself could not handle it.
    (explorer example: try to open any installer .exe or any other program that needs elevated rights from a network drive. it will fail if it needs to access resources within this .exe or other files on that network drive)

    any application that wants to circumvent this isolation, must use a daemon process which “talks” to the user level application via event and command queues (example: teamviewer system service) so a hell lot of work to do, and in my opinion (as a non notepad++ developer) near impossible to do it with an editor that uses external plugins (each would have to have it’s own daemon if needed).

    Please do not get me wrong: NPP is a truly amazing lightweight productivity marvel versus heavy, fat, slow and glitchy environments. But this excellence makes the quirks like those were discuss here even more frustrating. Let’s hope NPP will be able to get rid of the error without users manually redoing SendTo/OpenWith context menu commands or switching off UAC and so on. :)

    of course, you are correct. these are only workarounds, that might not suit every needs.
    and there’s nothing to get wrong here, you can always speak freely the way you do. this place is filled with devs, it pros and power users, and many if not almost all agree to what you’ve said.

    and here comes my “i hope you didn’t get me wrong ;-)”:
    the explanations and detailed guide on how to disable uac wasn’t for you, as it would have sufficed to tell you “disable uac” in a one line answer.
    none of us would have given you this extensive guide, if it would just be for you, after reading that you elevate npp via schtasks.
    it’s mainly for regular users that have a similar problem, found your thread, and don’t know how to handle uac or what it means … it also saves some time on repeated questions if there’s a step by step solution that can be linked to, from every supporting community member.

  • RegEx: Modify text between ' ' to lowercase

    Locked
    3
    1 Votes
    3 Posts
    646 Views
  • Notepad++ Problem with sorting lines

    Locked
    4
    0 Votes
    4 Posts
    921 Views
    Alan KilbornA

    If you have a lot of lines, you may end up with space(s) between Line and the (first) number. Use the following to remove those:

    Find ^Line\h+(?=\d)
    Replace Line
    Again, search mode is Reg Exp

  • Join/Merge two lines on condition

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    PeterJonesP

    If you used the capital \R in my regex above, it should have worked, whether your file had CRLF (windows, aka \r\n) or LF (linux and modern mac, \n), or CR (old macos \r). It should have worked even if some were CRLF and some were LF. It wouldn’t work, however, if there was a blank line between, or other such oddity.

    If you open the original file in Notepad++, and enable View > Show Symbol > Show All Characters, you should see little black boxes for the end of line, either two with CR and LF, or one or the other… Plus, your status bar should list what EOL Notepad++ detects (Windows (CR LF), Unix (LF), or Macintosh (CR)). If you give us a screenshot (see the help-with-markdown post for screenshot help; use the ![](url.to/image.png)-notation so the image is visible in the forum), we might be able to see why the regex didn’t work in your original file.

  • 0 Votes
    3 Posts
    967 Views
    Andreas RebmannA

    notepad++ Explorer icons are totally wrong

  • Please help me anyone :(

    20
    0 Votes
    20 Posts
    3k Views
    Meta ChuhM

    @Terry-R

    heheheheheheee 😄

    it took me 'till now to actually discover your “and now helping in the Notepad++ forum.” message 😂😂😂

  • 0 Votes
    3 Posts
    704 Views
    jokinjoJ

    @Eko-palypse
    I finally got it using a user-defined language.

    Thank You So Much!

  • Line copy and place?

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    Meta ChuhM

    @PeterJones

    its depraved, definitively depraved 😂😂😂
    glad you’re here, i’m a bit (compulsively) hypersensitive to even short offline periods of core members at the moment … i promise i’ll try to work on desensitising a bit ;-)

    btw: there was an unusually low amount of new or funny questions this weekend (perceived), so thankfully not much to miss or catch up with.

  • RTL to LTR

    Locked
    3
    0 Votes
    3 Posts
    9k Views
    איתי שרוניא

    @Meta-Chuh Thank you so much!
    you’d very help me!!!

  • Search result with e.g. 5 lines before and 5 lines after result

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Alan KilbornA

    My interpretation is that the OP really wants to see 5 lines of context before/after hits for his search. The LineFilter plugin can do it. Or the following regex search can, if one is searching for the word text (as just an example):

    Find what: ^(?:.*\R){5}.*text.*\R(?:.*\R){5}