• Login
Community
  • Login
  1. Home
  2. General Discussion
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • J

    Smart Highlighting - Multiline Support

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Dec 19, 2019, 3:17 AM
    Dec 18, 2019, 7:27 PM
    0 Votes
    7 Posts
    1k Views
    A Dec 19, 2019, 3:17 AM

    @Joël-Sabourin-Poirier

    I do not want to permanently highlight them

    I think @Ekopalypse 's suggested method is actually better than Smart Highlighting for this purpose. And…it isn’t really permanent, you can clear it later.

    Plus you can make it really fast to implement and clear by using keyboard combinations rather than mousing through the menus.

    And the killer feature part: Even if Smart Highlighting did what you wanted, you couldn’t quickly navigate to far apart versions of the duplicate text sections, you’d have to visually look for them. With Eko’s method, and he pointed this out, you can quickly jump to the next occurrence, even if very far away from the original.

    I’m not a developer on Notepad++, but I really don’t see Smart Highlighting being changed to cross line-boundaries.

  • S

    Telerik User Interface For NotePad++

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Dec 18, 2019, 5:55 PM
    Dec 18, 2019, 1:32 PM
    -2 Votes
    9 Posts
    679 Views
    G Dec 18, 2019, 5:55 PM

    Hi, All,

    I’ve just banned that account, permanently

    BR

    guy038

  • M

    기뻐하며 waldheim33.com/first/ - 퍼스트카지노

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 18, 2019, 3:34 PM
    Dec 18, 2019, 11:46 AM
    -4 Votes
    2 Posts
    209 Views
    A Dec 18, 2019, 3:34 PM

    Are there moderators on this project?
    Such users must be banned for life!

  • T

    Diff/merge prompt when a file has both externally saved and local changes?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 17, 2019, 7:15 PM
    Dec 17, 2019, 5:32 PM
    1 Votes
    2 Posts
    282 Views
    M Dec 17, 2019, 7:15 PM

    Probably not extending that prompt. But how about:

    Say no to the prompt - I don’t want to lose my changes Plugins => Compare => Diff since last Save Make edits / merges directly in Notepad++ Bob’s your uncle.

    Cheers.

  • С

    Not organized file structure in a folder! 📂

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 17, 2019, 2:30 PM
    Dec 17, 2019, 1:59 AM
    0 Votes
    2 Posts
    297 Views
    P Dec 17, 2019, 2:30 PM

    @Сергей-Друзь said in Not organized file structure in a folder! 📂:

    Why isn’t there a folder 📁 for each plugin

    Because the plugin authors chose not to use their own folder. Plenty of plugins (like PythonScript, NppFTP, and PreviewHTML) do use subfolders of the %AppData%\Notepad++\plugins\config folder; but there are also others (NppExec, MarkdownViewer++) that don’t.

    You would have to request an update from every individual plugin that doesn’t use its own sub-folder to get that to change. Good luck with that.

  • A

    "Remember" Find/Replace window position?

    Watching Ignoring Scheduled Pinned Locked Moved
    16 Dec 16, 2019, 7:07 PM
    Sep 21, 2019, 7:41 AM
    1 Votes
    16 Posts
    822 Views
    A Dec 16, 2019, 7:07 PM

    This may be gaining some traction; see recent activity here.

  • E

    Send File i-Mail

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 13, 2019, 2:22 PM
    Dec 13, 2019, 2:09 PM
    0 Votes
    2 Posts
    1k Views
    P Dec 13, 2019, 2:22 PM

    @Eduard-castany said in Send File i-Mail:

    to do an action in a Files Menu

    In the Files menu? No.

    However, you can add something to the Run menu. If i-mail is some application found at c:\path\to\i-mail.exe, and you could send a file to i-mail by running c:\path\to\i-mail.exe --attach "d:\path\to\file", then

    Close all instances of Notepad++ and start one instance

    File > Open %AppData%\shortcuts.xml

    In the <UserDefinedCommands> section, add

    <Command name="send via i-mail" Ctrl="no" Alt="no" Shift="no" Key="0">"c:\path\to\i-mail.exe" --attach "$(FULL_CURRENT_PATH)"</Command>

    Save and close shortcuts.xml

    Exit Notepad++ and reload

    Run > send via i-mail should now work

    Of course, if it’s a different path, or need more or less arguments, you need to customize that example. Basically, you need to know the full command-line command to attach a file to i-mail, then you put that as the ___ in the <Command ...>___</Command>, using $(FULL_CURRENT_PATH) it the place of the filename; and if there’s a possibility of spaces in the path, put quotes around it.

    More documentation on <UserCommands> in the usermanual’s Config FIles doc

  • A

    Add shortcut for closing unsaved file?

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Dec 12, 2019, 7:31 PM
    Nov 19, 2019, 7:44 AM
    1 Votes
    9 Posts
    3k Views
    S Dec 12, 2019, 7:31 PM

    @PeterJones Thank you for letting me know. As I mentioned, this was so others searching for the topic would know that an update was available already.

  • U

    UDL: Limitations.

    Watching Ignoring Scheduled Pinned Locked Moved udl
    6 Dec 12, 2019, 9:05 AM
    Dec 10, 2019, 9:25 AM
    -1 Votes
    6 Posts
    449 Views
    U Dec 12, 2019, 9:05 AM

    @PeterJones [Forenote: Sorry for the late reply. This will be my usual habit here, though, because I had many things to do in some other places - Well, those sorts of things. Also, I had some problem with composing this reply, kinda…]

    [1] Least likely to be updated? Hmm, that is sad, but for some reasons, I can’t really complain about it.
    ⠀⠀⠀For the open issues and or request not getting traction, yeah, that does sound very unfortunate… Although, I am a bit curious on why. I would like to know if there’s a problem or something regarding UDL development, but this isn’t necessary for me to know, so I could pass on this one.

    [2] Hoh~? I’m not stuck?

    [3] Hmm, this is really interesting. Definitely gunna check those out. Thank you.

    [4] Write a new lexer, hum, definitely not doing it anytime “soon”… Beg or bribe to write a new lexer doesn’t sound fun… Contract or hire might be overboard for my project(?)… Requesting code changes sounds reasonable, but I’m not sure on wha- wait… Maybe I need to request the change/extra option of separators from the puny spaces to something else and the inclusion of whitespaces identifier (Since whitespaces are ignored) on a specific section. Yeah… That might work…
    ⠀⠀⠀Thinking about it, the change shouldn’t be to remove space as a separator or anything altogether but to add an extra option on or for all sections. A checkbox that allows an advanced user to use the advanced feature, such as this or something else - heck, regex would be super great. And then- erm… Nah.
    ⠀⠀⠀Realistically, that wouldn’t happen. So eh, let’s just cut it there for now. I am a bit tired for it.

    ⠀⠀⠀Anyhow, great reply. +1
    ⠀
    [Note to self: Horribly big line gaping; switch to the normal newline gap instead | Deleted Extra Note section | One missing asterisk (*) for bold format]
    [Note to self v2: Why can’t I edit, even after 20 minutes after posting… These notes happen because of that | Deleted unnecessary lines | A terrible mistake for not following my own note]

  • DeLiXxD

    Remove "yes, for all", "no, for all" when not needed

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Dec 10, 2019, 1:42 PM
    Dec 9, 2019, 5:28 PM
    -1 Votes
    4 Posts
    308 Views
    A Dec 10, 2019, 1:42 PM

    @DeLiXx said in Remove "yes, for all", "no, for all" when not needed:

    A good strategy would be to showcase the new feature with the greyed out buttons in a single major version as it’s being done now and hide it as suggested for all following releases.

    I respectfully disagree that that is a good strategy.

  • BBandsB

    Incremental Search

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Dec 9, 2019, 11:29 PM
    Dec 9, 2019, 6:07 PM
    1 Votes
    3 Posts
    334 Views
    BBandsB Dec 9, 2019, 11:29 PM

    Works for me.

    Thanks,

    John
  • Jonah ClarenceJ

    [Feature Request] Undo for Auto-Insert: tags and parentheses

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Dec 8, 2019, 10:51 PM
    Dec 6, 2019, 5:57 PM
    0 Votes
    9 Posts
    502 Views
    dailD Dec 8, 2019, 10:51 PM

    @Alan-Kilborn said in [Feature Request] Undo for Auto-Insert: tags and parentheses:

    Is this any textual change? Or is it truly any change?

    In the context of any change Notepad++ did that the user did not specifically do themselves. I wont say this is a hard rule though.

  • Laurent DuvoisinL

    Portable version and APPDATA

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Dec 5, 2019, 4:00 PM
    Dec 5, 2019, 9:35 AM
    0 Votes
    6 Posts
    2k Views
    Laurent DuvoisinL Dec 5, 2019, 4:00 PM

    @PeterJones Thank you very much, I will try tomorrow

  • Qasim IjazQ

    i edited my file on notepad and before compiling i want to save it but save option was not working.only save as was working

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 5, 2019, 11:56 AM
    Dec 5, 2019, 4:08 AM
    0 Votes
    2 Posts
    224 Views
    EkopalypseE Dec 5, 2019, 11:56 AM

    @Qasim-Ijaz

    as you reference 7.4 I assume you are using this version as well,
    so the obvious question would be why you don’t update to a newer
    version which has fixed this?

  • GowaPG

    Association of file extension and character encoding / Association de l’extension de fichier et du codage de caractère

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 5, 2019, 11:29 AM
    Dec 5, 2019, 10:39 AM
    1 Votes
    2 Posts
    471 Views
    dinkumoilD Dec 5, 2019, 11:29 AM

    @GowaP

    You can use my AutoCodepage plugin for that purpose, available via Plugins Admin.

  • Michi KaaM

    Notepap++ asks if the file should be reloaded after manual reload

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Dec 4, 2019, 9:25 AM
    Nov 29, 2019, 8:02 AM
    0 Votes
    9 Posts
    1k Views
    Michi KaaM Dec 4, 2019, 9:25 AM

    Interesting, thanks for the investigastion. From my experience it feels like something with getting the focus back to the file. as if “Ctrl+R” is leading to have the focus on the current file lost, after the reload it is regained. When the focus is regained, the check for modification kicks in and if the file was modified in the mean time, it asks if the file should be reloaded. If the focus is lost, maybe it is possible to reload with Ctrl+R without having the focus lost?

    Reading your posting reminded me on the first posting in this thread and the sidenote: since “Monitoring tail -f” doesn’t work as I expect it.

    The “eye-button” also known as since “Monitoring tail -f” would solve this issue, if it worked as I’d expect it. I experience the same as here: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4955

  • pbarneyP

    Docking Session Manager to right side

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Dec 3, 2019, 11:07 PM
    Dec 3, 2019, 10:44 PM
    0 Votes
    3 Posts
    322 Views
    pbarneyP Dec 3, 2019, 11:07 PM

    Sorry, I was mistaking the Session Manager plugin with the NPP Favorites plugin, which automatically shows up on the right-hand side. This also explains why my sessions were all missing.

    Thanks for the help.

  • plidosP

    Find and replace specific word between more tags

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Dec 2, 2019, 10:20 PM
    Nov 29, 2019, 6:44 PM
    0 Votes
    6 Posts
    504 Views
    dinkumoilD Dec 2, 2019, 10:20 PM

    @plidos

    You could install the XML Tools plugin and use its XSLT Transformation feature.

    Open Plugins Admin and install XML Tools plugin. After Notepad++ has been restarted paste the XSLT code from below to an empty tab and save it for example as ChangeVisible.xsl. Open the XML file you want to process. Go to (menu) Plugins -> XML Tools -> XSLT Transformation. In the dialog popping up click on the ellipsis button and in the file selector dialog popping up select the XSL file you created in step 2. In the options field of the dialog type UPCid='1234'. Click the Transform button. A new document will be opened with your changes applied. Save it to the original file.

    To change the value of the IsVisible node of more than one Item nodes, repeat steps 6 to 8.

    The XSLT code. Please note: In line 19 (<xsl:template match="/RootNode/Item/IsVisible">) you have to provide the complete path to the IsVisible XML node, starting from the document’s root node.

    <?xml version="1.0" encoding="UTF-8"?> <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" omit-xml-declaration="no" indent="yes" /> <xsl:param name="UPCid"/> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> <xsl:template match="/RootNode/Item/IsVisible"> <xsl:choose> <xsl:when test="../@UPC=$UPCid"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:text>False</xsl:text> </xsl:copy> </xsl:when> <xsl:otherwise> <xsl:copy> <xsl:copy-of select="@*|node()"/> </xsl:copy> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:transform>
  • Brian HartB

    Minor nuisance: "N" no longer selects "No"

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Dec 2, 2019, 6:33 PM
    Dec 2, 2019, 6:17 PM
    0 Votes
    2 Posts
    260 Views
    P Dec 2, 2019, 6:33 PM

    @Brian-Hart said in Minor nuisance: "N" no longer selects "No":

    And likely nobody else will care or even notice

    hehehe.

    https://community.notepad-plus-plus.org/topic/18544/new-v7-8-enhancement-in-save-dialog-is-missing-keyboard-shortcuts https://community.notepad-plus-plus.org/topic/18513/shortcut-keys-in-save-dialog-no-longer-working https://community.notepad-plus-plus.org/post/48004 https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6223

    In other words, it’s known about. Note that last one is the official issue-tracker; should be fixed in the next version released (ie, whatever comes after v7.8.1)

  • Eran BlecherE

    JSON file

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Dec 2, 2019, 5:58 AM
    Dec 1, 2019, 11:44 PM
    0 Votes
    4 Posts
    2k Views
    A Dec 2, 2019, 5:58 AM

    @Eran-Blecher
    Notepad +++ opens any text files, and the * .json extension is a text format))
    Install the JSTool plugin for formatting * .JSON files, and it will become much more convenient to work with this format!

    Imgur

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors