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

Method setAllowSelectingTextFromGutter

src/eepp/ui/uicodeeditor.cpp:5662–5664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5660}
5661
5662void UICodeEditor::setAllowSelectingTextFromGutter( bool allow ) {
5663 mAllowSelectingTextFromGutter = allow;
5664}
5665
5666bool UICodeEditor::allowSelectingTextFromGutter() const {
5667 return mAllowSelectingTextFromGutter;

Callers 3

LLMChatUIMethod · 0.80
addChatMethod · 0.80
loadFromXmlNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected