Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cannot fold blocks

Agreed, this would be nice to have. Please file a bug.

Regards,
Nate

----------------------------------------
> Date: Sun, 30 Nov 2014 01:35:23 +0000
> From: a.teal@xxxxxxxxxxxxx
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Cannot fold blocks
>
> It'd also be really nice to be able to fold scopes, for example:
>
> int main(int,char**) {
> /*blah*/
> { //be able to fold this block.
> foo();
> bar();
> }
> /*blah*/
> }
>
> I'm not saying do it by default, but it'd be a lovely thing to have.
>
> Alec
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
 		 	   		  

Back to the top