Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Things to bring CDT up to par with Eclipse 3.0/JDT

I've submitted Bugzilla entries for the entries below as
indicated.  I didn't add in entries for everything since
some things were already covered by other entries.  As far
as I'm concerned, many of these items can go into the proposed
list, if only so that other people can see what kind of tasks
are on the table.

> -----Original Message-----
> From: Thomas Fletcher [mailto:ThomasF@xxxxxxx]
> Sent: November 30, 2003 10:52 AM

> - Add in support for sticky hovers.  Hovering is currently 
>   supported, but the stickyness of them (using the F2 key)
>   is not.
PR 48208

> - No support for task tags, ie //TODO: This is a problem
>   resulting in a new marker being generated.
PR 39478/42916
 
> - Create a C/C++ Working set type
PR 48210
 
> - Increase the filter capabilities of the C/C++ Project view.
> - Add alternate layout options (ie headers/source) to the 
>   C/C++ project view.
PR 48211
 
> - Support for Method Call Hierarchy view as presented in the JDT.  
>   This is a specialized view which, for a particular method selection,
>   shows the results of running a "Search for References".  As the 
>   user expands selections, then these selections are used in new 
>   searches slowly building up a call hierarchy. [See E3.0 M1 notes]
PR 48212
 
> - Related to the Method Call Hierarchy is the "Quick Type Hierarchy"
>   popup which can be called from the JDT editor.  When a method is
>   selected then all of the classes which implement this method (and 
>   their hierarchy) are shown. [See E3.0 M1 notes]
PR 48213
 
> - Add support for source code generation.  Initially support for
>   "getters and setters", 
>   "add constructors from super class", 
>   "Override methods" 
>   for C++ code and hanging it off the source menu.
PR 48214
 
> - Refactor the C/C++ Editor right click context menu selection to
>   be more in line with the JDT editor and to have the common extension
>   points. This would include a refactor/source/search extension point
>   as sub-menus.
PR 48209
 
> - Add support for C/C++ code formatting, perhaps based off of the 
>   new, more flexible, Java code formatter.  E3.0 M4.   
>   - Add support in for "Correct Indentation" to properly indent
>     code which is out of place.
PR 45202
   
> - Add support for "Documentation View".  This is a view which 
> shows the documentation information which is available for a selected
editor
> element.  This information should be the same as the help information 
> which is  available when the user hovers over code gets a pop-up and 
> then presses F2 (Note F2 sticky option not yet implemented on the hovers).
PR 48215
 
> - Add search support for "Enclosing Projects" as a standard item
PR 48216
 
> - Update the "GoTo Next/Previous Problem" commands to be the 
>   configurable "GoTo Next/Previous Annotation" which is configurable.
PR 48217
 
> - Add C/C++ Editor support for adding/removing block comments
PR 45666

> - Add required editor support for being able to work with File >
>   Open External File support added in E3.0 M4
PR 47751
 
> - Add support for debug breakpoint properties standard preference 
>   dialog E3.0 M3
PR 48218
 
> - Add support for debug annotations for highlighting the current
>   instruction pointer and frames in the execution stack. E3.0 M5
PR 48219



Back to the top