From b0ab21a5a94b09170ff60cd4a405afa5287d7867 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 10 Dec 2012 18:33:44 +0000 Subject: Coqide: restore the tag removal of copy-pasted zones The handler for apply_tag removed in commit 16044 was probaly meant for that. We now proceed in a more simple way, in Sentence.split_slice_lax, instead of doing a remove_tag in a apply_tag handler (!). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16058 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/tags.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ide/tags.ml') diff --git a/ide/tags.ml b/ide/tags.ml index cde831513..3d0e873a7 100644 --- a/ide/tags.ml +++ b/ide/tags.ml @@ -26,6 +26,9 @@ struct let unjustified = make_tag table ~name:"unjustified" [`BACKGROUND "gold";`EDITABLE false] let found = make_tag table ~name:"found" [`BACKGROUND "blue"; `FOREGROUND "white"] let sentence = make_tag table ~name:"sentence" [] + let all = + [comment_sentence; error; to_process; processed; unjustified; + found; sentence] end module Proof = struct -- cgit v1.2.3