Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Launch View using EclipseRunner

This view actually uses idea that I personally like better than current launch bar Run/Mode combo. There is one button with drop down, which switches the mode and launches at the same time.
Currently to do switch between debug and run there is lots of clicks in launch bar, and run button always looks like run (mode) which is confusing (it also looks like resume which is double confusing when you debugging).

The problem with having one image button for run/mode is that button is oversized, and since contributed modes would not have oversized images, the only way to paint anything mode related would be image overlay.

I also found it clumsy in lunch bar when you have to run multiple launch configurations consistently, which can be partially solved by Group Launch config, which we already have and partially by fixing drop down to have sash, so
user can change number of "last used" launch configurations

The last thing which drive me absolutely nuts is that launch bar is not context sensitive like eclipse run button. We had a big argument about it internally, and I wanted an option to be able to "sync" launch bar with selection (preference), so launch drop down would behave approximately like current run button does, by picking launch config based on current selection (as much as it can guess), so we did have this switch, but when I was on mat leave it was removed, and never made it to CDT. Currently if you have 40-50 projects in workspace trying to find launch config in this drop down is extremely painful (which would be solved by the view like in this eclipse runner or context sensitivity)



On Tue, Dec 9, 2014 at 4:57 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Thanks Michael. Definitely sounds interesting. I¹ll take a look.

Cheers!
Doug.

On 2014-12-09, 4:47 PM, "Michael Scharf" <Michael-Scharf@xxxxxx> wrote:

>Hi,
>
>I see the discussions about the LaunchBar and that reminds me of
>EclipseRunner, an extension that I have been using for many
>years. Because it had some missing features and bugs, I created
>my own branch:
>    https://github.com/scharf/eclipserunnerplugin
>Here is a short description
>
>https://github.com/scharf/eclipserunnerplugin/blob/master/EclipseRunner/he
>lp/Eclipse%20Runner.md
>
>Unfortunately, I am not using eclipse at the moment (I am using
>PyCharms and I really miss eclipse). One of the things I miss
>the most is the EclipseRunner, because I have many different
>executables to run and JetBrains IDEs only have a launch bar,
>which always requires multiple clicks to launch another application.
>
>I wonder if something like EclipseRunner might be helpful in
>conjunction with launch bar. If I had some time, and I could
>switch to eclipse with my project, one of the improvements
>I'd make in the EclipseRunner View is to see the running
>processes and to quickly (one click) start, stop and restart
>the launch from the view.
>
>Anyway, I just wanted to mention it -- maybe someone finds it
>useful.
>
>Michael
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top