Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Platform/Plan/4.10"

(Debug)
(Remove GTK 2.x support)
(15 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
This page discusses target fixes and improvements to the Eclipse Platform for the 2018-12 release.  
 
This page discusses target fixes and improvements to the Eclipse Platform for the 2018-12 release.  
 
The new and noteworthy of all Eclipse top-level projects can be found under [https://www.eclipse.org/eclipse/news/4.10/ Eclipse 4.10 New and Noteworthy].  
 
The new and noteworthy of all Eclipse top-level projects can be found under [https://www.eclipse.org/eclipse/news/4.10/ Eclipse 4.10 New and Noteworthy].  
 +
 +
== Common ==
 +
==== Review patches from the community ====
 +
==== Drop support for 32-bit ====
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766
  
 
== Platform UI ==
 
== Platform UI ==
 +
==== Support deletion of menus ====
  
 
== SWT ==
 
== SWT ==
 
===Common ===
 
===Common ===
 +
==== Improve HiDPI Support ====
  
 
=== Mac ===
 
=== Mac ===
Line 14: Line 21:
  
 
=== Windows ===
 
=== Windows ===
 +
==== Improve Accessibility support ====
 +
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=514871
 +
 +
==== Improve Dark theme support ====
 +
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=508634
  
 
=== GTK ===
 
=== GTK ===
 +
==== Remove GTK 2.x support ====
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530841
 +
 +
==== Support GTK3.24 ====
 +
https://bugs.eclipse.org/bugs/show_bug.cgi?id=539253
  
 
== Ant ==
 
== Ant ==
Upgrade to Apache Ant version
+
=== Upgrade to Apache Ant version ===
 +
 
 +
=== Java 9 Support ===
 +
ANT tasks swallow error messages (with classpath/modulepath problem) {{bug|538159}}<br>
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
 +
Ant UI tests are passing with many messages in log {{bug|533097}}<br>
 +
Ant build file behaves differently in eclipse than in an external ant run {{bug|511279}}<br>
 
Other Bugs and enhancements.
 
Other Bugs and enhancements.
  
Line 29: Line 51:
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
 
Other Bugs and enhancements.
 
Other Bugs and enhancements.
 +
 +
== Releng ==
 +
=== Migration to Cloudbees ===

Revision as of 14:55, 19 September 2018

Planning page for Platform work for 4.10

This page discusses target fixes and improvements to the Eclipse Platform for the 2018-12 release. The new and noteworthy of all Eclipse top-level projects can be found under Eclipse 4.10 New and Noteworthy.

Common

Review patches from the community

Drop support for 32-bit

https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766

Platform UI

Support deletion of menus

SWT

Common

Improve HiDPI Support

Mac

Support macOS 10.14 (Mojave)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=538976

Windows

Improve Accessibility support

Improve Dark theme support

GTK

Remove GTK 2.x support

https://bugs.eclipse.org/bugs/show_bug.cgi?id=530841

Support GTK3.24

https://bugs.eclipse.org/bugs/show_bug.cgi?id=539253

Ant

Upgrade to Apache Ant version

Java 9 Support

ANT tasks swallow error messages (with classpath/modulepath problem) bug 538159

Routine Maintenance and Enhancements

Ant UI tests are passing with many messages in log bug 533097
Ant build file behaves differently in eclipse than in an external ant run bug 511279
Other Bugs and enhancements.

Debug

Debugging user experience

Improve Debugging Usability bug 498469

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Releng

Migration to Cloudbees

Back to the top