• 0 Votes
    1 Posts
    485 Views
    No one has replied
  • Search and replace

    Locked
    3
    0 Votes
    3 Posts
    978 Views
    cipher-1024C

    We don’t have awards around here, but if we did you’d get one for rolling up your sleeves, using the resources available to you you, finding your own solution, and posting a follow up with the solution. Nice job.

  • Suggestion to reduce flickering in Folder as Workspace window

    Locked
    1
    0 Votes
    1 Posts
    589 Views
    No one has replied
  • File Size to big???

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Dave NiimiD

    Actually I just checked and yes must have downloaded 32 by mistake thought I had the 64 bit one thanks will chnage over now to the 64 bit version!

  • How do i remove the margin to the right of the Folder Margin?

    2
    0 Votes
    2 Posts
    966 Views
    Terry RT

    @Unknow0059
    it can be used when programming. For example I have a small python program, a line can be indented with respect to the one above (in much the same way as a for loop for example has indented code within it). This ‘column’ can then be used to hide that indented code.

    If you don’t want it, consider
    Preferences - Editing - Folder Margin Style and select “None”. That removes it for me.

    Terry

  • 0 Votes
    4 Posts
    1k Views
    Scott SumnerS

    @Andrew-Cutforth

    I don’t think anyone is offended, but usually such postings have something like this at the bottom:

    Full disclosure: I am the author and I charge money for this.

    So when automatic backups controlled by Notepad++ were suspected of being related to the NUL NUL NUL problem, I turned that feature off and created my own backup-on-every-save feature using Pythonscript and WinZip (command-line). I’m not saying that it is the best-thing-ever, but it works (for me), and it is cheap (free), easy and useful. I guess what I’m trying to say is that it is not all that hard to come up with an independent backup solution for Notepad++ -edited files. This is not to take away anything from your solution, Andrew, just to point out other options. :-)

  • 0 Votes
    3 Posts
    1k Views
    Michael Scott-BarrettM

    Thanks for that. I’ve ticked the box as suggested in the second link and will wait to see if the issue gets resolved. Never bothered to customise N++ but I see there is a lot that can be done to suit it to one’s preferences.

  • File size filter for "find in files" function

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS

    Admittedly, it’s a limitation with no great workaround. Your best course of action would be to create a feature request for this if the same one doesn’t already exist (search first before creating new).

  • Trojan Horse alert...

    Locked
    1
    -2 Votes
    1 Posts
    679 Views
    No one has replied
  • Change style for all languages

    Locked
    3
    1 Votes
    3 Posts
    3k Views
    Scott SumnerS

    I think I would like a darker theme myself (or, diehard that I am, one that matches the “classic Borland IDE theme” for those that remember that). However, every time I’ve been inclined to try a darker one, I’ve quickly hit problems similar to what @mmannion is talking about and I’ve backed off, going back to the “bright white” default. I don’t think I have the ambition to go the route he’s going down… :-(

  • NppExport releases

    3
    0 Votes
    3 Posts
    1k Views
    APerriconeA

    very good, maybe I can integrate my modifications with yours and make a pull request.
    I will do it when I will have some time

  • Is there a dark theme available?

    4
    1 Votes
    4 Posts
    2k Views
    Clemens Ratte-PolleC

    where do you find the colors for the tabs and borders aso?

  • Can you change Launch IE to Launch Edge

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    budski82B

    @budski82 Got it… made Edge default html then reassigned in Shortcut Mapper. Learned something new today, … Thanks for the karma!!

  • Scrollbar error

    Locked
    3
    0 Votes
    3 Posts
    976 Views
    Wolf WarW

    @Scott-Sumner
    thank you Scott

  • File / Open dialog not helpful in 7.5.8

    3
    0 Votes
    3 Posts
    1k Views
    Patrick O'BeirneP

    Thank you Scott!

  • How long before bugs are even acknowledged? 6 months & counting!

    11
    0 Votes
    11 Posts
    3k Views
    guy038G

    Hello, dinkumoil and All,

    Your report of all your investigations was really interesting. So, as you say, we must live with that fact !

    In return, you could find some interest, too, in reading these two technical reports, of the Unicode consortium, below, which can be used as a reference text :

    http://www.unicode.org/reports/tr10/

    http://www.unicode.org/reports/tr18/

    I just have a glance to these documents, reading some parts and, like me, you’ll understand the complexity and richness of all the technical solutions envisaged to satisfy everyone, regardless of their mother tongue ;-))

    By the way, I do like this sentence, given in the preamble of the link What is Unicode? :

    Unicode provides a unique number for every character,

    no matter what the platform,

    no matter what the program,

    no matter what the language.

    Best Regards,

    guy038

  • Thanks a lot

    Locked
    1
    2 Votes
    1 Posts
    697 Views
    No one has replied
  • Can we add a button in the tool palette

    10
    2 Votes
    10 Posts
    5k Views
    Scott SumnerS

    @Denis-Marin

    I suppose you haven’t taken the time to work with Customize Toolbar to make it do what you want. I’m sure it is possible; probably just requires a bit of “extra effort”.

    Just a thought, but you could add Save As… to the right-click context menu (the one where Cut / Copy / Paste / etc. appear). This might be almost as good as a toolbar button as it would allow invoking the action from the mouse, but I suppose in reality that is no better than going File -> Save As… (equivalent number of actions).

  • Is it possible to run notepad++ from CD?

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    Meta ChuhM

    @George-Brooks

    when i made my old, portable tools cd’s (before switching to usb sticks)
    i simply created an sfx self extracting archive of the portable version of notepad++
    (you can use winrar or 7zip to create one)

    this sfx was automatically extracted and run from %temp% as suggested by @Scott-Sumner, which sufficed my needs at that time, as i couldn’t write back any data to the cd anyways.

  • Syntax Highlight - Mardown Language

    Locked
    4
    0 Votes
    4 Posts
    9k Views
    dinkumoilD

    @Emistry-Haoyan

    A Markdown syntax highlighter is available here.