• Setting File Associations

    3
    0 Votes
    3 Posts
    707 Views
    RLN88360R
    The mistake I made was copying just the icon to the desktop for ease of use. Wrong thing to do. I am running it from the original folder where it was installed and it is fine now. File Associations were set up correctly. This issue can be closed.
  • Bug with autodetecting codepage

    4
    0 Votes
    4 Posts
    518 Views
    Alan KilbornA
    @2zesky said in Bug with autodetecting codepage: But autodetect still need to fix Autodetect is a bit of a guessing game. It isn’t likely to get “fixed”.
  • Printing margins

    2
    0 Votes
    2 Posts
    599 Views
    PeterJonesP
    @Michel-Dessaintes , printing double sided Notepad++ (and most other apps) have no notion of “double sided”; that’s a feature of your specific printer driver. Most likely, your solution will be found in printer-specific settings, rather than in Notepad++ itself.
  • Duplicate files in Program Files and in %APPDATA%

    5
    0 Votes
    5 Posts
    677 Views
    David Brigden52D
    Thanks to all three of you. I understand the reasoning now.
  • Default Directory Issue

    3
    0 Votes
    3 Posts
    442 Views
    Alan KilbornA
    @woodrow-smith said in Default Directory Issue: Notepad++ > Settings > Preferences > Default Directory > Follow Current Document I’ve always found this choice to be the most reliable and (thus luckily) the one that makes the most sense to want to use. Maybe there is a “disconnect” about how you think this is supposed to work? Maybe walk us through an example? Otherwise, I think it is working fine for the vast majority of users, so I don’t think there’s anything else anyone can do to help.
  • Count function into Find in Files?

    7
    0 Votes
    7 Posts
    2k 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
    1
    0 Votes
    3 Posts
    391 Views
    TroshinDVT
    Thank you!
  • Sorting with a "column mode" selection

    5
    4 Votes
    5 Posts
    6k 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
    474 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
    2k Views
    ArkadiuszMichalskiA
    https://sourceforge.net/p/scintilla/bugs/341/ << waiting for this since 2005:)
  • 0 Votes
    2 Posts
    733 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
    0 Votes
    3 Posts
    782 Views
    ArkadiuszMichalskiA
    @Hans-v-Buitenen Bug for this https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7931. You should try this plugin https://github.com/funap/npp-explorer-plugin, it has some alert for such case: https://github.com/funap/npp-explorer-plugin/issues/20
  • Deleted the file, how can I restore it?

    4
    0 Votes
    4 Posts
    14k 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
    481 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
    345 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
    453 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
    3k 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
    638 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
    18k 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
    693 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