Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » another formatter issue
another formatter issue [message #197927] Fri, 20 July 2007 15:45 Go to next message
Sascha Scholz is currently offline Sascha ScholzFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

I have found another formatter issue which is really annoying for me:

if (!p) return;

gets

if (!p)
return;

no matter what settings I use in the code style preferences.

Has anybody an idea how I prevent CDT 4.0 from wrapping the lines here?

Cheers,
Sascha
Re: another formatter issue [message #199634 is a reply to message #197927] Thu, 16 August 2007 12:30 Go to previous message
Anton Leherbauer is currently offline Anton LeherbauerFriend
Messages: 490
Registered: July 2009
Senior Member
Sascha Scholz wrote:
> Hi,
>
> I have found another formatter issue which is really annoying for me:
>
> if (!p) return;
>
> gets
>
> if (!p)
> return;
>
> no matter what settings I use in the code style preferences.
>
> Has anybody an idea how I prevent CDT 4.0 from wrapping the lines here?
>
> Cheers,
> Sascha

Please file an enhancement request at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT

Thanks,
Toni
--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:Debugger hangs when starting up
Next Topic:Strange popups
Goto Forum:
  


Current Time: Sun Oct 06 09:17:55 GMT 2024

Powered by FUDForum. Page generated in 0.03043 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top