Notepad++
文章平均质量分 76
is2120
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
notepad++ c# ide 配置
tag : notepad++ c# IDE 编译 环境 搭配 配置C#运行notpad++,点击“运行-》运行”菜单,出现一个弹出框,输入命令行,而后保存即可。1. 编译cmd /k C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /out:"$(CURRENT_DIRECTORY)\$(NAME_PART).e原创 2011-07-18 12:56:18 · 4951 阅读 · 0 评论 -
Npp plugins 之 TaskList
//z 2013-10-17 23:21:50 IS2120@BG57IV3 T1102566186.K.F2560461818[T1,L60,R2,V6]Notepad++ TaskList todolist todo list task1. tasklist (todo list) 1.1 正确生成 index 的行号描述: 现在行号的不准确;由于生成的时候时候用旧的行号;而由于插入了inde原创 2013-10-17 23:25:05 · 3577 阅读 · 0 评论 -
Npp ChangeLog
//z 2015-03-27 10:07:53 L.279'49927 BG57IV3@XCL T3088428018.K.F2725221698[T7,L218,R7,V173]Notepad++ v6.7.5 new features and bug-fixes:1. Add ghost typing feature: launch Notepad++ with the auto原创 2015-03-27 10:08:29 · 1212 阅读 · 0 评论 -
Notepad++ Cheat Sheet
Notepad++ Cheat Sheet //z 2014-12-16 17:17:03 L.15 '24177 BG57IV3@XCL T692334834 .K.F2768772301[T1,L251,R7,V182] File menu Shortcut ↓原创 2014-12-16 17:17:40 · 1027 阅读 · 0 评论 -
NppToolBucket
[不支持中文] //z 2014-09-07 11:43:54 L.115'44166 BG57IV3@XCL T3399598551.K.F3292324416[T43,L762,R31,V702] A plugin for Notepad++ written in C# .NET Framework 2.0. Features ToolBucket contains the fol原创 2014-09-07 11:43:05 · 1077 阅读 · 0 评论 -
Notepad++ 插件 开发
<!--@font-face {font-family:宋体}@font-face {font-family:"\@宋体"}p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideo原创 2011-09-18 21:08:32 · 6547 阅读 · 12 评论 -
notepad++ Function List 插件
//z 2013-09-20 18:55:38 IS2120@BG57IV3 T1452062141.K.F3569790369[T2,L51,R1,V7]0. 注:FunctionList 这个插件看代码的话会方便很多,但很久未更新了在NPP 5.9 之后使用问题多多(未证实)。我在6.x上使用是无法显示出对应的dialog的。1. 在 windows 7 上安装 FunctionL原创 2013-09-20 18:56:20 · 15072 阅读 · 2 评论 -
notepad++ 快捷键大全
ShortcutCommandHow usefulCtrl-CCopy+ – Ctrl-XCut+ – Ctrl-VPaste+ – Ctrl-ZUndo+ – Ctrl-YRedo+ – C原创 2012-04-13 16:46:52 · 2207 阅读 · 0 评论 -
Notepad++ plugin(插件)开发之消息HOOK (文件保存,文件打开,文件关闭)
Notepad++ plugin(插件)开发之消息HOOK (文件保存,文件打开,文件关闭)Notepad++ 插件 开发(上一篇关于 notepad++ plugin(插件开发)的文章)(找了比较久才发现,记录一下 IS2120#CSDN )http://blog.csdn.net/is2120/article/details/71904821. 在notepad++提供原创 2012-01-10 12:30:43 · 3771 阅读 · 0 评论 -
A simple task management system (zz)
//z 2013-09-12 11:22:48 IS2120@BG57IV3 T2025439826.K.F3707232185[T18,L170,R6,V233]There are dozens of methodologies for project and task management, with focusses ranging from behemoth software solu原创 2013-09-12 11:23:20 · 1572 阅读 · 0 评论 -
How to control and trim line lengths (zz)
What is a long line? //z 2012-4-26 16:42:21 PM IS2120@CSDNWell it depends. Notepad++ has two distinct, independent answers to this:When a line cannot display in the view it belongs to, and if原创 2012-04-26 16:39:21 · 739 阅读 · 0 评论 -
Notepad++ Tips
Notepad++ Tips//z 2012-3-2 13:27:05 is2120@csdn1. 使用NOTEPAD++格式化 xml 文件1.1 可以用 xml tool (plugin)Plugins -> XML Tools -> Pretty print (XML only – with line breaks) or pressCtrl+Alt-Shift+B原创 2012-03-02 13:27:11 · 1089 阅读 · 0 评论
分享