[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-core-dev] Build on Windows
|
I finally got finished going through it all and you're absolutely right
Dave. The TextViewer makes life much simpler. However, it looks like it
doesn't scale to our needs with the build console. And, yes, to replace it
looks like a significant chunk of work. I've raised a bug report and we'll
see when it manages to get to the top of the priority list (sounds like a
good little project for someone starting to look at UI work...).
Cheers,
Doug Schaefer
Senior Staff Software Engineer
Rational - the software development company
Ottawa (Kanata), Ontario, Canada
-----Original Message-----
From: David Inglis [mailto:dinglis@xxxxxxx]
Sent: Tuesday, February 18, 2003 10:29 AM
To: cdt-core-dev@xxxxxxxxxxx
Subject: Re: [cdt-core-dev] Build on Windows
The only problem with using this low-level approach is you will need to
implement your own document type management for each projects build
output. Each projects build output will need to be maintained separately
from the widget since selecting a project needs to switch the build console
contents to the build output for that project. (using the
IDocument/StyleText
widget make this very simple).
Chris McKillop wrote:
>
>>Great question. From what I've seen so far, there is something else
>>throttling the Console, and my guess, it's the performance of the
>
> replace()
>
>>method on the document. But I need to investigate this a little more.
>>
>>Could the creator of this code comment more (before we go and wreck it
>
> ;-)?
>
>
> :) Also, the StyledText widget is a pure java editor, while the Text
widget
> is a pure native. And so Text will always outperform StyledText.
>
> chris
>
>
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev
_______________________________________________
cdt-core-dev mailing list
cdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-core-dev