• hide - unhide lines problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Anthony-Uban

    Why did you post this a second time?

  • I am sorry if this has been answered already, but

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dynamiteD

    Brilliant! Exactly the problem, many thanks Glenn :)

  • 1 Votes
    8 Posts
    4k Views
    glennfromiowaG

    So, I read the issue pointed out by @chcg, and added a comment focusing on this alternate, but related scenario.

    @igitur said:

    Ok, so how do we get this request noticed? Can’t we tag the developer?

    I’m a veteran Notepad++ user, but also am rather new to looking at issues, etc. Having said that, I’m assuming the developer looks at the issues and probably notices ones that have been flagged or commented on. I’m not suggesting leaving a bunch of non-constructive comments (like please do this!), but it may help to give the issue a +1 using the Add your reaction icon in the upper right of the issue.

    In fact, if you’ve got the programming skills and the time, you can request a fork and make the change yourself! You may find it’s an easy fix, or you may find there’s a reason this hasn’t been implemented yet. If not, then realize there are hundreds of issues out there, and don’t be too upset when it’s not fixed next week.

  • Terms and Conditions for Notepad++

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    @cipher-1024

    thx for helping out.

    @Hollie-Kane
    if you haven’t installed it yet and want to know its content, it can be reviewed
    here
    .

    Cheers
    Claudia

  • 0 Votes
    3 Posts
    2k Views
    glennfromiowaG

    @JAGDISHSINH-JADEJA said:

    you can click on menu bar -> run-> launch in IE

    I believe the default keyboard shortcut for that is Ctrl-Alt-Shift I (that’s I as in Internet), if that’s easier!

  • "Allow on several lines" Preferences error.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    René Treviño HernándezR

    Thanks.
    Regards.

  • Python Multiline Comment/String Folding

    7
    0 Votes
    7 Posts
    5k Views
    Jimmy DevineJ

    Good deal, thanks Claudia

  • So that 64 bit not setting file associations issue...

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    PeterJonesP

    ++@Phaewryn-O-x27-Guin, I’m glad you found a workaround, which will hopefully be useful to other NPP users.

    However, a 64-bit application should be able to properly install in %ProgramFiles%, not in %ProgramFiles(x86)%. If there isn’t one already, someone should put in a github issue that show the steps necessary to reproduce the problem, and that shows that this workaround “works”, but is not a good long-term “solution”. It would be interesting, if possible, to give snapshots of the changes that are made to the registry in each step along the way (there are plenty of apps that show “registry differences” – because that might show where the bug comes from).

    I personally haven’t made the switch to the 64-bit version yet, mostly because the plugins I use most have not been updated to 64-bit, and some might even be abandonware, so might never make the switch.

    (My initial guess is that the installer has some discrepancy in bit-ness compared to the installed program, so sometimes uses the wrong value of the environment variable. But since I haven’t used the 64-bit NPP’s installer, my guess would be a WAG, not an educated guess nor even a SWAG*.)

  • UDL, style, apostrophe vs quote

    3
    0 Votes
    3 Posts
    3k Views
    Vitaliy TechV

    Yep, I know about escape symbols but in my case it’s not a nice solution. I’d prefer to have ability to set at least two symbols as delimiter such as < space+’ > or backward < '+space >.

  • BUG: Language Drop Down List Lag

    Locked
    1
    0 Votes
    1 Posts
    919 Views
    No one has replied
  • Batch Editor - for Search and replace?

    3
    0 Votes
    3 Posts
    4k Views
    Vasile CarausV

    For many scripts, I am using TextCrawler, that has a wonderful Batch Editor.

  • WTF just happened to my textfile?

    4
    0 Votes
    4 Posts
    2k Views
    Systema SephiroticumS

    I’m pretty sure that’s the modal I saw. I didn’t have any non-english characters in there. NP++ is opening the file properly now, however it still loaded it as blank several times for a few minutes afterwards before loading it properly. The file didn’t change in that timeframe, nor did I restart NP++.

    Looks like the file is still UTF-8, so the encoding didn’t change. I’m really wondering what I did to the file to make NP++ temporarily choke w/ it.

  • Find and replace everything between and including parentheses

    Locked
    3
    0 Votes
    3 Posts
    28k Views
    Laura Malt SchneidermanL

    @dail said:

    (.+?)

    Genius! Thank you!

  • Image Drag > Image Name or Image Code Switch

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    PeterJonesP

    @Alan-Kilborn: To the point of the second camp: I’m not sure whether dragging-and-dropping a file from a Windows Explorer into NPP is a Windows Explorer operation, or a NPP operation, or a strange mix, so I have my doubts whether there is anything you could do in the NPP code to optionally “intercept” that operation – but I’ve never coded a drag-and-drop interface, so I could be wrong.

    @MAPJe71 & @Scott-Sumner: Yeah, there was a reason I didn’t explain that “command-trickery”: I had grabbed that command from some website a few years back, and had since forgotten exactly why they did the set trickery.

    It seems to work even with the simplified cmd.exe /c (echo "%1" | clip.exe).

    Ah, I did some searching, and found the page I think I originally found it from: http://www.askvg.com/registry-tweak-to-add-copy-as-path-option-in-files-and-folders-context-menu-in-windows/ : It turns out that the simplified cmd.exe /c (echo "%1" | clip.exe) will include the newline in the clipboard, whereas the set/p trickery will prevent the newline from being in the clipboard.

    And I was also reminded in the article: with a default Vista/Win7/Win8 installation, there is already a “Copy as Path” in the extended SHIFT+RightClick menu – and without the newline – so you don’t even need my registry hack, it should just “be there”. (If you don’t notice it, it’s probably down near “Pin to Start Menu” and above the “Send To…”)

    Ah, there we go: http://superuser.com/questions/295484/unhide-windows-7-context-menu-extras-permanently reminded me why I made my own version of the Copy As Path: some of the SHIFT+RightClick menu items can be “unhidden” so it goes into the normal RightClick menu (the extra “shift” annoyed me), but the “Copy as Path” stays hidden.

  • FunctionList doesn't recognise a c function with comment

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    MAPJe71M

    Make sure there is a character (e.g. newline, space) between the opening/left curly bracket and the slash.

    void Init_Hardware(void) { /* initializes all hardware */ ... Source-Code } void Init_Hardware(void) { /* initializes all hardware */ ... Source-Code }

    See also the issues #344, #1023, #1657 and #2712 on GitHub.

    See feature request #715 on GitHub as to highlighting current active function.

  • Mouse right-click does not work in Project Panel at the Extended Desktop

    2
    0 Votes
    2 Posts
    2k Views
    Hersh GottesmanH

    Experiencing the same in the same environment: Notepad++ v7.2.2 on Win7x64

  • UDL for SDC

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    cmeriauxC

    SDC is TCL language. So you juste have to add sdc file extension in “Style Configurator/TCL/User Ext”

  • How to make notepad++ to stop removing "find what" textbox every time?

    Locked
    4
    1 Votes
    4 Posts
    2k Views
    minsikauM

    yes it seems frustrating but is in effect logical as explained by the other posters.
    I find that when opening find then pressing keyboard down once, the previous search is always available.

  • Support xml version 2.0

    Locked
    2
    0 Votes
    2 Posts
    2k Views
  • Feature Request: Select marked text.

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