zoukankan      html  css  js  c++  java
  • Source Insight及常用插件

    Source Insight及常用插件


    1、Source Insight

    2、插件

    <1>.使用快捷键注释,单行注释,多行注释,#if 0注释

    <2>.跳转到当前文件所在的文件夹,并高亮选择

    将插件放到Source Insight 的「Base Project 目录」(C:UsersXXXXDocumentsSource InsightProjectsBase, 其中XXXX是用户名。)按照上面的方法,将openfolder.em添加到Base工程中。当 光标/cursor 在文件内之后, 按ctrl + t之后,即可自动跳转到文件夹内。(实际是调用了Explorer.exe去打开文件的目录)
    REFER: Source Insight 插件

    <3>.使用quicker.em插件添加函数注释,文件头注释,标记注释等

    <4>.多选项卡插件

    <5>.中文字符删除(SuperBackspace)

    <6>. 支持UTF-8编码(支持多国语言)

    将下载的3个.dll放到SourceInsight安装目录中(C:Program FilesSource Insight 3),重新启动Source Insight即可。
    REFER: Source Insight 3.X utf8支持插件震撼发布

    <7>. 用GVIM 代替 SouceInsight的编辑器进行编辑

    SourceInsight -> Options -> Custom Commands -> Add
    然后分别填入下面的选项

    Command name Run or Browse Keys... (Assignments)
    Edit With Vim "C:Program FilesVimvim80gvim.exe" --remote-silent +%l %f F12(不是手写的,是识别出来的)

    上面这个表格的 %l, 表示打开当前 行(line),%f 表示当前 文件(file)。

    参考


    1、非常实用的Sourceinsight插件

  • 相关阅读:
    How Many Answers Are Wrong
    Agri-Net —poj1258
    食物链
    A Bug's Life
    畅通工程
    Shortest path of the king
    Alex and Number
    KMP
    快速幂
    0x04
  • 原文地址:https://www.cnblogs.com/xuanyuanchen/p/5794519.html
Copyright © 2011-2022 走看看