| 2431 | } |
| 2432 | |
| 2433 | int UICodeEditor::getVisibleLinesCount() const { |
| 2434 | return eefloor( editorHeight() / getLineHeight() ) + 1; |
| 2435 | } |
| 2436 | |
| 2437 | const StyleSheetLength& UICodeEditor::getLineSpacing() const { |
| 2438 | return mLineSpacing; |
no outgoing calls
no test coverage detected