| 2249 | } |
| 2250 | |
| 2251 | void UICodeEditor::scrollToCursor( bool centered ) { |
| 2252 | scrollTo( mDoc->getSelection().start(), centered ); |
| 2253 | } |
| 2254 | |
| 2255 | void UICodeEditor::updateEditor() { |
| 2256 | mDoc->setPageSize( getViewPortLineCount().y ); |
no test coverage detected