Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] C Style messed up

Works for me. Please file a bug with steps to reproduce.
Thanks,
Toni


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of spyrus
> Sent: Sunday, April 01, 2007 4:33 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] C Style messed up
> 
> 
> When touching a directory which was linked/import/projected from 3.2.2
> eclipse with cdt
> then the code style - > line wrapping is messed up when 
> choosing indent on
> column.
> 
> it is like that
> 
> class Example
> {
>   void foo(int arg1, int arg2,
>            int arg3, int arg4,
>            int arg5, int arg6)
>   {
>   }
> };
> 
> instead of
> 
> class Example
> {
>   void foo(int arg1, int arg2,
>                  int arg3, int arg4,
>                  int arg5, int arg6)
>   {
>   }
> };
> 
> And then there is nothing i can do to restore it.
> It seems that some cdt or eclipse workspace files confuse the editor.
> Maybe i could delete some .xxproject files?
> -- 
> View this message in context: 
> http://www.nabble.com/C-Style-messed-up-tf3501275.html#a9778246
> Sent from the Eclipse CDT - Development mailing list archive 
> at Nabble.com.
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top