Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337971

Summary: [content assist] add "replace" button to [Quick Type Hierarchy][Ctrl+T]
Product: [Tools] CDT Reporter: Forrest <spamit64>
Component: cdt-editorAssignee: 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:

Description Forrest CLA 2011-02-23 08:48:44 EST
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
Comment 1 Emanuel Graf CLA 2011-03-21 10:51:05 EDT
Moving to the editor component.
Comment 2 Emanuel Graf CLA 2011-03-21 10:52:45 EDT
reset qa contact