• Using wong character set.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Mouse pointer disappears when over line number column?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Edward ShaveE

    Rebooted PC and now it’s working?

    All’s well that ends well ;o)

  • Q: is this running on 64 BIT-computers (under Win 7:)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    tomas-chrastinaT

    Hi Walter,

    sure it can. I’m running on Windows 7 x64 for long time. Almost any x86 application can run under 64-bit OS (with 16-bit it’s different story).They just run in x86 mode in emulator. Also installed x86 applications have dedicated folder in x64 OS:

    x64 Applications: C:\Program Files or %ProgramFiles%
    x86 Applications: C:\Program Files (x86) or %ProgramFiles(x86)%

    Best regards,
    Tomas.

  • NppFTP crash

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ freezes

    2
    0 Votes
    2 Posts
    4k Views
    Ed LipsonE

    Just installed 6.8.3 in Win81 and hit the same thing. Any time I exit it hangs. I went back to 6.8.2 and did not experience the same behavior.

  • Keyboard shortcuts not working in notepad++?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • C-Style Indentation for User Defined Language

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad ++ crashing constantly

    2
    1 Votes
    2 Posts
    3k Views
    Mike JacksonM

    I am having same problem with Notepad++ crashing constantly on a machine I just started using it on. It freezes, does not respond, and has to be killed with Task Manager. I’m running Windows 8.1 64 bit with all the latest updates. Any ideas? I don’t see a place to look for reported bugs.

  • When NP++ starts up I can't edit file

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    dailD

    What plugins do you have installed?

  • Entry Point Not Found - dll issue

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    dailD

    A quick Google search shows this result. You might just need the Visual C++ Redistributable for Visual Studio 2015.

  • Silent Install version 6.8.3

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Highlighted hyperlinks

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • NotePad++ - One line instead of two

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    AdzkiiA

    You’re damn awesome for helping me out, finally. I just forgot to put : at the end of \r\n

  • Incompatability with WinCompose

    2
    0 Votes
    2 Posts
    2k Views
    Martin BonnerM

    Problem solved: Notepad++ needed to be restarted after installing WinCompose. (Notepad++ obviously hooks into the keyboard handling at quite a deep level – it also needs to be restarted after changing keyboard layout.)

  • Anyone can help with this regex?

    6
    0 Votes
    6 Posts
    9k Views
    guy038G

    Hi All,

    I just forgot to give an example of the general S/R, detailed, in my previous post !

    Then, giving the upper-case string ABC, as a start delimiter and the upper-case string XYZ as en end delimiter, which leads to the regex :

    SEARCH = (?-s)^.*ABC(?s).*?(?-s)XYZ.*(\R|\z)

    REPLACE = NOTHING

    The text, below :

    This line, containing ABC, will be deleted This is a BLOCK of text which will be DELETED as well as this line XYZ This piece of text will NOT be DELETED but the BLOCK of the TWO NEXT ONES will ABC XYZ This text, with some blank lines, won't be modified, but the NEXT line will ! ABCXYZ The BLOCK of the TWO NEXT lines, below, will be DELETED 12345ABC 67890 ABC --- XYZ XYZ --- as well as this LAST block, below --- ABC --- XYZ --- ABC --- ABC --- XYZ --- XYZ --- ABC --- ABCXYZ ---

    will be CHANGED into :

    This piece of text will NOT be DELETED but the BLOCK of the TWO NEXT ONES will This text, with some blank lines, won't be modified, but the NEXT line will ! The BLOCK of the TWO NEXT lines, below, will be DELETED as well as this LAST block, below

    Cheers,

    guy038

  • Bug report: 6.8.3 not saving macros

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    dailD

    Sourceforge is no longer used for Notepad++. Issues for Notepad++ can be created here on Github. Also, it looks like this exact issue has already been reported.

  • Unexpected Behaviour in "Replace With" Box

    3
    0 Votes
    3 Posts
    2k Views
    Keith UyenoK

    @tomas-chrastina Thanks very much for your help! This solved my issues! Also, after trying this, I noticed that right-clicking within the text box shows a “right-to-left reading order” toggle.

  • Change macro

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    tomas-chrastinaT

    I’m not aware about simple user friendly way to edit recorded macro. Macro definitions are stored here:

    %APPDATA%\Notepad++\shortcuts.xml

    More info about macros here -> Editing Configuration Files - Notepad++ Wiki.
    File format is described here -> Macros - Notepad++ Wiki.

    Still I assume it would be easier to record new one.

  • Moving/Cloning To Another View Changes Font Size

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Losing User Define Language when switching Notepad++ tab across monitors.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied