aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/fileOps.ml
Commit message (Collapse)AuthorAge
* Replacing old-style preferences in CoqIDE.Gravatar Pierre-Marie Pédrot2015-08-26
| | | | | There is no remaining global preference record anymore, every preference is now defined in the new event-based style.
* Turning CoqIDE preferences into new style.Gravatar Pierre-Marie Pédrot2015-08-16
| | | | | Some old style references remain because all type converters are not implemented yet.
* Update headers.Gravatar Maxime Dénès2015-01-12
|
* Fix CoqIDE on windowsGravatar Enrico Tassi2013-12-10
|
* Coqide: some more refactoring to lighten coqide.mlGravatar letouzey2012-12-10
Main victim is analyzed_view : - some unnecessary methods have been killed (hep_for_keyword for instance) - some other migrated elsewhere (recenter_input, find_next_occurrence, ...) - analyzed_view is now split in two : fileops (filename, save, revert, ...) and coqops (process_next_phrase, ...) Four new files created: - Sentence (for tag_on_insert and alii) - FileOps (ex-first-half of analyzed_view) - CoqOps (ex-second-half of analyzed_view) - Session (ex-record viewable_script and functions about it) Also lots of renaming, trying to be shorter (but still meaningful) and more uniform git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16057 85f007b7-540e-0410-9357-904b9bb8a0f7