Skip to content

Commit 580c238

Browse files
tobias-melchernitind
authored andcommitted
enable text editor "Line spacing" feature in StructuredTextViewer
1 parent bad3683 commit 580c238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/StructuredTextViewer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ public void configure(SourceViewerConfiguration configuration) {
298298
}
299299
setOverviewRulerAnnotationHover(configuration.getOverviewRulerAnnotationHover(this));
300300

301+
getTextWidget().setLineSpacing(configuration.getLineSpacing(this));
301302
getTextWidget().setTabs(configuration.getTabWidth(this));
302303
setHoverControlCreator(configuration.getInformationControlCreator(this));
303304

0 commit comments

Comments
 (0)