MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setLineWrapType

Method setLineWrapType

src/eepp/ui/uicodeeditor.cpp:1069–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069void UICodeEditor::setLineWrapType( LineWrapType lineWrapType ) {
1070 if ( mLineWrapType != lineWrapType ) {
1071 mLineWrapType = lineWrapType;
1072 scrollToCursor();
1073 invalidateLineWrapMaxWidth( true );
1074 }
1075}
1076
1077void UICodeEditor::setLineWrapKeepIndentation( bool keep ) {
1078 auto config = mDocView.getConfig();

Callers 4

createViewMenuMethod · 0.80
onCodeEditorCreatedMethod · 0.80
commitMethod · 0.80
loadFromXmlNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected