• 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
    916 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
  • I don't want to see previous files edited

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @Barry-Megdal
    Settings->Preferences->Backup
    uncheck Remember current session…

    Cheers
    Claudia

  • Find Direction: Up, Down,... All?

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC

    @JosepMir

    How many roads must a man walk down
    Before you …
    The answer my friend is wrap around
    :-D

    Cheers
    Claudia

  • New function wish : "Folder as workspace" follows edited file

    5
    0 Votes
    5 Posts
    2k Views
    sgallouS

    Hi Claudia,

    I’ve open the issue on Guthub.

    Thanks,
    Sébastien

  • Column editing mode in Npp

    5
    0 Votes
    5 Posts
    3k Views
    Aivar BelovA

    Like this it should look like:
    http://i89.fastpic.ru/big/2017/0206/16/da2c835987f4bb62ac6c881fc2477616.jpeg

    Here is what should have:
    http://i91.fastpic.ru/big/2017/0207/fa/3807b34a9c29d01b74107c31643512fa.jpeg

    That’s how I personally decided this question for myself. But this trick. I want to officially, by default, this feature was already in the program:
    http://i90.fastpic.ru/big/2017/0207/03/75204ab511415d396e77e0d14f2ea103.jpeg

  • Color of count matches in Find on MS Windows: hard-coded blue?

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @A.E.-Veltstra said:

    It looks like a status bar. It might not be one, technically.

    I think you may be right about this. When I took a look at doing some automation on its text via AutoIt3 some time ago, it resisted my attempts at reading its text, and did not look like a real status bar.

  • is possiable notpad compress larger file to small file.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Vijay-Dandriyal

    doesn’t have a builtin function but you could use run menu
    and os utilities to do what you want to do.

    Cheers
    Claudia