Git output
Andreas Pakulat
apaku at gmx.de
Sun Sep 27 17:30:11 BST 2009
On 27.09.09 17:05:38, James Choa wrote:
> Hello everyone,
> I've been using kdevelop 4 for quite some time now and wanted to ask.
> Shouldn't kdevelop 4 have some sort of output for when git does some of its
> commands like adding files? It took me a while to realize that adding files
> through the git menu actually worked, just that there was no output. I know
> that there's a tool view for version control, would it be possible for git to
> output the result of its actions there?
Currently the git plugin uses a custom toolview, which indeed should be
changed to use a new "Git" tab in the Version Control toolview.
As the git plugin parses the output from git to find out whats happening I
guess you don't see anything because it simply eats it and doesn't produce
any output of its own.
> I'm somewhat proficient at coding in C++ and I'd be willing to help implement
> something like that if someone pointed me to the right direction :)
The code is at
svn://anonsvn.kde.org/home/kde/trunk/KDE/kdevplatform/plugins/git
You'll need to check out all of kdevplatform to actually build it
(instructions can be found on our website).
Andreas
--
You need more time; and you probably always will.
More information about the KDevelop
mailing list