aboutsummaryrefslogtreecommitdiff
path: root/toplevel/ide_slave.ml
AgeCommit message (Expand)Author
2011-12-16Moving bullets (-, +, *) into stand-alone commands instead of beingcourtieu
2011-12-15Cleaned up a bit goal handling in Coqtop interface. Now we have two queries :...ppedrot
2011-12-12Proof using ...gareuselesinge
2011-11-25Added an API call to retrieve and change the option stateppedrot
2011-11-25Separated the toplevel interface into a purely declarative module with associ...ppedrot
2011-11-21New Arguments vernaculargareuselesinge
2011-11-18Added hint support in the API. You can now query a goal to see the tactics th...ppedrot
2011-11-18Toplevel loop is a bit more robust: it catches bad API queries.ppedrot
2011-11-18Making status info better in CoqIDE: path and name of current lemmappedrot
2011-11-18Now Coqtop has a richer way to answer a query about its pending goals. Answer...ppedrot
2011-11-18Replaced goal api call with a proper structure. This disables menu hints in C...ppedrot
2011-11-14Bug 2636 - Move string_of_ppcmds to Pppboutill
2011-11-06Also sprach CoqIDE (in XML)ppedrot
2011-09-05Coqide: new backtracking code, based on the Backtrack commandletouzey
2011-09-05Ide_intf: slight reorganisation of the IDE apiletouzey
2011-08-18Misc improvements concerning "Show Match" and its coqide equivalentletouzey
2011-07-28Ide_slave: same attributes for { } and Focus/Unfocus (fix coqide display)letouzey
2011-07-16This option disables the use of the '{| field := ... |}' notationherbelin
2011-05-18Coqide: allow the use of Abort (grant wish #2357)letouzey
2011-05-13A new mechanism to handle errors.aspiwack
2011-04-21Coqide: better handling of stdout/stderr in win32letouzey
2011-04-06Add 'Existing Instances' declaration to declare multiple instances at once.letouzey
2011-03-30Ide_intf: documentation of calls + debug printing of calls/answersletouzey
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-28Ide_slave : fix last commit, use ad_hoc catch_break instead of Sys.catch_breakletouzey
2011-03-28Ide_slave: improved handling of exceptions (in particular ^C)letouzey
2011-03-28Ide_slave: a more robust current_status () functionletouzey
2011-03-25Ide_intf : change type of location in ideletouzey
2011-03-23Ide: stronger separation from coqtopletouzey