[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] JavaEditor slowdown: RuleBasedPartitioner scans entire doc each keypress

For each keypress, the RuleBasedPartitioner's documentChanged(...)
method rescans the entire document in the default case, regardless of
which part of the document has changed.  This leads to a slowdown in the
Java Editor, etc.

(Eclipse R0.9 B0.125)

David