• 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
  • Y

    How to edit the C:\Windows\System32\drivers\etc\hosts file?

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Feb 5, 2016, 7:37 PM
    Jan 31, 2016, 7:55 AM
    0 Votes
    5 Posts
    10k Views
    C Feb 5, 2016, 7:37 PM

    @Eric-Williams

    I agree if it is the hosts file like I said earlier. This file has been excluded from fs redirection but
    if you want to open for example gmreadme.txt located under C:\Windows\System32\drivers
    then it won’t work.

    Cheers
    Claudia

  • B

    HTML Autocomplete

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Feb 5, 2016, 1:42 PM
    Feb 5, 2016, 1:21 PM
    0 Votes
    3 Posts
    15k Views
    B Feb 5, 2016, 1:42 PM

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

  • M

    Notepad plus max. size file

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 5, 2016, 1:33 PM
    Nov 16, 2015, 1:34 AM
    0 Votes
    2 Posts
    3k Views
    B Feb 5, 2016, 1:33 PM

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

  • T

    Save to a mapped drive

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Feb 3, 2016, 12:16 PM
    Feb 2, 2016, 4:58 PM
    0 Votes
    4 Posts
    4k Views
    T Feb 3, 2016, 12:16 PM

    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?

  • S

    Shell execute error

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 31, 2016, 7:03 PM
    Jan 29, 2016, 11:08 PM
    0 Votes
    2 Posts
    3k Views
    C Jan 31, 2016, 7:03 PM

    @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

  • M

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

    Watching Ignoring Scheduled Pinned Locked Moved keyboard
    2 Jan 29, 2016, 9:20 PM
    Jan 29, 2016, 8:31 PM
    0 Votes
    2 Posts
    2k Views
    M Jan 29, 2016, 9:20 PM

    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

  • C

    Unexpected regex behaviour

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Jan 29, 2016, 8:10 PM
    Jan 17, 2016, 11:52 PM
    0 Votes
    6 Posts
    5k Views
    M Jan 29, 2016, 8:10 PM

    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

  • B

    Document-specific View Settings request

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 29, 2016, 5:52 PM
    Jan 29, 2016, 4:47 PM
    0 Votes
    2 Posts
    2k Views
    S Jan 29, 2016, 5:52 PM

    You might consider this worth reading:
    https://notepad-plus-plus.org/community/topic/10985/file-specific-word-wrap-vs-global-enable

  • W

    Adding " at the beginning and end of every line

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 29, 2016, 2:27 PM
    Jan 29, 2016, 6:19 AM
    0 Votes
    3 Posts
    94k Views
    C Jan 29, 2016, 2:27 PM

    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

  • Robert W GlaubR

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

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 27, 2016, 7:07 PM
    Jan 27, 2016, 5:07 PM
    0 Votes
    2 Posts
    2k Views
    dailD Jan 27, 2016, 7:07 PM

    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.

  • Mohamed SamyM

    Feature request: add filter to "document list panel"

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 27, 2016, 12:57 PM
    Jan 27, 2016, 12:57 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qingran XiaQ

    Error installation of ViSimulator, download error

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jan 27, 2016, 9:46 AM
    Dec 7, 2015, 2:11 AM
    1 Votes
    5 Posts
    8k Views
    Giuseppe RossiG Jan 27, 2016, 9:46 AM

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

    Regards.
    Giuseppe

  • Ben ShirleyB

    Feature Request: export and import macros

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 25, 2016, 6:51 PM
    Jan 25, 2016, 6:51 PM
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Chris JalbertC

    Notepad++ and EMET incompatibility

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 23, 2016, 11:54 PM
    Jan 23, 2016, 2:35 PM
    0 Votes
    2 Posts
    2k Views
    C Jan 23, 2016, 11:54 PM

    Hello @Chris-Jalbert,

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

    Cheers
    Claudia

  • aliA

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

    Watching Ignoring Scheduled Pinned Locked Moved without bom encoding utf-8
    2 Jan 23, 2016, 11:51 PM
    Jan 23, 2016, 3:55 PM
    0 Votes
    2 Posts
    4k Views
    C Jan 23, 2016, 11:51 PM

    Hello @ali

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

    Cheers
    Claudia

  • Thom DickeyT

    6.8.9 version

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 23, 2016, 11:57 AM
    Jan 23, 2016, 11:57 AM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Д

    Feature request: pinned tabs

    Watching Ignoring Scheduled Pinned Locked Moved tabs tabs features
    1 Jan 23, 2016, 10:55 AM
    Jan 23, 2016, 10:55 AM
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • badger200B

    No way to create new accounts on Notepad++ Wiki

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 23, 2016, 12:27 AM
    Jan 23, 2016, 12:27 AM
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • badger200B

    Auto Updater only included in Installer version - but website fails to mention this

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 23, 2016, 12:05 AM
    Jan 23, 2016, 12:05 AM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Alex21cA

    Dedicated youtube Channel to explore Notepad++ [Updated]

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 22, 2016, 10:40 PM
    Jan 22, 2016, 4:43 AM
    1 Votes
    3 Posts
    3k Views
    Alex21cA Jan 22, 2016, 10:40 PM

    @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

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