aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/undo.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-11-07 23:35:34 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-11-07 23:35:34 +0000
commit966a0d7534763c65e65d32b5d6223fd34cfa2445 (patch)
tree96df0796402a6642b977d9587ff880e6291357fb /ide/undo.ml
parentf3db9d5424d411205c3fdde6d5b7ef11399de691 (diff)
Improved error messages in CoqIDE:
- add a check that coqtop can be run before starting the interface - returns the error message in case of problem - made illegal option message more informative - use coqtop.byte when coqide.byte (is it a good heuristic?) - made debugging messages silent by default in ide/undo.ml (Ctrl-C was calling Pervasives.prerr_endline instead of Ideutils.prerr_endline) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13627 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/undo.ml')
-rw-r--r--ide/undo.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/undo.ml b/ide/undo.ml
index 917fc8816..57724297d 100644
--- a/ide/undo.ml
+++ b/ide/undo.ml
@@ -6,6 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+open Ideutils
open GText
type action =
| Insert of string * int * int (* content*pos*length *)