| Summary: | MakeFile Project with Existing Code wizard got issues | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Andrew Gvozdev <angvoz.dev> | ||||||
| Component: | cdt-build | Assignee: | cdt-build-inbox <cdt-build-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Andrew Gvozdev <angvoz.dev> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | john.cortell, malaperle, mober.at+eclipse, yevshif | ||||||
| Version: | 8.0 | Flags: | john.cortell:
review?
(angvoz.dev) |
||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Bug Depends on: | 358388, 368987 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Andrew Gvozdev
Found exactly the same issues in the CDT 8.0 Indigo release. The wizard is still usable, but I found the IllegalArgumentException being logged pretty disturbing. I'll address this in addition to bug 368987 Created attachment 211073 [details]
fix
This fixes the issues reported in this bugzilla and the one in 368987. Also fixed some other issues I noticed, e.g., inadequate validation of project name (entering a string with a '*' should generate an error).
Fixed. Andrew, please review I can see that the reported issues got fixed, including subtask bug 330748. Much better. Here are my observations while testing after the fix: - after using [Browse] button "Finish" is kept disabled until the user types trailing slash to which there is no any hint. Can you fix it not to require the slash? - the borders are added and look nice but, well, still inconsistent with the style of regular C/C++ New Project Wizard. This is minor though, I am OK to keep this way. - there are some more "refinements" suggested in sub-bug 358338, did you see that one? (In reply to comment #5) > - there are some more "refinements" suggested in sub-bug 358338, did you see > that one? Sorry, sub-bug 358388. (In reply to comment #5) > I can see that the reported issues got fixed, including subtask bug 330748. > Much better. Here are my observations while testing after the fix: > - after using [Browse] button "Finish" is kept disabled until the user types > trailing slash to which there is no any hint. Can you fix it not to require the > slash? > - the borders are added and look nice but, well, still inconsistent with the > style of regular C/C++ New Project Wizard. This is minor though, I am OK to > keep this way. > - there are some more "refinements" suggested in sub-bug 358338, did you see > that one? Thanks for the review and feedback. I'll address these things today Created attachment 211142 [details]
Additional patch
Additional patch that address Finish button enablement when user chooses file by browsing to it. Also addressed 358388, using some of the code from its contributed patch
(In reply to comment #5) > - the borders are added and look nice but, well, still inconsistent with the > style of regular C/C++ New Project Wizard. This is minor though, I am OK to > keep this way. The reason they look different is that a Tree is used in the C/C++ New Project Wizard, while a List is used here. The Tree is overkill for the toolchain selector, as the choices are a flat collection. However, it's used in that other wizard because its neighboring control is a tree; i.e., for consistency. That does not apply in this wizard so I've kept it to a List. *** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=7ce1c8fa8b0a12bcb2555164f4d39699afb0b89d
*** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=7ce1c8fa8b0a12bcb2555164f4d39699afb0b89d
*** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=7ce1c8fa8b0a12bcb2555164f4d39699afb0b89d
*** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=7ce1c8fa8b0a12bcb2555164f4d39699afb0b89d
*** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=4d225aac73b610c8510fd0fe7caed282ea83d8aa
*** cdt git genie on behalf of John Cortell ***
Bug 326105 - MakeFile Project with Existing Code wizard got issues
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=4d225aac73b610c8510fd0fe7caed282ea83d8aa
|