Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - Mar 10, 2010

Platform UI:
- A bug in the command/keybinding system allowed some
  org.eclipse.ui.popupMenus/objectContributions/actions with
  definitionIDs set to leak through at the window level, and
  potentially kill any command with a default handler (most
  recently CTRL+C stopped working, see bug 300526).  The
  bug has been fixed (objectContribution cannot be used for
  keybindings) but now some keybindings which used to work
  (like Show Annotation in the Java Perspective) will no longer
  function, see:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=303784
- Long running operations in wizards can now be cancelled with a stop
  button (enabled for free in wizards, clients of ProgressMonitorPart
  need to call new constructor)
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=287887
- The global build actions no longer lock the entire workspace.  This
  was part of  an enhancement for IDE's with external, long-running
  build systems such as C/C++ IDE's.
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=296800
- Jobs can show progress in platform task bar (works on win7 and Mac)
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=302529

Boris

On Wed, Mar 10, 2010 at 8:59 AM, Mike Wilson <Mike_Wilson@xxxxxxxxxx> wrote:
> ------------------
>  Discussion Topic
> ------------------
>
> UA:
> - new Eclipse logo:
>   - is there going to be one? If so when does it show up and what
>     components are affected?
>   - (See:
> http://ianskerrett.wordpress.com/2010/03/09/results-of-round-1-logo-feedback/)
>
> --------
>  Status
> --------
>
> JDT UI:
> - added support for source and Javadoc attachments to referenced JARs
> - added API in JUnitCore (path constants for JUnit library container)
> - added API in RefactoringWizardOpenOperation/RefactoringWizard to use
>   a specified IRunnableContext
> - added 'Move type to new file' refactoring (used to be 'Convert member
>   type to top level', but now also works for secondary types)
> - EclipseCon preparation
> - bug fixing
> - vacation
>
> Debug:
> - 3.6 M6 testing, new & noteworthy
> - investigating performance problem with deep stack and transient
>   threads (304277)
> - bug fixing
>
> PDE:
> - 3.6 M6 testing, new & noteworthy
> - keeping up with p2 API changes
> - continued polish on feature based launch
> - support to manage target platform contents with features
> - support to add/search for packages/bundles to add to target platform
> - bug fixing
>
> JDT Core:
> - Eclipsecon preparation
> - bug fixes/triage
> - 3.6M6 verification
> - finalize new features in the code formatter
> - completed support for referenced classpath entries
>
> User Assistance:
> - API added for criteriaProducer extension point
> - API is now complete for UA
> - bug fixing and testing
>
> SWT:
> - accessibility work continues, API finalized
> - Jump List API finalized
> - Browser Traverse events revisited:
>   -> new traverse(...) API on Control allows custom controls to
>      send complete and potentially customized Traverse events
> - CSS engine handler for jar loading,  e4 renderer shipped as part
>   of the e4 M4
> - working on bug 46025: Toolbar does not support WRAP style (GTK)
> - other various bug fixes
>
> Performance:
> - 3.6 perf tests:
>   - no results in DB since I20100305-1011 build
>     (see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=305303)
>   - builds verification:
>     - N20100304-2130: nothing new
>     - I20100305-1011: nothing new
>
> Workspace:
> - polishing and fixing Applying Patch in Sync View
>   [all major work done]
> - Bug 301563 - Fast project import from snapshot data
>   [API and impl released]
> - Bug 303751 - Need a UI for fast project import from snapshot data
>   [in progress]
> - API review
> - for other items, see the plan:
>   - http://www.eclipse.org/eclipse/platform-team/team3.6/plan.php
>
> .
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>


Back to the top