From Fedora Project Wiki
< Eclipse
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=281702 Use PackageKit to install packages for missing pkg-config modules] | ** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=281702 Use PackageKit to install packages for missing pkg-config modules] | ||
* Buffers for configure/build are often too small; log to file by default? bigger? | * Buffers for configure/build are often too small; log to file by default? bigger? | ||
* Search in the console view would be very nice (is [https://bugs.eclipse.org/bugs/show_bug.cgi?id=93967 this upstream bug] fixed?) | * <s>Search in the console view would be very nice (is [https://bugs.eclipse.org/bugs/show_bug.cgi?id=93967 this upstream bug] fixed?)</s> | ||
* In EGit, [https://bugs.eclipse.org/281394 Clone repository should use new project wizard if no .project files exist in repo] | * In EGit, [https://bugs.eclipse.org/281394 Clone repository should use new project wizard if no .project files exist in repo] | ||
* Disable building before running (CDT) | * Disable building before running (CDT) | ||
Line 21: | Line 21: | ||
* Sometimes autotool'd projects don't build and this snowballs into other problems | * Sometimes autotool'd projects don't build and this snowballs into other problems | ||
** Mis-placed warnings for header files not found (-I statements not correctly scraped) | ** Mis-placed warnings for header files not found (-I statements not correctly scraped) | ||
** Missing make targets | ** Missing make targets | ||
* The autotools project [https://bugs.eclipse.org/281700 needs some unit tests] for building to increase its robustness and help to avoid regressions | * The autotools project [https://bugs.eclipse.org/281700 needs some unit tests] for building to increase its robustness and help to avoid regressions | ||
* [https://bugs.eclipse.org/281878 'Binaries' category in Project Explorer missing after restart] | * [https://bugs.eclipse.org/281878 'Binaries' category in Project Explorer missing after restart] |
Revision as of 18:12, 29 June 2009
For Fedora 12, the Fedora Eclipse group of contributors would like to focus on polish items. We have a lot of great plugins with awesome functionality but we would like to smooth some rough edges to ease the development process. We are collecting a list of items here. It is preferable for items to have upstream (bugs.eclipse.org) bug report links, but if not, team members can probably be coerced into filing them.
- C Build console should have a stop button
- Running a C/C++ binary prompts for gdb type
- CDT binaries category is not at top of project explorer
- Importing a project from existing sources could be smoother
- Sometimes, building a single project blocks the entire workspace
- Automatic build (CDT) is sometimes too eager
- ~ should be expanded to /home/username in dialogues, etc. Related bugs:
- Grab pkg-config macros from configure.ac and install missing -devel packages with PackageKit. Related bugs:
- Buffers for configure/build are often too small; log to file by default? bigger?
Search in the console view would be very nice (is this upstream bug fixed?)- In EGit, Clone repository should use new project wizard if no .project files exist in repo
- Disable building before running (CDT)
- If automatic build is on, only changed projects should be built
- Sometimes autotool'd projects don't build and this snowballs into other problems
- Mis-placed warnings for header files not found (-I statements not correctly scraped)
- Missing make targets
- The autotools project needs some unit tests for building to increase its robustness and help to avoid regressions
- 'Binaries' category in Project Explorer missing after restart