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

Method setSyntaxColorScheme

src/eepp/ui/tools/uidiffview.cpp:870–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870void UIDiffView::setSyntaxColorScheme( const SyntaxColorScheme& colorScheme ) {
871 mEditor->setColorScheme( colorScheme );
872 mLeftEditor->setColorScheme( colorScheme );
873 mRightEditor->setColorScheme( colorScheme );
874}
875
876void UIDiffView::setHeadersVisible( bool visible ) {
877 if ( visible == mHeadersVisible )

Callers 5

loadDiffFromMemoryMethod · 0.80
loadDiffFromPathMethod · 0.80
loadDiffFromPathsMethod · 0.80
loadDiffFromStringsMethod · 0.80
applyColorSchemeMethod · 0.80

Calls 1

setColorSchemeMethod · 0.45

Tested by

no test coverage detected