• REGEX - select the numbers situated in brackets (with the bracket)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Vasile CarausV

    I find the solution:

    \((\d+)\) Select numbers located in round brackets

    \[(\d+)\] Select numbers are in square brackets

  • Copy text from notepad++ to putty terminal loses formatting.

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    PeterJonesP

    I doubt it’s the programming language (per se) that makes a difference. It’s probably the settings of your particular terminal, whether you are using tabs or spaces for indenting in NPP, and what the receiving application (not PuTTY; whatever program you’re running in the PuTTY terminal) is expecting and set up for. If I run vim on linux thru a PuTTY 0.67 SSH terminal, and paste from Notepad++ into vim with auto-indent turned off, I get exactly what I pasted (if auto-indent is turned on, vim adds extra indenting: this is an example of how settings on the receiving application can affect things).

    debugging questions In Notepad++, what are Settings > Preferences > Languages > Tab Settings > [Default] > Replace by space set to? unchecked (☐) or checked (☑)? What about for Tab Settings > Python? in your existing NPP window, you can turn on View > Show Symbol > Show Whitespace and TAB, and look for a light-colored dot (SPACE) or a light-colored arrow (TAB) at the beginning of the indent lines, to see what the indent is for that specific file. What program are you running in the PuTTY terminal, that you’re trying to paste into? Try an experiment: run plane-jane Windows notepad.exe type in two copies of the example text (below) once indenting using the tab character once indenting using four or eight spaces copy/paste each (one at a time) into the destination program in PuTTY Do they both come out the same (whether both wrong or both right), or is one formatted correctly and the other not if they both are wrong, then it’s likely an issue with either your PuTTY settings or with what the receiving program expects if the tab-indented version comes out wrong, but the space-indented version is right, you’ll want to set NPP to convert TABs to SPACES if the space-indented is wrong but the tab-indented is right (that would surprise me), you want NPP to not convert TABs to spaces if both are right from notepad.exe, but it still pastes wrong from Notepad++, then there’s something magical going on with your copy/paste buffer, and you might want to try loading Notepad++ without any plugins (run notepad++.exe -noPlugin) and copy/paste from NPP again, to see whether some plugin is interfering with the Windows clipboard. example text def getWindDirection(): global lastwinddir ... return while True: print ... other suggestions

    Instead of copy/paste from Windows::Notepad++ to PuTTY::OS::Application, would you be able to use Notepad++'s NppFTP plugin to edit remotely from Windows::Notepad++ to the filesystem on whatever server you’re accessing thru PuTTY? (Or, if you’re used to a standalone FTP/SFTP/… like FileZilla, how about editing on Windows, but then copying to the server using your external FTP program)

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Upgraded to ver. 7.2, NppColorPicker plugin is gone.

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Pete NorrisP

    Frank;

    Thanks for the info.

  • Issue uploading files with NppFTP plugin

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tab Settings is not showing up?

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    MAPJe71M

    Settings -> Preferences -> Language.

  • 0 Votes
    4 Posts
    3k Views
    dirtbikekid134 _D

    @MAPJe71
    i can use notepad++ to get it to a png it is a screamed file and i need to use notepad++ and would like to get help from some one that my know how to do what im trying to do

  • dose any body no how to un scram this ???

    Locked
    1
    -1 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 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
    2k 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?