Commenttext VE - Eclipse3Rc2 [message #41950] |
Wed, 16 June 2004 07:02  |
Eclipse User |
|
|
|
Hello,
I have download the new VE-SDK Version with EMF, GEF.
I have used it on a fresh installed Eclipse3RC2SDK and all seems good.
But when I put a bean into a frame the commenttext look like this:
/**
* This method initializes jJMenuBar
*
* @return javax.swing.JMenuBar
*/
Is there a configuration for that (I mean the space between the lines) ??
Thanks ...
|
|
|
|
|
|
|
|
Re: Commenttext VE - Eclipse3Rc2 [message #592042 is a reply to message #41950] |
Fri, 18 June 2004 09:13  |
Eclipse User |
|
|
|
Michael Kroll wrote:
> Hello,
>
> I have download the new VE-SDK Version with EMF, GEF.
> I have used it on a fresh installed Eclipse3RC2SDK and all seems good.
> But when I put a bean into a frame the commenttext look like this:
>
> /**
>
> * This method initializes jJMenuBar
>
> *
>
> * @return javax.swing.JMenuBar
>
> */
>
> Is there a configuration for that (I mean the space between the lines) ??
>
> Thanks ...
>
This is a bug; which platform are you running on?
Was the file created on this platform? please open a bug... be helpful
if you attach the file, or instruction on how to recreate this.
|
|
|
Re: Commenttext VE - Eclipse3Rc2 [message #592096 is a reply to message #42286] |
Sat, 19 June 2004 10:10  |
Eclipse User |
|
|
|
Same bug appearing here on Windows 2000...
(Well, a bug that kept me from using VE at the moment ...)
- Benjamin
Gili Mendel wrote:
> Michael Kroll wrote:
>
>> Hello,
>>
>> I have download the new VE-SDK Version with EMF, GEF.
>> I have used it on a fresh installed Eclipse3RC2SDK and all seems good.
>> But when I put a bean into a frame the commenttext look like this:
>>
>> /**
>>
>> * This method initializes jJMenuBar
>>
>> *
>>
>> * @return javax.swing.JMenuBar
>>
>> */
>> Is there a configuration for that (I mean the space between the lines) ??
>>
>> Thanks ...
>>
>
> This is a bug; which platform are you running on?
> Was the file created on this platform? please open a bug... be helpful
> if you attach the file, or instruction on how to recreate this.
|
|
|
Re: Commenttext VE - Eclipse3Rc2 [message #592112 is a reply to message #42462] |
Sat, 19 June 2004 12:30  |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
Looking at the generation code, we generate:
(tab)/**
(tab)* This ...
There is one possibility. We are using the
System.getProperties().getProperty("line.separator")
to determine the line separator to use. If this is returning CRLF or
something else and your system is expecting only LF, maybe that could
cause this.
--
Thanks, Rich Kulp
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06911 seconds