Git Product home page Git Product logo

vimdesktop's People

Contributors

linxinhong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vimdesktop's Issues

VimDestktop对老版本的兼容

原来的vimd使用的是vimcore.ahk。由于vimcore有不少bug,所以重写了class_vim.ahk,增加不少特性。现在需要让class_vim 对原来的vimd做好支持。

关于配置文件ini的处理

鉴于vimd主要以源码的形式供使用,而每个用户基本都会修改ini,为方便源码管理,因此对配置文件建议如下操作:

  • 默认不提供ini文件,即无需配置文件也可以运行
  • 如确实需要,由vimd和插件自行生成所需ini文件
  • 将ini文件加入全局忽略列表

另外就是:我倾向于将所有配置信息统一放置到vimd.ini中,不用分散到各处。当然分散有分散的好处....

tootalcomand插件新建几个命令

目前每次更新以后都需要从老插件中复制过来,希望能够原生支持

;: >>搜索文件{{{2
:
SendPos(545)
Return

;
:
ControlSetText, %TCEdit%, cd %A_Desktop%, ahk_class TTOTAL_CMD
ControlSend,%TCEdit%, {Enter}, ahk_class TTOTAL_CMD
Return

; {{{1
:
CopyNameOnly()
Return
CopyNameOnly()
{
clipboard :=
GoSub,<cm_CopyNamesToClip>
ClipWait
If Not RegExMatch(clipboard,"^..")
clipboard := RegExReplace(RegExReplace(clipboard,"$"),".[^.]
$")
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.