Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Bug 212177 [Services] Register sources for the IEvaluationServicePaul Webster1-2/+15
2006-05-08fixed copyrightsKarice McIntyre1-2/+2
2006-01-05Bug 117505, Bug 120652, Bug 122053. This fixes multiple problems having to ↵Douglas Pollock1-30/+33
do with the activation of handlers representing legacy actions. Now: action set handlers are only active when the corresponding action set is active (duh!), and viewer contributions are only active when the corresponding menu is showing. For bonus credit: performance improved, delegates are created per window, workbench window now has a slave handler service. Oh, and world peace. Word out.
2005-12-19+ Added a tracing option for command execution.Douglas Pollock1-1/+2
+ Extracted a bit of common functionality into Tracing, for printing to the console and determining the separator.
2005-11-07Added a tracing option for the common event framework for commands (aka Sources)Douglas Pollock1-0/+26
2005-03-24Removed the experimental tags from a whole bunch of classes.Douglas Pollock1-5/+0
2005-03-21Bug 88656. Changed IWorkbench from implementing IServiceProvider to IAdaptableDouglas Pollock1-0/+116
Migrating all of the handler support to IHandlerService. Moved some of the internals key-related classes from "org.eclipse.ui.internal.commands" to "org.eclipse.ui.internal.keys".

    Back to the top