Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied Re: [cdt-patch] C/C++ Command Patch

> So the other day I was trying to do some development using the CDT and
> wanted to
> comment/uncomment a block of code.  I know that in Java that this can be
> done using
> the CTRL-/ and CTRL-\ keyshortcuts ... looking into it some more I found
> that "Hey,
> there are _no_ commands defined for CDT".
> 
> This provides the initial scope for the editor and some of the groundwork
> (and also
> allows us to start playing in the configurable key binding game), but is a
> start not the
> end.  I think that the CDT should consider adopting a new menu item (like
> Source
> under Java) which contains some of these source editing functions.
> 
> ChangeLog:
>  Define a specific editing scope for the C/C++ Editor and define the
> framework for
>  adding in additional commands. Two commands added initially: comment and
> uncomment.
>  Removed some Java nomenclature from some of the C properties.
> 

Thanks, patch applied.



Back to the top