From aadff10ea8da78a9acc76a3dc595e47cfa5b72cf Mon Sep 17 00:00:00 2001 From: vgross Date: Mon, 31 May 2010 22:22:13 +0000 Subject: CoqIDE goes multiprocess This commit changes many things in CoqIDE, and several breakage are to be expected. So far, evaluation in standard tactic mode and backtracking seems to be working. Future work : - clean up the thread management crud remaining in ide/coqide.ml - rework the exception handling - rework the init system in Coqtop plus many other things git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13043 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/typed_notebook.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ide/typed_notebook.ml') diff --git a/ide/typed_notebook.ml b/ide/typed_notebook.ml index bd26bab273..ad122ee2bd 100644 --- a/ide/typed_notebook.ml +++ b/ide/typed_notebook.ml @@ -54,7 +54,9 @@ object(self) method pages = term_list - method current_term = List.nth term_list super#current_page + method current_term = + List.nth term_list super#current_page + end let create build = -- cgit v1.2.3