• Can some one help me with notepad++ would greatly appreciate it

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Where's the plug-in manager on Np++ 7.1 x64 version?

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    MAPJe71M

    @Juan-Carlos-Peguero-Manzueta

    The OP is talking about two problems with its Notepad++ 64-bit version installation:

    No plugin manager available; File associations not working properly.

    Which one is solved by your solution mark the checkbox “ALLOW PLUGINS TO BE LOADED FROM…”?

  • I CAN NOT INSTALL ANY PLUGIN IN VERSION 7.1

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Juan Carlos Peguero ManzuetaJ

    Thanks master. Your answer is useful
    I made the installation again from the begin and I found the solution to my specific issue. The thing is that at first step I had to mark the checkbox “ALLOW PLUGINS TO BE LOADED FROM…”

  • Resize Font

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Abu AbuA

    My current notepad++ looks like this.

    Sample

  • Fortran styling 6.9->7.1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Francois de PicciottoF

    Similar problem here, except I am indeed using the Default theme, so I’m not sure what is happening here.

    After some more investigation, the problem was in the stylers.xml file, which didn’t get updated. So the problem also happens if at nay point you changed anything that led to the creation of a stylers.xml file.

    I have cleared it, the two different Fortran versions now do appear in the Style Configurator menu, and everything works as expected.

    Solved

  • PostIt Mode stays always on top.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ crashes games?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    ?

    Thanks for the heads up on that. I had not found that during my searches this morning.

  • Notepad++ xml formatting -- how to format the below xml using notepad ++

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    MAPJe71M

    With the XML Tools plugin.

    FYI your XML contains two <?xml ...?> headers.

  • notepad++ why not support to linux

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Gur StaviG

    Because it is very very difficult.

    You can use Notepad++ for Linux by:

    Working on Windows and accessing Linux files via samba. Working on Linux under wine.
    I am doing both.
  • Is there another location I can to download XML Tools plugin?

    2
    0 Votes
    2 Posts
    2k Views
    TonyPT

    if you have the plugin installed usually you can get the plugin url or site. sometimes they give an alternate site download location. otherwise you are stuck with sf. sorry

  • Notepad++ obsolete icon back

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    acuna-personalA

    Thanks. It’s recommended to use a resource editors there, but it’s a crunch. It’s strange to use it after any new installation and create a version of my own “new Notepad++ killar”. I don’t understand why author delete something which might be useful for users? I’m not afraid of changes, I update all my programs with pleasure and all of them are up to date, but if you know it’s so sad not to find in new versions an options, which I’m using for years and which is so useful for me, like it makes Google in their Chrome, etc.

    Yes, author can return it back, okay, but now it seems, that something might move away in new versions, code highlight will be, because author concider that it’s not so cool. Why not? But where’s a defence against it?

  • Problems with editing files on v.7.1

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    You probably ran into this bug.

  • [Date & Time - short format] and [Ctrl]+[Tab]

    2
    0 Votes
    2 Posts
    2k Views
    Gur StaviG

    I maintain for myself a private build of Notepad++ with some personal patches.
    Your [request 2] is one of them.
    If you want to try it:

    The compiled binaries:
    https://www.dropbox.com/s/eprtchwkssqalf1/npp_gur.zip?dl=0

    The source patch is here:
    https://github.com/gstavi/npp/blob/master/patch/0012-Separate-task-list-view-into-filname-and-path.patch

  • Regex - Match the last 10 characters at the end of file

    Locked
    6
    0 Votes
    6 Posts
    12k Views
    Vasile CarausV

    yes, I forgot to delete EOL character. Thanks ;)

  • NppCrypt doesn't work on write-protected files

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ Suddenly Not Opening Fully

    2
    0 Votes
    2 Posts
    2k Views
    Kenneth SplaneK

    Notepad++ opens fine now. Computers are strange at times.

  • REGEX Exceptions - Match everything on line EXCEPT this words

    9
    0 Votes
    9 Posts
    19k Views
    guy038G

    Hi, Vasile,

    I forgot to tell you, in my previous post, that you may, of course, add, as many special words, as you want to ! Just add these words as an alternative to the two special words of my previous regex.

    For instance, if, in addition to homemaker and family’s, you decide that the word test and the verb see are special expressions, too, just change the S/R search regex by the regex below :

    SEARCH (?i)^((?!homemaker|family's|test|see).)+$|.*?(homemaker|family's|test|see)|.+

    REPLACE (?1$0)(?2\2|) ( Unchanged )

    You would get, this time, the following text :

    family's| homemaker| Line 3, without the two words homemaker|test|see|family's| Family's|test|see|homemaker| Line 6, without the two words, too ! test|see|homemaker| homemaker|family's|homemaker|test|family's|see|family's|homemaker|

    Cheers,

    guy038

  • 7.1 64-bit File association and registering as the default application

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    morbacM

    I had similar issue. I fixed it by replacing all C:\Program Files (x86)\Notepad++ references by C:\Program Files\Notepad++ in registry. After reboot, files where associated with x64 version.

  • Where I can Find Developer Documentation?

    Locked
    2
  • 0 Votes
    2 Posts
    26k Views
    Scott SumnerS

    @Andrea-B

    In the lower right corner does it say “INS” or “OVR”? I suspect it says “OVR” which means “OVERWRITE” which means your typing will overwrite existing text. Point your mouse to the OVR text and click it and it will change to “INS” which means “INSERT” and your problem should be solved. Post again if that does not solve it.