Package org.fife.ui.rsyntaxtextarea
Class WrappedSyntaxView2
- java.lang.Object
-
- org.fife.ui.rsyntaxtextarea.WrappedSyntaxView2
-
public class WrappedSyntaxView2 extends Object
Replacement for the oldWrappedSyntaxView
class, designed to be faster with large wrapped documents. Heavily based off ofBoxView
, but streamlined to only care about the y-axis, and takes code folding into account.This class is not currently used.
-
-
Constructor Detail
-
WrappedSyntaxView2
public WrappedSyntaxView2(Element root)
-
-