aboutsummaryrefslogtreecommitdiff
path: root/ide/coqide.ml
AgeCommit message (Expand)Author
2013-08-08Add a (very minimal) Proof General mode to CoqIDEgareuselesinge
2013-08-08Coqide ported to STMgareuselesinge
2013-07-27Protecting every call to current_term in CoqIDE so that callbackppedrot
2013-07-27Added a way to change dynamically coqtop arguments in CoqIDE.ppedrot
2013-05-06Coqide: view -> zoom in / out / fitgareuselesinge
2013-04-25raise UnsafeSuccess -> feedback AddedAxiomgareuselesinge
2013-04-17Renaming SearchAbout into Search and Search into SearchHead.herbelin
2013-03-20Better encapsulation of MessageViewppedrot
2013-02-20CoqIDE: Including autocompletion in word proposalsppedrot
2013-01-26Monadification of coqtop queries in CoqIDEppedrot
2013-01-25Better handling of escape find in CoqIDEppedrot
2012-12-19Coqide: cleaner Coq.PrintOpt and session creationletouzey
2012-12-10Coqide: some more refactoring to lighten coqide.mlletouzey
2012-12-08Coqide: use labels for all labelled functionsletouzey
2012-12-08Coqide: get rid of threads, use gtk asynchronous i/o insteadletouzey
2012-12-07Coqide: more cleanup (buffers)letouzey
2012-12-07Coqide: stylistic improvements in analyzed_view initializerletouzey
2012-12-07Coqide: cleanup concerning insert_text signalletouzey
2012-12-07Nicer code around Coq_lexletouzey
2012-12-07Coqide: missing arg when calling process_next_phraseletouzey
2012-12-07Coqide: minor cleanup around tag_on_insertletouzey
2012-12-07Coqide: better removal of the error red tagletouzey
2012-12-07Coqide: better handling of gtk messages + fix win32 stdout/stderr reroutingletouzey
2012-12-07Coqide: no reason to ignore Ctrl-Cletouzey
2012-12-07Coqide: use "prefs" ident instead of "current" (vague when unqualified)letouzey
2012-12-07Coqide: opening non-existing files won't create them immediately anymoreletouzey
2012-12-07Coqide: nicer creation of timersletouzey
2012-12-07Coqide: code cleanupletouzey
2012-11-13More monomorphizationsppedrot
2012-10-31Coqide Detach View: avoid doing gtk stuff in sub-thread (fix #2863)letouzey
2012-10-23Text inserted by insert_this_phrase_on_success correct taggingpboutill
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-09-12Coqide uses Glib to get the XDG_DATA/CONFIG_HOME/DIRSpboutill
2012-09-10Added Print Assumptions command to CoqIDEppedrot
2012-09-09When asked for a SearchAbout request, Coq now returns a more preciseppedrot
2012-09-06Added a comment/uncomment command to CoqIDEppedrot
2012-09-06Nice output of SearchAbout command in CoqIDEppedrot
2012-08-08Updating headers.herbelin
2012-07-16Added abstration layer to goal display in CoqIDE, and cleaned partsppedrot
2012-07-13Display the "unjustified" information returned by coqtop.ppedrot
2012-07-12A new status Unsafe in Interface. Meant for commands such as Admitted.aspiwack
2012-06-29Reversed message display order in CoqIDEppedrot
2012-06-29Now CoqIDE separates answer and messages. This should hopefullyppedrot
2012-06-26Added the show_margin_right option to CoqIDEppedrot
2012-06-26Fixing awkward copy & paste mechanism in CoqIDE.ppedrot
2012-06-26Now CoqIDE auto-sets the printing width of the goal display.ppedrot
2012-06-25Small code compaction and factoring in CoqIDE.ppedrot
2012-06-24Cosmetic changesppedrot
2012-06-24Made the message view of CoqIDE abstract.ppedrot
2012-06-23Fixed cursor reset in CoqIDE backtrack.ppedrot