约 105,000 个结果
在新选项卡中打开链接
  1. Notepad++ how to automatically highlight .log files like in IDEs?

    2023年8月3日 · How can I create a user defined language (UDL) in Notepad++ to highlight my logs like in other IDEs? So for example that INFO logs are green, DEBUG logs blue, ERROR …

  2. Notepad++: Multiple words search in a file (may be in different …

    If you are using Notepad++ editor (like the tag of the question suggests), you can use the great "Find in Files" functionality. Go to Search → Find in Files (Ctrl + Shift + F for the keyboard …

  3. In Notepad++, how can I insert the current date and time?

    2019年3月15日 · On Windows Notepad.exe, I simply press F5 and it inserts the date and time like this: 11:05 AM 1/14/2015 Can I add similarly simple functionality to Notepad++?

  4. How to break lines at a specific character in Notepad++?

    To be viewed in Windows (i.e. Notepad) we need \r\n. Otherwise \n works on on any other platform (should break the line and continue below it).

  5. Notepad++ add to every line - Stack Overflow

    2017年1月16日 · I'm using Notepad++ and I can't figure this out : I have numerous lines all starting with http. I need to add some text in front of it in every line. Also, I need to add …

  6. Notepad++ Multi editing - Stack Overflow

    How can I have multiple cursors in Notepad++? I will have a couple of tab delimited values . I need to write a query for all of these values. For example, if I get an Excel file with values like t...

  7. Notepad++ find in files filter EXCLUDE - Stack Overflow

    I'm looking for a way to get n++'s find in files dialog to exclude certain files... the only reference I've found so far is this http://sourceforge.net/project ...

  8. Notepad++ Search Window disappeared - Stack Overflow

    2017年10月8日 · Programmers Notepad, which I believe is partially based on Notepad++, has the same issue: the Replace (search and replace) window will disappear, typically after changing …

  9. comments - Commenting code in Notepad++ - Stack Overflow

    I'm using Notepad++ as an editor to write programs in Python. It might sound daft but I looked around in the editor and could not find any means (not the manual way but something like in …

  10. Compare files and return only the differences using Notepad++

    2015年6月28日 · Notepad++ has a Compare Plugin tool for comparing text files, which operates like this: Launch Notepad++ and open the two files you wish to run a comparison check on. …