aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide.ml
Commit message (Expand)AuthorAge
* fix error reporting window size calculationGravatar gareuselesinge2013-09-13
* CoqIDE: new async error reporting window and slaves statusGravatar gareuselesinge2013-09-13
* CoqIDE: show number of proofs being checked in backgroundGravatar gareuselesinge2013-09-12
* More robust argument setter in CoqIDE. It does not crash anymore on badGravatar ppedrot2013-09-04
* Add a (very minimal) Proof General mode to CoqIDEGravatar gareuselesinge2013-08-08
* Coqide ported to STMGravatar gareuselesinge2013-08-08
* Protecting every call to current_term in CoqIDE so that callbackGravatar ppedrot2013-07-27
* Added a way to change dynamically coqtop arguments in CoqIDE.Gravatar ppedrot2013-07-27
* Coqide: view -> zoom in / out / fitGravatar gareuselesinge2013-05-06
* raise UnsafeSuccess -> feedback AddedAxiomGravatar gareuselesinge2013-04-25
* Renaming SearchAbout into Search and Search into SearchHead.Gravatar herbelin2013-04-17
* Better encapsulation of MessageViewGravatar ppedrot2013-03-20
* CoqIDE: Including autocompletion in word proposalsGravatar ppedrot2013-02-20
* Monadification of coqtop queries in CoqIDEGravatar ppedrot2013-01-26
* Better handling of escape find in CoqIDEGravatar ppedrot2013-01-25
* Coqide: cleaner Coq.PrintOpt and session creationGravatar letouzey2012-12-19
* Coqide: some more refactoring to lighten coqide.mlGravatar letouzey2012-12-10
* Coqide: use labels for all labelled functionsGravatar letouzey2012-12-08
* Coqide: get rid of threads, use gtk asynchronous i/o insteadGravatar letouzey2012-12-08
* Coqide: more cleanup (buffers)Gravatar letouzey2012-12-07
* Coqide: stylistic improvements in analyzed_view initializerGravatar letouzey2012-12-07
* Coqide: cleanup concerning insert_text signalGravatar letouzey2012-12-07
* Nicer code around Coq_lexGravatar letouzey2012-12-07
* Coqide: missing arg when calling process_next_phraseGravatar letouzey2012-12-07
* Coqide: minor cleanup around tag_on_insertGravatar letouzey2012-12-07
* Coqide: better removal of the error red tagGravatar letouzey2012-12-07
* Coqide: better handling of gtk messages + fix win32 stdout/stderr reroutingGravatar letouzey2012-12-07
* Coqide: no reason to ignore Ctrl-CGravatar letouzey2012-12-07
* Coqide: use "prefs" ident instead of "current" (vague when unqualified)Gravatar letouzey2012-12-07
* Coqide: opening non-existing files won't create them immediately anymoreGravatar letouzey2012-12-07
* Coqide: nicer creation of timersGravatar letouzey2012-12-07
* Coqide: code cleanupGravatar letouzey2012-12-07
* More monomorphizationsGravatar ppedrot2012-11-13
* Coqide Detach View: avoid doing gtk stuff in sub-thread (fix #2863)Gravatar letouzey2012-10-31
* Text inserted by insert_this_phrase_on_success correct taggingGravatar pboutill2012-10-23
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* Coqide uses Glib to get the XDG_DATA/CONFIG_HOME/DIRSGravatar pboutill2012-09-12
* Added Print Assumptions command to CoqIDEGravatar ppedrot2012-09-10
* When asked for a SearchAbout request, Coq now returns a more preciseGravatar ppedrot2012-09-09
* Added a comment/uncomment command to CoqIDEGravatar ppedrot2012-09-06
* Nice output of SearchAbout command in CoqIDEGravatar ppedrot2012-09-06
* Updating headers.Gravatar herbelin2012-08-08
* Added abstration layer to goal display in CoqIDE, and cleaned partsGravatar ppedrot2012-07-16
* Display the "unjustified" information returned by coqtop.Gravatar ppedrot2012-07-13
* A new status Unsafe in Interface. Meant for commands such as Admitted.Gravatar aspiwack2012-07-12
* Reversed message display order in CoqIDEGravatar ppedrot2012-06-29
* Now CoqIDE separates answer and messages. This should hopefullyGravatar ppedrot2012-06-29
* Added the show_margin_right option to CoqIDEGravatar ppedrot2012-06-26
* Fixing awkward copy & paste mechanism in CoqIDE.Gravatar ppedrot2012-06-26
* Now CoqIDE auto-sets the printing width of the goal display.Gravatar ppedrot2012-06-26