Package com._1c.g5.v8.dt.ql.ui.quickfix
Class QlQuickfixUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.ql.ui.quickfix.QlQuickfixUtil
-
public class QlQuickfixUtil extends Object
Util methods for Ql quickfixes
-
-
Constructor Summary
Constructors Constructor Description QlQuickfixUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
selectAndRevealForLinkedModeModel(org.eclipse.jface.text.ITextViewer viewer, int posStart, int length)
Select and reveal
-
-
-
Method Detail
-
selectAndRevealForLinkedModeModel
public static void selectAndRevealForLinkedModeModel(org.eclipse.jface.text.ITextViewer viewer, int posStart, int length)
Select and reveal- Parameters:
viewer
- actual viewer, can't benull
posStart
- start position of selectionlength
- length of the selection
-
-