| 3383 | } |
| 3384 | |
| 3385 | Float UICodeEditor::getGutterSpace( UICodeEditorPlugin* plugin ) const { |
| 3386 | for ( const auto& space : mPluginGutterSpaces ) { |
| 3387 | if ( space.plugin == plugin ) |
| 3388 | return space.space; |
| 3389 | } |
| 3390 | return 0; |
| 3391 | } |
| 3392 | |
| 3393 | Float UICodeEditor::getPluginsGutterSpace() const { |
| 3394 | return mPluginsGutterSpace; |
no outgoing calls
no test coverage detected