• Replace all - unexpected behavior

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Hattori HanzoH

    Thank you very much.
    It works now.

    HH

  • Just built npp 6.8.8 x64 from source...

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Edward PangE

    Just made the DSpellCheck plugin to work in x64. It turned out it’s more difficult than making NPP work in x64. I have to change 2 function pointers from long to LONG_PTR.

  • Not Saving

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Turn off Settings > Preferences > Backup > Enable session snapshot and periodic backup

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Style Configurator Bug & Feature Request

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Cory-Blankenship,

    both of your requests seem to be incooperated already.
    See here

    Cheers
    Claudia

  • Bug: Function List not showing php functions with arrays in parameters

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Randall BilbyR

    OK it appears that I wasn’t able to reproduce this on another computer! I will check funcitonlist.xml and get to the bottom of it. Thank you for your prompt reply!

  • I'd like to contribute, what feature would you like to be implemented?

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    YaronY

    Hello Igor,

    Any contribution to the Compare Plugin would be highly appreciated.
    Thank you.

    Best regards.

  • Notepad++ Alternatives

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    dailD

    @zbrush-zbrusher said:

    It’s not fair to use it…forever :-)

    I agree with you there. I certainly wasn’t trying to imply that people should use it forever without paying. The way I look at it is if the developer wanted to restrict the time limit then they could easily do that. That doesn’t mean users should take advantage of it. The Sublime developers graciously allow the users to decide if and when to pay for it; and users should honor that pricing model. For myself, I have had it installed for a long time, but with as little as I use it I don’t see the justification to purchase it. If I used it heavily I certainly wouldn’t hesitate to pay for it.

  • Plug-in "Compare" - bug

    13
    0 Votes
    13 Posts
    10k Views
    YaronY

    Hello Claudia,

    As I’ve written before: “Sherlock Holmes!”. Amazing.
    Well, I’m running out of superlatives. :)

    Thank you so much.

  • Feature request: document names rearrange in Doc Switcher

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • spell checker issue

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @gedinfo,

    may I refer you to this link, where guy mentioned the steps to do.

    Cheers
    Claudia

  • 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