удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -310,14 +310,12 @@ public class FileForm implements FileWindow, FormWithSplitters {
|
||||
//если выделяем строку из графа, то тоже надо отключиьт события.
|
||||
//чтобы по ней не начался поиск.
|
||||
if (events_on && line_changed) {
|
||||
// System.out.println("Search in graphs by line...");
|
||||
if (loopsForm.getTree() != null)
|
||||
loopsForm.getTree().SelectNodeByCriteria(current_file_line);
|
||||
if (functionsForm.getTree() != null)
|
||||
functionsForm.getTree().SelectNodeByCriteria(current_file_line);
|
||||
if (arraysForm.getTree() != null)
|
||||
arraysForm.getTree().SelectNodeByCriteria(current_file_line);
|
||||
// System.out.println("DONE");
|
||||
}
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user