Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » enums in Outline View
enums in Outline View [message #73982] Wed, 25 June 2003 12:44 Go to next message
Eclipse UserFriend
Hello

in my outline view enums are only visible if the "{" begins in a new line,
so
enum xyz
{ abc };
is visible
enum xyz { abc };
not.

I am using CDT 1.2.0.7 on Win2K.


regards

Michael
Re: enums in Outline View [message #74107 is a reply to message #73982] Thu, 26 June 2003 20:35 Go to previous message
Eclipse UserFriend
i just tried it with the latest from CVS and it works for me,
using JDK 1.3 & Windows XP.

Navigation & top/bottom offsets are correct as well.
enum xyz

{ abc };

enum def { abc };

"Michael Trompertz" <Michael.Trompertz@FeltenGmbH.de> wrote in message
news:bdcjhv$fec$1@rogue.oti.com...
> Hello
>
> in my outline view enums are only visible if the "{" begins in a new line,
> so
> enum xyz
> { abc };
> is visible
> enum xyz { abc };
> not.
>
> I am using CDT 1.2.0.7 on Win2K.
>
>
> regards
>
> Michael
>
>
Previous Topic:Examples of using CDT...
Next Topic:how to configure the remote debugging
Goto Forum:
  


Current Time: Sun Jul 13 07:04:43 EDT 2025

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

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

Back to the top