Package com._1c.g5.v8.dt.ql.ui.quickfix
Class QlQuickfixUtil
java.lang.Object
com._1c.g5.v8.dt.ql.ui.quickfix.QlQuickfixUtil
Util methods for Ql quickfixes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidselectAndRevealForLinkedModeModel(org.eclipse.jface.text.ITextViewer viewer, int posStart, int length) Select and reveal
- 
Constructor Details- 
QlQuickfixUtilpublic QlQuickfixUtil()
 
- 
- 
Method Details- 
selectAndRevealForLinkedModeModelpublic static void selectAndRevealForLinkedModeModel(org.eclipse.jface.text.ITextViewer viewer, int posStart, int length) Select and reveal- Parameters:
- viewer- actual viewer, can't be- null
- posStart- start position of selection
- length- length of the selection
 
 
-