|
From: Andrew C. <ac...@co...> - 2008-08-07 13:27:46
|
Yeah.
I didn't finish Undo/Redo which I think is pretty critical. My code was a
mess, not very much done and doesn't compile yet so it's probably not
worth taking a look at. For reference though I was following this
approach though, it seemed like it had potential:
Extend an AbstractOperation with GitDeleteOperation
+ implement Undo/Redo in this operation
Extend an AbstractOperation with GitMoveOperation
+ implement Undo/Redo in this operation
Have MoveDeleteHook call the above operations when called.
Also:
Documentation on Usage/Tutorial and from eclipse' help menu would be
extremely useful.
Prettify Status so the UI is a bit better looking (it looked strange on
my machine).
--
Drew
On Thu, 7 Aug 2008, Patrick Winters wrote:
> Hey all,
> It's cumbersome to run core tests because we're forced to launch UI
> sessions. I want to separate the tests so that the core can be run
> headless and much faster. I think this would encourage us to use them
> more. If you remove ui from the core dependencies, you should be able
> to find all of the compile errors.
> I'll do my best to go through them ASAP so we can get a better testing
> infrastructure together. But, is there anything else more pressing?
> --
> Patrick
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gitclipse-devel mailing list
> Git...@li...
> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel
>
|