• Count function into Find in Files?

    7
    0 Votes
    7 Posts
    1k Views
    Alan KilbornA

    @Robot-Daneel53 said in Count function into Find in Files?:

    I shall go into Github

    Appears to have been done…HERE

  • Where did the old / new text indicator strip go?

    3
    0 Votes
    3 Posts
    199 Views
    TroshinDVT

    Thank you!

  • Sorting with a "column mode" selection

    5
    4 Votes
    5 Posts
    5k Views
    Makwana PrahladM

    Hello,@guy038
    Follow this steps,To Sorting with a “column mode” selection

    Step 1:- Line Up Columns using the TextFX Plugin

    Step 1 :- Select the pipe (|) character that separates the “columns” and copy it to the clipboard:
    Step 2 :- Select all the text and use Line up multiple lines by (Clipboard Character):
    Step 3 :- We have now lined up the text using the pipe (|) character to make it look like a table with columns

    Step 2:- Move and Sort Columns

    Step 4:- Use Alt+Mouse Dragging or Alt+Shift+Arrows to select the “colums” you want to move.

    Step 5:- Drag the columns to the start of the first line. You can also Cut (CTRL+X) the selected columns, move the caret to the start of the first line, then Paste (CTRL+V) the columns there.

    Step 6:- Select all the text and use Sort Lines Lexicographically Ascending:

    Step 7:- We have now sorted the text alphabetically by the first “columns”:

    I hope this information will be usefull for you.
    Thank you.

  • 7.8.8 does not show the update to 7.8.9

    2
    0 Votes
    2 Posts
    218 Views
    Alan KilbornA

    @Pierre-de-la-Verre said in 7.8.8 does not show the update to 7.8.9:

    bug or feature?

    feature, and also a FAQ

    There’s a delay in time before that gets turned on.
    This is to prevent mass early adoption in case a huge flaw is discovered in a new release.
    This has been somewhat mitigated by the “release candidate” approach that has been taken lately, but I suspect only a very small fraction of even those that follow Notepad++ closely even try the “RC”.

  • CSS and Javascript in HTML files

    3
    0 Votes
    3 Posts
    1k Views
    ArkadiuszMichalskiA

    https://sourceforge.net/p/scintilla/bugs/341/ << waiting for this since 2005:)

  • 0 Votes
    2 Posts
    539 Views
    ArkadiuszMichalskiA

    @Tony-Guy-Parker In settings for this plugin you can check:

    []Persist clipboard list across sessions

    and all clipboard will be save to NPP\plugins\Config\MultiClipboardSession.dat. You can manually copy/restore this file if necessary (by hand or other tools).

  • Change how Notepad++ handles non existing files from a session

    3
  • Deleted the file, how can I restore it?

    4
    0 Votes
    4 Posts
    10k Views
    Scott I. LeeS

    Hi, you can restore the deleted word files for the backup folder, but if the files not there then try a free utility program like recuva, stellar data recovery free edition, tesdisk. These utility programs are able to recover deleted files efficiently. Thanks

  • [BAG] project panel, file path contains "_"

    3
    0 Votes
    3 Posts
    231 Views
    ArkadiuszMichalskiA

    There are cases where Project save wrong path:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6184
    @donho It would be worth exploring it because I can see that the more people noticed this :)

  • 0 Votes
    2 Posts
    186 Views
    PeterJonesP

    @John-Smith-2 ,

    This sounds like a feature request. This forum is for discussion. Our Feature Request FAQ explains where to go for actual feature requests.

  • 0 Votes
    3 Posts
    212 Views
    Francisco BomfimF

    a imagem é apenas simulada. o código ainda não existe.
    the image is only simulated. the code does not yet exist.

  • XML Duplicates

    2
    0 Votes
    2 Posts
    2k Views
    Terry RT

    @Lyoid-Fussell said in XML Duplicates:

    Is there an easy way to search an xml file for duplicate entries?

    Hard to say without example data. However one method could be to work on a copy of the file as this would be a destructive test.
    First remove all lines of code except the one you want to test on, assuming it contains lines rather than just lots of code all bunched together.Sort the lines so duplicates are together. A regular expression could easily spot duplicates.

    Note this is just a high level description. To provide an actual process requires you provide actual example data. To insert examples, first insert them into the posting window, then highlight them and press the </> button above. This puts a black box around the examples preventing the website from potentially mangling the data.

    Terry

  • Save count expression

    5
    0 Votes
    5 Posts
    314 Views
    mythofechelonM

    Oh, I see. Well, that’s better than nothing. Thank you.

    I don’t know if this is the correct place to suggest it but, in any case, perhaps Notepad++ could be updated to automatically open the find window and inject the search string to make the whole thing more intuitive.

  • How to update the portable version?

    40
    1 Votes
    40 Posts
    10k Views
    Alan KilbornA

    @PeterJones said in How to update the portable version?:

    it would be nice to have the .model. version for config.xml (especially) and (also nice) contextMenu.xml, shortcuts.xml, and functionList.xml.

    Wouldn’t these just be the files contained in the zip for the portable release for any given version?
    Yes, I know that OP is probably looking for something a bit “easier”. :-)

  • Icons on the menus how ?

    4
    0 Votes
    4 Posts
    416 Views
    R

    You have to manually generate a list containing links to the icons you want to use.

    I think you understand.
    My Name Is: #RFRaj
    My business website is: Youtube Video Downloader
    thanks

  • How can I allow hotkey conflicts?

    2
    0 Votes
    2 Posts
    319 Views
    PeterJonesP

    @Waka-Waka906 ,

    It flags conflicts for you, but doesn’t stop you from having conflicts. When there is a conflict, Notepad++ will pick one of the conflicting actions and apply it. There is anecdotal evidence that it picks the first one it comes to when doing some list of processing, but you cannot control which one occurs. I even vaguely remember one case when multiple actions may have been taken, but I cannot guarantee that will work.

    In general, it’s a bad idea to have conflicts, because you cannot control whether one, some, or all of those actions occur when you use the hotkey. But if you’re willing to live with the ambiguity, feel free to leave the conflict there – Notepad++ won’t stop you.

    If you want to guarantee that multiple actions occur with the same shortcut, record a macro where both actions are explicitly invoked, then assign your desired keystroke to the macro rather than to the individual actions.

  • A few yes or no questions about Np++

    5
    0 Votes
    5 Posts
    798 Views
    Alan KilbornA

    @I-neuw said in A few yes or no questions about Np++:

    block search
    block sort
    block copy
    block cut

    But, if we are considering the normal stream block here, instead of the aforementioned column block, then YES, all 4 of these operations are supported.

  • Watched topic email notifications?

    7
    2 Votes
    7 Posts
    426 Views
    M Andre Z EckenrodeM

    @patrickdrd said in Watched topic email notifications?:

    you could use rss

    Workable solution, and I’m surprised I didn’t think to look for that option myself. Thanks. Though email would get my attention faster.

  • Huge lines

    3
    0 Votes
    3 Posts
    495 Views
    Tim Li 0T

    First off, thanks so much for swift replying and sorry for not giving any information as I was too lazy to do more research on how to ask for help here. My apologies!

    Notepad++ v7.8.9 (64-bit) Build time : Jul 15 2020 - 20:31:49 Path : C:\Program Files\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode : OFF OS Name : Windows 10 Pro (64-bit) OS Version : 1903 OS Build : 18362.1082 Current ANSI codepage : 65001 Plugins : mimeTools.dll NppConverter.dll NppExport.dll

    I also have tried resetting all settings to default by deleting all .XML files under this folder: %APPDATA%\Notepad++. Uninstall/reinstall Notepad++ as well but it didn’t help either.

    Finally fixed the issue by rebooting my PC :facepalm:

    Thanks so much again!

    Peace out!

  • Is there any UI update planned for np++?

    9
    0 Votes
    9 Posts
    502 Views
    PeterJonesP

    @overstop ,

    The developers announce new versions when they come out – there will be a post in the Announcements section of the forum, and the official download page will be updated; about 2 weeks after the release, auto-update will be triggered. The developers don’t pre-announce “next version will be coming out in XXX weeks, with new features YYY and ZZZ”, so asking us when the next version will be is not going to help; that’s why @Alan-Kilborn told you months ago that there is no published roadmap.

    As a reminder, this isn’t a corporate product, where there is a big paid team, whose primary goal in their job is to make Notepad++ better on a regular schedule. Rather, it’s an all-volunteer effort. The primary developer has a “day job”, and Notepad++ is just his passion-driven side project; he has a few other code contributors who help make changes, but it’s all volunteer-run, in their free time, with no fixed or guaranteed schedule.