MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / editor_cursor_position_changed

Method editor_cursor_position_changed

MiniZincIDE/mainwindow.cpp:2393–2398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2391}
2392
2393void MainWindow::editor_cursor_position_changed()
2394{
2395 if (curEditor) {
2396 statusLineColLabel->setText(QString("Line: ")+QString().number(curEditor->textCursor().blockNumber()+1)+", Col: "+QString().number(curEditor->textCursor().columnNumber()+1));
2397 }
2398}
2399
2400void MainWindow::on_actionSubmit_to_MOOC_triggered()
2401{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected