Class ModuleEditorOpener
java.lang.Object
com._1c.g5.v8.dt.internal.profiling.ui.view.ModuleEditorOpener
The utility method to open BSL module editor.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
openModuleEditor
(Module module, OpenHelper openHelper, int lineNumber) Opens editor and sets cursor on specified line.
-
Method Details
-
openModuleEditor
Opens editor and sets cursor on specified line.- Parameters:
module
- the BSL module to open, cannot benull
openHelper
- the open helper instance to use, cannot benull
lineNumber
- the line number to set position to
-