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 "IDE/Themes"

< IDE
(Created page with "The following themes have been identified as requiring efforts to improve user experience == Get a custom IDE == * '''Problem:''' Most users don't use all of what's provided...")
 
(Import story is complicated)
Line 12: Line 12:
 
== Import story is complicated ==
 
== Import story is complicated ==
  
* ''Problem'' Assuming a new developer starts on an existing project with Ecipse, it is difficult for him to figure out the right wizards to use in order to start working. Typically, user is given only a Git repo URL and needs to import some projects in workspace. That's not an easy task!
+
* '''Problem''' Assuming a new developer starts on an existing project with Ecipse, it is difficult for him to figure out the right wizards to use in order to start working. Typically, user is given only a Git repo URL and needs to import some projects in workspace. That's not an easy task!
 
* '''Possible solutions'''
 
* '''Possible solutions'''
 
** Improve user story to suggest relevant wizards according to what is in the given folder
 
** Improve user story to suggest relevant wizards according to what is in the given folder

Revision as of 17:55, 15 March 2014

The following themes have been identified as requiring efforts to improve user experience

Get a custom IDE

  • Problem: Most users don't use all of what's provided in Eclipse (making the UI more "polluted"), and often needs to add some more stuff, which is difficult to figure out for new users.
  • Possible Solutions
    • Stop shipping "generic" IDEs
    • An installer that would let user tell exactly what he needs
  • Related initiatives and bugs

Import story is complicated

Back to the top