Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-ui-dev] class wizard enhancements proposal

1. Would it be possible to Browse To a Directory for the header and/or source file?
For example, the header goes in SimpsonsProject/Homer/include/
and the source code goes in     SimpsonsProject/Homer/src/episode42/
This is possible with the proposed text-field, but error-prone.

I originally tried this but I thought it was too cluttered with 4 fields - Header Folder, Header File, Source Folder, Source File - and 4 buttons - Browse for Header Folder, Browse for Header File, Browse for Source Folder, Browse for Source File. What if you want to reuse an existing header? How do you select it? Should there be a Browse button next to both the Header Folder and the Header File field? It seems rather cumbersome. Any ideas on how we could simplify this?

2. As a perhaps simpler interface, remove the Enclosing Type checkbox and have a radio-button choice of:
  [x]  add to global namespace (the default)
  [ ]  add to namespace: __________________  [Browse ...]
  [ ]  add to class:     __________________  [Browse ...]

I like this idea, I'll give it some thought.

Thanks for the suggestions.
-Chris



Back to the top