• HTML Autocomplete

    Locked
    3
    0 Votes
    3 Posts
    14k Views
    Burt KingB

    Thank you. Appreciate it. <h1>Big time help. </h1>

  • Notepad plus max. size file

    2
    0 Votes
    2 Posts
    3k Views
    Bowen  JiB

    Also need to support open large file. I cannot open file size higher than 600M.

  • Save to a mapped drive

    4
    0 Votes
    4 Posts
    4k Views
    Ted BrooksT

    I have tried the UNC from the file name field and and it works. I never thought about trying in the “File name:” field

    I am use to doing the \servername\share\folder from the top or “Save in:” as a combo box I guess that is what I normally do in various other programs. So I wonder how many try to use the “Save in:” field as a combo box.

    I would then say if I was to request a feature request to change the “Save in:” field to a combo box.

    Thank you for clarifying that it can take UNC.

    Drive mappings are default GPO when I add a drive mapping manually I add it from my user name in which is part of the domain admins. So I am guessing it is not elevated. So should I run Notepad++ as elevated as well?

  • Shell execute error

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Sim-de-Niemand how does this exactly happen?
    Do you start npp together with a file or is npp already running and you use open file dialog to open that file?
    Or something different?
    Can you post the debug output? ?->Debug Info

    Cheers
    Claudia

  • US International keyboard OK in Notepad, FAILS in Notepad++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Michel MerlinM

    Sorry I posted too fast. That error was a residue from KbdEdit. That program caused a lot of troubles along the years, and it appears that its uninstall was incomplete even after a couple restarts, reinstalls, re-uninstalls, wach with a couple Windows restarts, and needed still another restart of Windows.
    More on this in « À CURAÇAO et à SÃO PAULO, Éric n’a pas prêté £1 + $1 = 2.22€ à Françoise Spaßmann » and its follow on Faster and more complete Universal keyboards
    Versailles, Fri 29 Jan 2016 22:20:00 +0100

  • Unexpected regex behaviour

    6
    0 Votes
    6 Posts
    5k Views
    Michel MerlinM

    PMJI, but I think throwing the Match case option in this problem is exploding its complexity; just see the length of ~24 jan post from “guy038” starting (after salute) with “Because of some tiring days, this week…” (sorry for this lengthy pointing a post but absolute dates and every civilized ways have been removed).

    So I suggest to just slightly change the Ctrl+F “Find” box so that the “Match case” line is treated just like the “Match whole word only”, i.e. gets GRAYED when “Regular expression” is selected. This would make the problem much more reliable and powerful since making it more general and more compliant with what its labels are saying.

    Now I know by years of experience that the Notepad++ developers hate everything new or different and that this NIH syndrome of theirs will most probably get this suggestion thrown to trash even before being read… yet I submit it anyway.

    Versailles, Fri 29 Jan 2016 21:10:00 +0100

  • Document-specific View Settings request

    Locked
    2
    0 Votes
    2 Posts
    2k Views
  • Adding " at the beginning and end of every line

    Locked
    3
    0 Votes
    3 Posts
    92k Views
    Claudia FrankC

    Hello @W-C

    when having

    Search for: $ Replace with: "

    and

    Search for: ^ Replace with: "

    then it should have worked but not with the dot char added and with the restriction gerdb42 mentioned.

    You can also use a single regex, something like

    Search for: ^(.+)$ Replace with: "\1"

    Search for explained:
    ^ = from the beginning of the line
    (.+) = looking for atleast one but as much as possible chars and return the match until
    $ = end of line is reached

    Replace with explained:
    " = insert a double quote followed by the
    \1 = matched result and
    " = add an additional double quote

    Cheers
    Claudia

  • Line feeds suddenly appearing at the end of lines and ruining document

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Make sure you have periodic backups turned off! This will most definitely cause it to happen. The problem is if a backup happens in the middle of another operation (e.g. replacing all instances) then the file can get corrupted.

  • Feature request: add filter to "document list panel"

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Error installation of ViSimulator, download error

    5
    1 Votes
    5 Posts
    8k Views
    Giuseppe RossiG

    Thank you very much,
    I didn’t understand what was the problem!

    Regards.
    Giuseppe

  • Feature Request: export and import macros

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Notepad++ and EMET incompatibility

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Chris-Jalbert,

    thanx for letting us know. Just one question of an uninformed one, why would I use EMET?

    Cheers
    Claudia

  • my notepad ++ don’t have encoding UTF-8 without BOM?

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello @ali

    Encode UTF-8 BOM is with BOM,
    Encode UTF-8 is without.

    Cheers
    Claudia

  • 6.8.9 version

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Feature request: pinned tabs

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • No way to create new accounts on Notepad++ Wiki

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Dedicated youtube Channel to explore Notepad++ [Updated]

    3
    1 Votes
    3 Posts
    3k Views
    Alex21cA

    @Claudia-Frank, Thanks for correcting me!.  :)

    Oops!
    Sorry about that, just slip of tongue. in my _very first tutorial _but in the second tutorial of that series, I have corrected my mistake. Once again in this forum; I wanna correct myself about which lang. Notepad++ is written :
    N++ have been written using C++ along with Scintilla and pureWin32 AP I; instead of Vb.net

    [ You can also check my third installment to this series ]
    https://notepad-plus-plus.org/community/topic/11168/alex21c-scustomizednpp-vs-officialnpp-editions

    Best Regards : Alex21c

  • Alex21C’sCustomizedNpp vs. OfficialNpp: Editions

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied