aboutsummaryrefslogtreecommitdiff
path: root/ide
AgeCommit message (Expand)Author
2011-03-30Coqide: avoid confusion of process when restarting coqtop + cosmeticletouzey
2011-03-30Ide_intf: remove useless int answer to the "interp" and "rewind" callsletouzey
2011-03-30Ide_slave: better handling of Ctrl-Cletouzey
2011-03-30Coqide: synchronise the reset_initial via the coq_computing mutexletouzey
2011-03-28Ide: misc (nicer message than End_of_file, a useless try removedletouzey
2011-03-28Ide: new option -coqtop <mycoqtop> + remove wrong quoting of argsletouzey
2011-03-25ide/coqide.ml: a pass of more decent automatic indentationletouzey
2011-03-25Ide: more reorganisation and cleanupletouzey
2011-03-25Ide_intf : change type of location in ideletouzey
2011-03-25Ide: mention "Restart" instead of "Go to start" for corresponding buttonletouzey
2011-03-23Ide: stronger separation from coqtopletouzey
2011-03-23Ide: experimentally allow coqide to interrupt or kill coqtopletouzey
2011-01-11Remove references to -ide option of coqmktopglondu
2011-01-07MacOS integrationpboutill
2011-01-07Separate load_file handler in coqidepboutill
2011-01-07Coqide is not built with coqmktop any morepboutill
2011-01-07Call coqtop with -nois when probing for filespboutill
2011-01-07Fix print in coqidepboutill
2011-01-06Reverted r13715 "Add improved indenters that rely on the current proof state ...gmelquio
2011-01-06Remove Safe_marshalglondu
2010-12-14Add improved indenters that rely on the current proof state to choose the ind...gmelquio
2010-12-14Add navigation items for quickly moving between word occurrences.gmelquio
2010-12-14Improved the search/replace dialog box:gmelquio
2010-12-14Fix mutex being released from a different thread than it is acquired from.gmelquio
2010-12-13Avoid silent loss of data when closing an unsaved buffer.gmelquio
2010-12-04Made new comm. model between coq and coqide support '-R foo ""'-style option.herbelin
2010-11-07Improved error messages in CoqIDE:herbelin
2010-11-04End of commit 13600: files can be given as arguments of coqide again.pboutill
2010-10-31Remove some unnecessary (?) "open Ideutils"glondu
2010-10-31Remove (unused) ide/highlight.mllglondu
2010-10-07TeX input method is now supported upstreamvgross
2010-10-06Remove ide/coq_tactics.ml*glondu
2010-09-28Fix function applications without labels (OCaml warning 6)glondu
2010-09-19Addressing part 2 of bug report 2377 (removing intrusive warning whenherbelin
2010-09-14CoqIDE argv parsing delegated to coqtopvgross
2010-09-13Fix unescaped end-of-lines (OCaml warning 29)glondu
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-12coqide: s/Sys.argv.(0)/Sys.executable_name/ for coqtop (cf #2341)glondu
2010-07-05Fix goal display when backtrackingvgross
2010-07-05Robustness fix : clean restart of coqtop on pipe error + force matchingvgross
2010-07-05Stronger checks on coqtop termination, warning when zombies.vgross
2010-07-02Fixing tabs closing problems by removing activation infrastructure.vgross
2010-06-22fix bug #2318, parsing error on dos line endingsvgross
2010-06-10Fix build with OCaml 3.12glondu
2010-06-07fixing error message display.vgross
2010-06-01added -args option to coqide to pass options to coqtopsvgross
2010-05-31CoqIDE goes multiprocessvgross
2010-05-31More indirection.vgross
2010-05-31Introducing strong typing for IDE - toplevel IPCvgross
2010-05-31deporting Coq specific code from ide to toplevel.vgross