aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
Commit message (Expand)AuthorAge
* Remove references to -ide option of coqmktopGravatar glondu2011-01-11
* MacOS integrationGravatar pboutill2011-01-07
* Separate load_file handler in coqideGravatar pboutill2011-01-07
* Coqide is not built with coqmktop any moreGravatar pboutill2011-01-07
* Call coqtop with -nois when probing for filesGravatar pboutill2011-01-07
* Fix print in coqideGravatar pboutill2011-01-07
* Reverted r13715 "Add improved indenters that rely on the current proof state ...Gravatar gmelquio2011-01-06
* Remove Safe_marshalGravatar glondu2011-01-06
* Add improved indenters that rely on the current proof state to choose the ind...Gravatar gmelquio2010-12-14
* Add navigation items for quickly moving between word occurrences.Gravatar gmelquio2010-12-14
* Improved the search/replace dialog box:Gravatar gmelquio2010-12-14
* Fix mutex being released from a different thread than it is acquired from.Gravatar gmelquio2010-12-14
* Avoid silent loss of data when closing an unsaved buffer.Gravatar gmelquio2010-12-13
* Made new comm. model between coq and coqide support '-R foo ""'-style option.Gravatar herbelin2010-12-04
* Improved error messages in CoqIDE:Gravatar herbelin2010-11-07
* End of commit 13600: files can be given as arguments of coqide again.Gravatar pboutill2010-11-04
* Remove some unnecessary (?) "open Ideutils"Gravatar glondu2010-10-31
* Remove (unused) ide/highlight.mllGravatar glondu2010-10-31
* TeX input method is now supported upstreamGravatar vgross2010-10-07
* Remove ide/coq_tactics.ml*Gravatar glondu2010-10-06
* Fix function applications without labels (OCaml warning 6)Gravatar glondu2010-09-28
* Addressing part 2 of bug report 2377 (removing intrusive warning whenGravatar herbelin2010-09-19
* CoqIDE argv parsing delegated to coqtopGravatar vgross2010-09-14
* Fix unescaped end-of-lines (OCaml warning 29)Gravatar glondu2010-09-13
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* coqide: s/Sys.argv.(0)/Sys.executable_name/ for coqtop (cf #2341)Gravatar glondu2010-07-12
* Fix goal display when backtrackingGravatar vgross2010-07-05
* Robustness fix : clean restart of coqtop on pipe error + force matchingGravatar vgross2010-07-05
* Stronger checks on coqtop termination, warning when zombies.Gravatar vgross2010-07-05
* Fixing tabs closing problems by removing activation infrastructure.Gravatar vgross2010-07-02
* fix bug #2318, parsing error on dos line endingsGravatar vgross2010-06-22
* Fix build with OCaml 3.12Gravatar glondu2010-06-10
* fixing error message display.Gravatar vgross2010-06-07
* added -args option to coqide to pass options to coqtopsGravatar vgross2010-06-01
* CoqIDE goes multiprocessGravatar vgross2010-05-31
* More indirection.Gravatar vgross2010-05-31
* Introducing strong typing for IDE - toplevel IPCGravatar vgross2010-05-31
* deporting Coq specific code from ide to toplevel.Gravatar vgross2010-05-31
* Modifying startup sequenceGravatar vgross2010-05-31
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Fix bug #2315 : printing of defined evars in Coqide.Gravatar aspiwack2010-05-07
* Pfedit.resume_proof doesn't implicitly Pfedit.suspend_proofGravatar pboutill2010-05-05
* - Fixing bug #2308 about Lemma ... withGravatar vsiles2010-05-04
* ocamldoc related fixesGravatar pboutill2010-05-03
* Fail: a way to check that a command is refused without blocking a scriptGravatar letouzey2010-04-30
* "make source-doc" builds documentation of mli in html and pdf atGravatar pboutill2010-04-29
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Dont recompute the contents of the proof window when entering theGravatar vgross2010-04-28
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* Util: remove list_split_at which is a clone of list_chopGravatar letouzey2010-04-16