• Error in Syntax-Highlighting of SQL?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ and txt files in Windows 7

    Locked can
    2
    0 Votes
    2 Posts
    2k Views
    decodermanD
    Use the File / Open… Menu Drag and drop the file into Notepad++ Right-Click in Explorer, Open with Notepad++ Right-Click in Explorer, Open with … Setting Notepad as the default Editor for *.txt files: https://superuser.com/questions/474079/how-do-i-set-notepad-as-the-default-editor
  • Regular expression to find two words in files in folder

    11
    0 Votes
    11 Posts
    26k Views
    guy038G
    Hi, @vasile-caraus, Now, I realized that the regex, given in my previous post, (?i-s)(Word1).*?(Word2)|(?2).*?(?1) could be simplified ! Indeed, as I explained, we can’t use back-references, which are not defined if the regex engine choose the second alternative ! But, when the boundaries Word1 and Word2 are not, themselves, regexes ( as, for instance \d+, a..z… ) and rather simple strings, we can use the more simple syntax below : (?i-s)Word1.*?Word2|Word2.*?Word1 Secondly, to select any entire line ( with its EOL characters ) containing the two words Word1 and Word2, whatever their order, use the regex, below : (?i-s)^.*(Word1.*Word2|Word2.*Word1).*\R Best Regards, guy038 P.S. : As we’re rather dealing with exact words, we should use, instead of the two above, the regexes, below : (?i-s)(?<=\W)Word1\W.*?\WWord2(?=\W)|(?<=\W)Word2\W.*?\WWord1(?=\W) and (?i-s)^.*\W(Word1\W.*\WWord2|Word2\W.*\WWord1)\W.*\R
  • 0 Votes
    2 Posts
    3k Views
    chcgC
    See https://msdn.microsoft.com/en-us/library/windows/hardware/hh451089(v=vs.85).aspx or https://msdn.microsoft.com/de-de/library/windows/hardware/ff538058(v=vs.85).aspx how it is possible to load DMP files.
  • PRINTING CONSECUTIVE FILES FROM COMMAND/BATCH FILE WIN 10 TO DOT MATRIX

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Find and Replace a very large text.

    3
    0 Votes
    3 Posts
    5k Views
    Scott SumnerS
    @John-Pilge Your technique works most of the time, but there are limits to how much text you can put into the “Find-what” box. As an example on the above text, it ALMOST but not quite will handle it all. For me, it will do the text from the start up until "All parcels will ".
  • Behavior change with "Find result" window

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @AJ-Côté instead of using the mouse to select all, click into the find result window and do pressing ctrl+a and ctrl+c. Cheers Claudia
  • Editing CSV including html from DJ Catalog

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Printing from NppExec buffer?

    nppexec
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC
    @Terry-Weiss Open the nppexec console and type help press enter. Then you get the full list of supported commands. For your question, make sure no internal messages has been checked in nppexec menu and do something like this cd c:\python cls python "$(FULL_CURRENT_PATH)" CON_SAVETO C:\test6734.txt This would save the output of the current python program to a file C:\test6734.txt which then can be printed out regarding to your needs. For example by using npp_open <file> to load the file and using npp_menucommand <menu\item\name> to print it or using the print command from the cmd shell to do so. … Cheers Claudia
  • Notepad++ stopped open links on double click after latest update

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Vadim  ShevchukV
    I’ve found solution: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/3019 So, I just go back to use 7.2.2, until it will be fixed
  • High resolution monitor issues

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Waid-Hundley a few weeks ago I stumbled over this article. As I neither have a high resolution monitor nor do I have Windows I wasn’t able to test if it works. So if you want to test it would be nice to let us know the results. Cheers Claudia
  • unable to find and replace quotation mark

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    Claudia FrankC
    @Paul-Nemer may you explain in detail what you do? Maybe a screenshot could be helpful as well. If you upload the screenshot to a hoster like imgur you could embed it into the post when using the following syntax ![](web address of the image like www.imgur.com/myimage.png) Cheers Claudia
  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @bsto How can I revert back to the old visual, usual NP++ tabs? Either wait for the next release or rollback to an older version. Cheers Claudia
  • Opened Npp, blank, new screen, all settings gone... again!

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Scott-Nabors Thoughts? Maybe ask at PortableApps forum what their launcher does Suggestions? Use zipped npp version from notepad++ homepage. Cheers Claudia
  • How to use a first line as tab bar title in new files?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @afernandes should this mean you open a new doc type anything into the first line press enter and it should appear as the text in the tab?? If so, no save way to do so. Cheers Claudia
  • Formating SQL syntax when pasting from MS Access

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Bacel-Younan did you try @Guido-Thelen s SQL Formatter? Cheers Claudia
  • find in files and replace and regex

    Locked find in files regex
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to Uninstall "Npp Xml Treeview" plugin?

    3
    0 Votes
    3 Posts
    3k Views
    chcgC
    See https://github.com/joaoasrosa/nppxmltreeview/issues/19, there was a bug in the dll version reported by the plugin dll.
  • 新的notepad++ 打开xml文件后不支持反注释命令了

    xml ctrl+q
    2
    0 Votes
    2 Posts
    3k Views
    chcgC
    Google translate: After installing the new notepad ++, use the Ctrl + Q comment code, and then press the key combination can not comment, and hope that the new version can modify the problem. thank you very much Version 7.3.3? Which programming language? Working for me with e.g. python.
  • Top to Bottom instead of side by side

    3
    0 Votes
    3 Posts
    14k Views
    3d1l3
    Excellent!!!