Package com._1c.g5.v8.dt.bsl.common
Interface IBslModuleTextInsertInfoService
public interface IBslModuleTextInsertInfoService
Service for module text insertion information gathering and content wrapping operations
- 
Method SummaryModifier and TypeMethodDescriptiongetEventHandlerTextInsertInfo(org.eclipse.xtext.ui.editor.model.IXtextDocument document, int defaultPosition, IBslModuleEventData data) Returns BSL module text insertion informationwrap(IBslModuleTextInsertInfo moduleTextInsertInfo, String content) WrapsStringcontent with data based onIBslModuleTextInsertInfo
- 
Method Details- 
getEventHandlerTextInsertInfoIBslModuleTextInsertInfo getEventHandlerTextInsertInfo(org.eclipse.xtext.ui.editor.model.IXtextDocument document, int defaultPosition, IBslModuleEventData data) Returns BSL module text insertion information- Parameters:
- document- actual- IXtextDocument, cannot- null
- defaultPosition- externally calculated offset to be used as default, cannot be negative
- data-- IBslModuleEventDatawrapped event owner and arbitrary data instance, can be- null
- Returns:
- IBslModuleTextInsertInfo, cannot be- null
 
- 
wrapWrapsStringcontent with data based onIBslModuleTextInsertInfo- Parameters:
- moduleTextInsertInfo-- IBslModuleTextInsertInfo, cannot be- null
- content-- Stringto wrap, can be- null
- Returns:
- wrapped content String, cannot benull
 
 
-