开发者

Code::Blocks git plugin

Does anyone use the Code::Blocks IDE? If yes, can you tell me of a decent plugin for 开发者_StackOverflow中文版working with git? Seems strange, but I didn't find anything with Google.


AFAIK, there is no GIT plugin for Code::Blocks available. But you can do it in another way. Select Tools -> Configure Tools -> Add and then fill required fields. Let me show you an example with mercurial (using hgtk):

Name:        hgtk vdiff
Executable:  /usr/bin/hgtk
Parameters:  vdiff
Working dir: ${PROJECT_DIR}

Now you can select Tools -> hgtk vdiff and ... that's all, you'll see a hgtk vdiff dialog.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜