aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/ide_slave.ml
Commit message (Expand)AuthorAge
* Proof using ...Gravatar gareuselesinge2011-12-12
* Added an API call to retrieve and change the option stateGravatar ppedrot2011-11-25
* Separated the toplevel interface into a purely declarative module with associ...Gravatar ppedrot2011-11-25
* New Arguments vernacularGravatar gareuselesinge2011-11-21
* Added hint support in the API. You can now query a goal to see the tactics th...Gravatar ppedrot2011-11-18
* Toplevel loop is a bit more robust: it catches bad API queries.Gravatar ppedrot2011-11-18
* Making status info better in CoqIDE: path and name of current lemmaGravatar ppedrot2011-11-18
* Now Coqtop has a richer way to answer a query about its pending goals. Answer...Gravatar ppedrot2011-11-18
* Replaced goal api call with a proper structure. This disables menu hints in C...Gravatar ppedrot2011-11-18
* Bug 2636 - Move string_of_ppcmds to PpGravatar pboutill2011-11-14
* Also sprach CoqIDE (in XML)Gravatar ppedrot2011-11-06
* Coqide: new backtracking code, based on the Backtrack commandGravatar letouzey2011-09-05
* Ide_intf: slight reorganisation of the IDE apiGravatar letouzey2011-09-05
* Misc improvements concerning "Show Match" and its coqide equivalentGravatar letouzey2011-08-18
* Ide_slave: same attributes for { } and Focus/Unfocus (fix coqide display)Gravatar letouzey2011-07-28
* This option disables the use of the '{| field := ... |}' notationGravatar herbelin2011-07-16
* Coqide: allow the use of Abort (grant wish #2357)Gravatar letouzey2011-05-18
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* Coqide: better handling of stdout/stderr in win32Gravatar letouzey2011-04-21
* Add 'Existing Instances' declaration to declare multiple instances at once.Gravatar letouzey2011-04-06
* Ide_intf: documentation of calls + debug printing of calls/answersGravatar letouzey2011-03-30
* Ide_intf: remove useless int answer to the "interp" and "rewind" callsGravatar letouzey2011-03-30
* Ide_slave: better handling of Ctrl-CGravatar letouzey2011-03-30
* Ide_slave : fix last commit, use ad_hoc catch_break instead of Sys.catch_breakGravatar letouzey2011-03-28
* Ide_slave: improved handling of exceptions (in particular ^C)Gravatar letouzey2011-03-28
* Ide_slave: a more robust current_status () functionGravatar letouzey2011-03-28
* Ide_intf : change type of location in ideGravatar letouzey2011-03-25
* Ide: stronger separation from coqtopGravatar letouzey2011-03-23