Note that there are some explanatory texts on larger screens.

plurals
  1. USWoody Zenfell III
    primarykey
    data
    text
    plurals
    1. CO@ring0, poolie: we are discussing that at [this related question](http://stackoverflow.com/questions/2329438/how-can-i-go-to-the-next-eclipse-marker-e-g-build-error-using-the-keyboard). The short answer is "no", though there are a few helpful suggestions there.
      singulars
    2. CO@GreenKiwi: right, in Eclipse-land, jobs run independently of editors. It would seem reasonable to me that an editor could show you details about a running job, provide a way to set up and launch a job, etc. But the editor "is" not the job; the job has its own life and could show in a view such as Eclipse's "Progress" view. (If an editor "is" a job, ask what should happen if someone right-clicks the editor tab and gets a "New Editor".) If the "Progress" view is hard for your users to find, add it to a default perspective, make it show when a job is launched, etc.
      singulars
    3. COThis sounds on the right track to me. Create a new Eclipse plug-in (so create a new Plug-In Project, not just a Java Project). Add dependencies (open up the `MANIFEST.MF`) on the (existing) Eclipse plug-ins you want to call. You can edit the dependency declarations to give you "wiggle room" in versions, if you want. (Note that Eclipse is well-separated into 'core' vs. 'ui', so you should be able to do whatever you want without having to bring up or interact with any UI.) Have your new plug-in contribute an extension to the extension point Ladlestein identified. Good luck!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload