| 910 | } |
| 911 | |
| 912 | Float UICodeEditor::getGutterWidth() const { |
| 913 | return getInternalGutterWidth() + mPluginsGutterSpace; |
| 914 | } |
| 915 | |
| 916 | const bool& UICodeEditor::getShowLineNumber() const { |
| 917 | return mShowLineNumber; |
no outgoing calls
no test coverage detected