Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Launch Configuration UI Enhancement

Hi Dani,

I posted a response (https://bugs.eclipse.org/bugs/show_bug.cgi?id=29580#c20) detailing the work I'd done on there, but it's stayed quiet since. I was wondering if anyone on this list has had a chance to either try out the enhancements or take a look over the code.

I'm keen to try and progress this, but would appreciate some guidance, particularly in these areas:

* Does the plug-in work in an appropriate way? Is there a different way of doing things which would fit better with the Eclipse Platform Debug codebase?
* Assuming org.eclipse.debug.ui is the right place for this, is there a guide on how I can get up and running with it (dev quickstart guide, or similar)?

I'm happy spending time developing improvements, but would like to make sure I focus them on what's useful/needed for this functionality to be merged.

Cheers,
Chris


On 5 November 2012 11:53, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
Hi Chris

This looks similar to https://bugs.eclipse.org/29580 . I suggest you add your comments there along with some screenshots that illustrate your feature(s). We can then discuss in the bug which parts would be useful for Eclipse and then you could provide patches that implement this inside Eclipse itself.

Dani

From: Chris Sinjakli <chris@xxxxxxxxxxxxxx>
To: platform-debug-dev@xxxxxxxxxxx,
Date: 04.11.2012 23:57
Subject: [platform-debug-dev] Launch Configuration UI Enhancement





Hello,

I recently did some work on a UI enhancement for the Eclipse Debug
framework. It adds keyboard support, with a pop-up dialog, for
relaunching anything you recently ran/debugged.

I was wondering if there would be any interest in including such an
enhancement into a release of Eclipse. It's something I've found very
useful in my workflow, and have a few friends/colleagues who've
adopted it into theirs.

The source code is at:

https://github.com/Sinjo/eclipse-run-helper

and you can get the latest release (just goes in dropins for now) from:

https://github.com/downloads/Sinjo/eclipse-run-helper/uk.co.sinjakli.eclipserunhelper-1.0.1.jar


I've got a few ideas for improvements already, but I'd be interested
to get feedback on what's there.

Cheers,
Chris
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev




_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top