GIT PLugin
-
- Posts: 36
- Joined: Sat Feb 21, 2015 1:50 am
GIT PLugin
Have we had any improved GIT integration. Need a panel that shows updated files for committing ....
Re: GIT PLugin
It shouldn't be hard to make. As its easy to call command line tools from script and receive back the output.
Setting up the panel GUI will probably take the longest.
See http://forums.blumentals.net/viewtopic.php?f=33&t=7191
You can also create a more complex plugin, calling a Node.js server to process your commands in background.
See http://forums.blumentals.net/viewtopic.php?f=33&t=8091
and http://forums.blumentals.net/viewtopic.php?f=33&t=7441
for some more advanced plugins.
Setting up the panel GUI will probably take the longest.
See http://forums.blumentals.net/viewtopic.php?f=33&t=7191
You can also create a more complex plugin, calling a Node.js server to process your commands in background.
See http://forums.blumentals.net/viewtopic.php?f=33&t=8091
and http://forums.blumentals.net/viewtopic.php?f=33&t=7441
for some more advanced plugins.
There are 10 types of people in the world: Those who understand binary and those who don't.