Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Commenttext VE - Eclipse3Rc2
Commenttext VE - Eclipse3Rc2 [message #41950] Wed, 16 June 2004 07:02 Go to next message
Eclipse UserFriend
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 #42286 is a reply to message #41950] Fri, 18 June 2004 09:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

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 #42462 is a reply to message #42286] Sat, 19 June 2004 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benjamin.schallar.com

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 #42523 is a reply to message #42462] Sat, 19 June 2004 12:30 Go to previous messageGo to next message
Eclipse UserFriend
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

Re: Commenttext VE - Eclipse3Rc2 [message #42554 is a reply to message #42523] Sat, 19 June 2004 12:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Never mind, I just ran some tests and was able to recreate the problem.
I've opened a bug on it:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=67932

It may be a little difficult to fix because I need to have an
independent org make a change at this late date. I'll see what can be done.

You can put yourself on cc for the bug to get notified of changes.

--
Thanks, Rich Kulp

Re: Commenttext VE - Eclipse3Rc2 [message #43600 is a reply to message #42554] Wed, 23 June 2004 17:11 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

This bug has been fixed. See the attached link to see what you need to
do to get the fix.


https://bugs.eclipse.org/bugs/show_bug.cgi?id=67932


--
Thanks, Rich Kulp

Re: Commenttext VE - Eclipse3Rc2 [message #592042 is a reply to message #41950] Fri, 18 June 2004 09:13 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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

Re: Commenttext VE - Eclipse3Rc2 [message #592117 is a reply to message #42523] Sat, 19 June 2004 12:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Never mind, I just ran some tests and was able to recreate the problem.
I've opened a bug on it:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=67932

It may be a little difficult to fix because I need to have an
independent org make a change at this late date. I'll see what can be done.

You can put yourself on cc for the bug to get notified of changes.

--
Thanks, Rich Kulp

Re: Commenttext VE - Eclipse3Rc2 [message #592551 is a reply to message #42554] Wed, 23 June 2004 17:11 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

This bug has been fixed. See the attached link to see what you need to
do to get the fix.


https://bugs.eclipse.org/bugs/show_bug.cgi?id=67932


--
Thanks, Rich Kulp

Previous Topic:Comments over the new version
Next Topic:JFace & VE + Some Feedback
Goto Forum:
  


Current Time: Mon Sep 15 03:43:21 EDT 2025

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

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

Back to the top