1)关闭Notepad++ 2)解压XmlTools 3)将xmltools子文件夹下的XMLTools.dll拷贝至Notepad++的plugins子文件夹 4)将ext_libs子文件夹下的所有dll文件拷贝至Notepad++的根目录(与notepad++.exe位于同级目录) 5)启动Notepad++,点击插件,可以看到XML Tools插件已加载。如要格式化XML文件,选择Pretty print开头的一系列选项均可。
2024-01-17 17:05:18 1.32MB Notepad xmltools
1
仿微软,简单功能齐全的notepad记事本程序和源码,提供给初学者交流和学习。 对search方法略作修改,查不到字符时返回起始位置; public void button1_Click(object sender, EventArgs e) { if (textBox1.Text.Length > 0) { str = textBox1.Text; fm.searchStr = textBox1.Text; fm.matchCase = checkBox1.Checked; fm.upCheck = radioButton1.Checked; } else { str = fm.searchStr; checkBox1.Checked = fm.matchCase; radioButton1.Checked = fm.upCheck; } if (str == null) { MessageBox.Show("找不到" + str, "记事本"); } else { if (checkBox1.Checked) { if (radioButton2.Checked) { select += fm.richTextBox1.SelectedText.Length; marker = select; select = fm.richTextBox1.Find(str, select, RichTextBoxFinds.MatchCase); if (select == -1 ||select=marker) { marker = start; select = start; fm.richTextBox1.SelectionStart = start; if (select != 0) fm.richTextBox1.Find(str, 0, select, RichTextBoxFinds.Reverse | RichTextBoxFinds.MatchCase); MessageBox.Show("找不到" + str, "记事本"); start = marker; } } } else { if (radioButton2.Checked) { select+=fm.richTextBox1.SelectedText.Length; marker = select; select = fm.richTextBox1.Find(str, select, RichTextBoxFinds.None); if (select==-1||select=marker) { marker = start; select = start; fm.richTextBox1.SelectionStart = start; if (select != 0) fm.richTextBox1.Find(str, 0, select, RichTextBoxFinds.Reverse | RichTextBoxFinds.None); MessageBox.Show("找不到" + str, "记事本"); start = marker; } } } } }
2023-12-16 05:04:09 164KB C#记事本
1
Note pad++ XMLTools 3.0.3
2023-11-16 17:32:12 6.1MB notepad++ xmltools
1
Notepad++,查看编写代码利器
2023-10-29 11:31:51 3.49MB Notepad Notepad++
1
针对无法使用unix主机,cygwin 等无法使用,indent功能,利用Notepad++的插件工具实现代码格式化. 步骤: 1.将下载的dll文件放在Notepad++\plugins目录下 2.重启notepad++ 3.菜单为:“插件”->“NppAStyle”->“format code” 4.选择格式化风格的菜单:“插件”->“NppAStyle”->”options“
2023-10-13 08:00:34 93KB NppAStyle Notepad++
1
直接下载安装,安装完注意改首选项->新建->(语言:Java 编码:ANSI) 一直下一步即可,安装目录可选和Java安装目录一致(建议这样)
2023-07-07 20:32:41 4.34MB notepad++
1
Notepad下载安装教程
2023-06-28 12:34:54 3.41MB java notepad++
1
这是Notepad++安装软件及其函数列表插件,使用方法:解压文件包后,先双击安装图标进行Notepad++的安装,安装完毕后运行软件在菜单栏的设置里选择导入,可以看到有个导入插件的选项,点击然后选择你插件的文件位置,插件安装成功。
2023-05-27 15:25:39 5.44MB Notepad++ Notepad++函数列表插件
1
Notepad_6.1.4.exe编辑器是一个非常好用的编辑工具。
2023-05-23 11:13:52 5.54MB Notepad编辑
1
解压后将skill.xml文件放入:“X:\Program Files\Notepad++\plugins\APIs”目录下(默认安装路径),在notepad++中选择菜单->语言->自定义语言->导入
2023-05-19 16:16:06 13KB skill notepad++ allegro
1