
编辑器
_Nonkr
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Intellij 编辑properties中文(自动native2ascii)
在编辑器的设置里找到File Encodings 1. 把Default encoding for properties files 选上UTF-8 2. 再把下面的Transparent native-to-ascii conversion打上勾原创 2013-03-03 18:28:53 · 1088 阅读 · 0 评论 -
VIM 设置tab为4空格
set tabstop=4 set shiftwidth=4 set expandtab原创 2013-03-22 23:02:49 · 140 阅读 · 0 评论 -
在Source Insight集成Astyle(代码格式化)
Windows平台下也有好多人都喜欢用SourceInsight编辑C/C++程序,但是SourceInsight没有提供对代码格式化的功能,如果将Artistic Style集成到SourceInsight中,那就可以为它扩展出代码格式化的功能了。 假定AStyle.exe的目录是“C:/ArtisticStyle/”,在该目录下有一个“c.opt”文件是用来保存配置的文件。下面简要地...原创 2012-11-06 10:34:04 · 247 阅读 · 0 评论 -
Intellij IDEA不能创建和显示rcS文件
1. File -> Settings 2. Select “File Types" 3. In the bottom of the window there is a field called “Ignore files and folders" that contains “rcs". 4. Remove the rcs part from the above field and...原创 2013-07-15 10:00:59 · 171 阅读 · 0 评论 -
破解MarkdownPad2
使用UltraEdit等编译器通过16进制的方式打开安装目录下的MardownPad2.exe文件, 搜索 2C 02 16 2A 02 02 03 将 16 改为 17,保存。 重新启动就会看到已经激活专业版了 ...原创 2014-01-11 01:58:03 · 130 阅读 · 0 评论