约 50 个结果
在新选项卡中打开链接
  1. 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.

  2. 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, …

  3. 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 …

  4. Notepad++ Search and Replace: delete all after "/" in each row

    I have a plain text file with content like this: prežrať/RN prežrieť/Z prežrúc/zZ prežuť/c ... Q: How can I remove all strings after / symbol in every row in Notepad++? Desired output: prežrať

  5. 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 …

  6. Notepad++ replacing letters when I put anything infront

    2020年12月23日 · This is a little hard to explain, but if I go back on some text and press space, it doesn't move the whole text it just replace the character in front of the place where I want to put space with a ...

  7. 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, …

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

    How can we perform multiple search for multiple words and the line containing them. These words can be in same or different lines. For example: 1.The CAT goes up and down the ROAD. 2. The DOG goe...

  9. Add quotation at the start and end of each line in Notepad++

    2015年4月21日 · 6 I am using Notepad 8.1.9.2 64bit on Windows10, the replacement procedures can be finished in one step, try this: Find what: (.+)\r\n Replace with: "\1", Note: Wrap around and regular …

  10. caching - Notepad++ cached files location - Stack Overflow

    2015年4月14日 · On the most recent versions of Notepad++, when the application is closed, unsaved files are maintained when the application is restarted. I presume that those files are cached on a …