Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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




Back to the top