| Summary: | [content assist] add "replace" button to [Quick Type Hierarchy][Ctrl+T] | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Forrest <spamit64> |
| Component: | cdt-editor | Assignee: | Project Inbox <cdt-editor-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cdtdoug, yevshif |
| Version: | 7.0.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Moving to the editor component. reset qa contact |
Build Identifier: 20100917-0705 It would be useful in situation when I include "exceptions.hh": class IOError : public Exception {}; class MathError : public Exception {}; class RangeError : public Exception {}; class NotImplemented : public Exception {}; class SystemError : public Exception {}; class OutOfMemoryError : public SystemError {}; class InvalidStateException : public Exception {}; Now I want to throw an Exception. throw Exception(); I look at hierarchy to see if I can throw something more specific than a generic Exception(I don't remember the names of all exceptions). Now instead of retyping the whole thing, I'd like to just click replace. Reproducible: Always