約 88,900 件の結果
リンクを新しいタブで開く
  1. 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. Click the …

  2. Find the path of notepad.exe and mspaint.exe - Stack Overflow

    What is the best way to find out where notepad.exe and mspaint.exe are that will work across various versions of Windows? Should I get the Windows directory via SHGetFolderPath(NULL, …

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

    2017年9月15日 · 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 …

  4. Notepad++: Multiple words search in a file (may be in different lines)?

    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 addicted) and enter: …

  5. templates - Notepad++ premade snippets - Stack Overflow

    2010年5月1日 · I have seen in videos, that people get html template by typing "html:5" or something like that (btw, they're not using notepad++). Is this possible in notepad++? Thanks.

  6. Convert tabs to spaces in Notepad++ - Stack Overflow

    2009年1月18日 · How do I convert tabs to spaces in Notepad++? I found a webpage that suggests it's possible, but I couldn't find any information about how to do it. I would like to be able to do that, …

  7. How to compare two files in Notepad++ - Stack Overflow

    2015年4月15日 · I want to compare values from two different files. In Notepad++ version 5.0.3 we had shortcut button Alt + d but in version 6.6.8 I cannot find any option to compare. Also let me know …

  8. 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 logs red and so on? …

  9. Additional quotes pasting from Excel function to Notepad

    2025年8月12日 · Additional quotes pasting from Excel function to Notepad [duplicate] Asked 5 months ago Modified 5 months ago Viewed 212 times

  10. Remove carriage return from text file - Stack Overflow

    2016年8月4日 · I have a text file that is | delimited and is over 59,000 line long. How can I remove the carriage returns so each line is one record? Here is what the current file looks like:- Here is what I ne...