开发者

Code::Blocks git plugin

开发者 https://www.devze.com 2023-02-14 19:39 出处:网络
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

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

精彩评论

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