• Tabs in v7.3.3 became ugly... :-(

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    cipher-1024C

    @AngryGamer has submitted fixes for this and a few other issues at github. It looks like they have been accepted and will be included in the next release. Thanks AngryGamer!

  • Tab drag & reordering not working in Notepad++ v7.3.3

    6
    1 Votes
    6 Posts
    4k Views
    cipher-1024C

    @AngryGamer has submitted a fix for this at github. You can see his comment here. There’s a link to download an experimental binary with the fix included. It has been working fine for me. It looks like it will be included in the next release. Thanks AngryGamer!

  • 0 Votes
    6 Posts
    4k Views
    Guide RencontreG

    @Claudia-Frank You’re right, my mistake…
    If anyone has a solution to disable this safety message…
    Cheers ;)

  • "Find in files" window

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    niente0N

    Thank you for your answers!

    For number 1, I’d just like the ‘find in file’ window to behave like it does when using a simple search (stay open until I close it). I do many consecutive searches into files (for example to count occurrences of a series of words), and I have to reopen the search window every time. It’s quite annoying, it would be useful for me to have an option in settings to disable auto-close.

    For number 2, the workaround you suggest (bottom-up editing) works perfectly, I posted this request just for a possible future implementation (actual behaviour is useless because results become invalid after an edit). It’s just a matter of actual behaviour vs expected behaviour.

  • Bug when using right mouse button and scroll wheel to switch tabs

    4
    1 Votes
    4 Posts
    3k Views
    niente0N

    Still broken in Notepad++ v7.3.2 !

  • Feature request (or plugin?): bigger search and replace boxes

    2
    3 Votes
    2 Posts
    1k Views
    Per IsaksonP

    Indeed! Are you aware of TextFX Quick FindReplace, Ctrl+R ?

  • Issue in Notepad ++

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Debabrata-Ghosh

    I would install xml tools plugin and use pretty print (formatting).

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    1k Views
    cmeriauxC

    The number of style is hard coded in scintilla. So we can’t modify it. Sorry.

  • 0 Votes
    5 Posts
    3k Views
    gstaviG

    @Claudia-Frank
    To be honest, I was unaware of it as well until I saw this post and went to read tail’s man page to see if it can support it.
    My point is that however this feature is implemented we don’t want it to do active polling.
    When the file is present I hope that there is a way for a thread to block on it until it is modified.
    When there is no file we need a mechanism to find out that it was created.

  • 0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Vasile-Caraus

    Nothing builtin.
    I think you need to have a copy of your original files or use tools like svn, git etc… and do a compare afterwards.

    Cheers
    Claudia

  • Some helpful feature request...

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    David BaileyD

    I totally agree about the first two items on your list - particularly the second one.

    Every time I need to search backwards, or perform a case sensitive search (etc), I have to remind myself to turn the switch off again before I perform an unrelated search and get the wrong result! When I am searching for a string, my mind is on the subject matter - not on the quirks of the search box.

    Probably the simplest answer would be to add a few extra search buttons with no history - ‘Search forwards’, ‘Search backwards’, ‘Search for whole word’ etc. However anyone who really wants to configure the search box with different defaults, should have to take some special action.

    I also wish the search box would echo any shortcut keys it does not explicitly use back to the active window. As it is, when the search box has focus, the shortcuts do not work.

    It is a shame the search box is as it is, because otherwise it is so powerful.

    David

  • Problem of double click to select the entire keyword in lisp

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Xiao CaiX

    It works now.
    Thank you very much.

  • Save File Save Type

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @lytmkai

    by unchecking the new style save dialog you get the default extension
    for the language in question.

    Cheers
    Claudia

  • Extra characters in PHP files - UTF-8 encoding

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Gillian-Wallace

    could it be that you saved the file as UTF-8 with BOM?
    This could explain the additional chars at the beginning.

    Cheers
    Claudia

  • Comment block in lisp file doesn't display correctly

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Claudia FrankC

    @Xiao-Cai

    maybe this was used in the past but current lexer defines

    } else if (state == SCE_LISP_MULTI_COMMENT) { if (ch == '|' && chNext == '#') { i++; chNext = styler.SafeGetCharAt(i + 1); styler.ColourTo(i, state); state = SCE_LISP_DEFAULT; }

    Cheers
    Claudia

  • Scripting help

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    @Keith-Neemann

    Which version do you use?

    Cheers
    Claudia

  • DLL Hack in Notepad++

    44
    1 Votes
    44 Posts
    55k Views
    Claudia FrankC

    @Gilberto-SC

    you can use procmon in order to find out which dll gets loaded, from where and when.
    Run procmon, define a filter for npp and then start npp.
    It needs a bit of training but if you are really interested in finding out what does what
    check out the sysinternals tools as well as everything Mark Russinovich has posted/blogged.

    Once you are at the level to understand how process, threads, libraries, drivers … work together
    download hxd and start investigating memory.

    Other useful tools can be found at nirsoft.

    Cheers
    Claudia

  • Batch adding macros and syntax highlighting

    6
    0 Votes
    6 Posts
    3k Views
    PeterJonesP

    @Alex-Woolf,

    As @Claudia-Frank said, “Same applies to UDL”, and she said earlier that the custom syntax highlighting settings, which are known UDLs (User Defined Languages: Language > Define Your Language) are stored in userDefineLang.xml. You could either copy that single file to the new PC, or you could use the UDL window’s interface:

    Original PC: Language > Define Your Language Use the pulldown to select the User Language: ____ you want to transfer, and click the Export... button Copy that file on the new PC New PC: Language > Define Your Language: click the Import... button, and select that file Repeat for every UDL (syntax highlighting definition) that you want to transfer.

    If you’ve got more than one, it’s probably simplest to just copy the whole file, but if you only have one, or you don’t want to duplicate them all, you can do it using the UDL window.

    BTW: Since it wasn’t mentioned, those files are by default in %AppData%\Notepad++\, though if you’ve got a portable version of NPP, or if you chose to not use %AppData% when installing, they will be in the same folder as your notepad++.exe.

  • Not work functions of NP++.

    Locked
    2
  • Bug of the "length" counter

    3
    1 Votes
    3 Posts
    2k Views
    Alexander UlyanovA

    @Deny-Parkinson Hi. Some months ago I found that bug to. I download latest version NP++ and bug is out. You have Windows7x64?