notepad++ - 如何清除查找列表框中的所有条目?

标签 notepad++

我想清除在“查找”对话框中输入的所有搜索字符串。如何做到这一点?

最佳答案

ajibanda++ has the answer :

  1. First, locate the application data folder of notepad++. This should be located at:

    • for XP C:\Documents and Settings\[REPLACE_WITH_USER]\Application Data\Notepad++
    • For Vista or Win7 it should be somewhere on: C:\Users\[REPLACE_WITH_USER]\AppData\Roaming\Notepad++

    NOTE: This is a hidden folder so it is advisable to make the hidden folders viewable.

  2. Locate and open config.xml to notepad for editing. Take note use notepad not notepad++, for some reason, editing it on notepad++ doesn't save the updates you'll be doing.

  3. Delete the lines with tags:

    • to remove, "search" history: <Find name="[REPLACE_WORD]".../>
    • to remove "replace" history : <Replace name="[REPLACE_WORD]" ..../>
  4. Save config.xml. If Notepad++ is open, close and then re-open it again.

关于notepad++ - 如何清除查找列表框中的所有条目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8179386/

相关文章:

notepad++ - Notepad++的整洁CSS

Notepad++ - 如何在升级 Windows 时恢复 session

windows - Notepad++ 右键在新窗口打开文件

proxy - Notepad++ 插件管理器的服务器 URL 是什么?

正则表达式在日期记录中添加前导零

ruby-on-rails - 如何使用 Notepad++ 从 Git 启动和编辑文件?

regex - Notepad++查找并用正则表达式替换

notepad++ - 在每行后添加文本,多个条目

notepad++ - 如何在Notepad++中缩进HTML标签

notepad++ - 如何选择(删除)文本文件中的每 6 行(第 N 行)?