Open Issues Need Help
View All on GitHubEclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
AI Summary: Improve the Eclipse IDE's "Organize Favorites" dialog by adding sorting by type and a filtering mechanism, mirroring the functionality of the "Debug Configurations" dialog. This involves modifying the user interface and potentially underlying data structures to support categorized display and text-based filtering of launch configurations, run configurations, and other favorites.
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
AI Summary: Migrate the Eclipse Terminal View from the legacy E3 API to the newer E4 API to improve compatibility with RCP4 applications and demonstrate the completeness of the E4 model and services for UI migration.
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
AI Summary: Debug and fix an error encountered when renaming a debug configuration in the Eclipse IDE. The error prevents the creation of a new launch configuration after renaming an existing one. The issue needs investigation to determine the root cause and implement a fix, potentially involving examination of the Eclipse Platform's debug configuration handling mechanisms and relevant log files.
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
AI Summary: Improve the user experience of the Eclipse Platform's project import functionality by modifying the error handling for duplicate project imports. Instead of simply reporting an error, the system should prompt the user to open or navigate to the existing project if it's already imported, whether open or closed.
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.