• How can I get settings from the cloud

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    Claudia FrankC

    Hello @Claus-Martinez,

    I finally got it managed to setup an environment to test this.

    Ubuntu server with samba setup Windows 7 x64 Windows 10 x64

    Ubuntu server

    I created a share accessible for read/write

    Windows 7

    mapped share as drive z: started npp and set cloud path z: stopped npp restarted npp -> no obvious problem

    Checked on Ubuntu server that config files have been created, which was the case.

    Windows 10

    mapped share as drive z: started npp and set cloud path z: stopped npp restarted npp

    and voila theme changed, files which are opened in windows 7 got opened
    as well.

    I even tried to map share as x: on windows 10 which was working as well.

    So, from my point of view it is working as expected.

    Cheers
    Claudia

  • Tailing or Auto-scrolling log files

    Locked
    3
    0 Votes
    3 Posts
    18k Views
    Scott HahnS

    Thanks … that’s exactly whats happening. I’ll continue to use Baretail :)

  • VHDL "Block Uncomment" does nothing

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Why can't I search up with regular expressions?

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    guy038G

    Hello Dan,

    Indeed, you’re perfectly right about the Up radio button. it’s definitively greyed out :-(

    However, here is a work-around :

    Make a first search of your regex, with the Find Next button

    Close the Find dialog, with the ESC key

    Simply, use the shortcut SHIFT + F3, by default, to perform a regular expression search, upwards

    Or use the key F3, by default, to execute a search, downwards

    REMARK : Due to the structure of regular expressions, the different matches, of your regex, may be quite weird, while searching in an upwards direction !

    Just consider, below :

    SUBJECT string : 12345 This is a 123456789 simple text REGEX Search : \d

    If the cursor is at the end of the subject string, every use of the shortcut SHIFT + F3 matches the digit 9, then 8, 7, and so on… Quite logical isn’t it ?

    Now, let’s consider the same subject string and the other regex, below :

    SUBJECT string : 12345 This is a 123456789 simple text REGEX Search : \d+

    Again, place the cursor at the end of the subject string. After a first SHIFT+ F3, the string 122456789 is matched. Still correct !

    However, successive uses of the SHIFT +F3 shortcut, matches, successively, the string 12345678, then 1234567, 123456, till the unique digit 1. Now, using SHIFT + F3, again, it would match the string 12345, at the beginning of the subject string. Supplementary hits, on SHIFT + F3, would match the strings 1234, 123,… till the digit 1.

    The differences of behaviour, of the regex engine, are quite obvious !

    Best Regards,

    guy038

  • Preview any kind of text file with Notepad++

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    @Steve-Stoenner

    when you are referring to the explorer preview pane, than it has nothing to do with npp.
    It’s an explorer feature and if you want to have additional extensions registered you need
    to modify registry.

    If it hasn’t to do with explorer preview pane, can you upload a screenshot from what you
    are talking about?

    Cheers
    Claudia

  • Close console etc windows using keyboard?

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hi Matt,

    this is a good one :-D

    Cheers
    Claudia

  • Wrong big font in tab header

    3
    0 Votes
    3 Posts
    4k Views
    NicholasN

    I have had this issue as well and not just with np++.

    Try going into the windows display settings and setting the scale you want. Then log off and log back on.

  • cursor invisible

    Locked
    2
    1 Votes
    2 Posts
    29k Views
    Claudia FrankC

    @Alain-Torrens

    Settings->Preferences->Editing->Caret Settings
    Only width of caret, and blink speed can be modified.

    Cheers
    Claudia

  • Notepad++ Community login / logout?

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    @Matt-Isaacson

    that makes sense, when logged out there isn’t a pic in the corner :-)

    Regarding your question - good question, never thought about this, hhmmm, need to think about it
    but from first point of view I don’t think it can be done for all… maybe a couple of them, when having shortcuts assigned … or …

    I will come back on this - now I’m curious myself how this can be done.

    Cheers
    Claudia

  • help pleaze

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @ERIC-nexus

    Salute,

    Je ne suis pas bon en français, c’est pourquoi mon répondse en anglais.
    Google Translator !?

    If this is always encased by [ and ] and no spaces

    find what: (\[\d+F)(\d+MB\]) replace with: \1|\2

    Regular expression needs to be selected, of course.

    Cheers
    Claudia

  • Memory consumption

    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC

    @Peter-Antolík

    there is no easy answer on this - I will try to explain this.

    Npp is a 32bit application and therefore can only allocate
    2^31-1 bytes of ram which is 2.147.483.647.

    So, npp can load ~2GB files?
    Only in theory, because the underlying scintilla component,
    needs to allocate much more then the file size. It is up to 3 times more.
    So a file which has 100MB needs to get ~300MB allocated.
    The component needs to store all the information about what gets colored, what gets folded and so on,
    that’s the reason why much more ram is allocated.

    So, can we load ~700MB files?
    Again, only in theory. Everything npp loads allocates memory and this means,
    not only files get loaded, also plugins and themes need memory to get loaded and this makes
    it nearly impossible to say how large can a file be to get loaded because it depends what is already
    loaded.

    When using the minimalistic version of npp, no plugins, no themes I was able to load text files with ~500MB

    Cheers
    Claudia

  • Color modifiers for added keywords and functions in SQL

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    dailD

    Part of the problem is styleID=“11” you might try 19 instead of 11. But again it won’t be able to use the list because of this line of code is only passing in 1 list and not 2.

  • Projects and Notepad++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    fade2grayF

    I had the same problem. I gave up trying to work with projects in N++ and instead now use the excellent Session Manager plugin. Took a while to figure out, but I couldn’t do without it now.

  • Feature Request - Custom back-up file naming

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This forum software

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    fade2grayF

    Disregard my comments about bold and italics, I obviously wasn’t reading the label on the tin properly. :-/

  • Json Highlighting suggestions...

    Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Remap f3

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Hakan-Venderlof

    Settings->shortcut mapper

    it is in the main menu line 65

    To answer the next question, it there a way to find out which shortcuts are already used,
    unfortunattely not ;-(

    Cheers
    Claudia

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

    5
    0 Votes
    5 Posts
    10k Views
    Claudia FrankC

    @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

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