Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Make old README available
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed May 19, 2015
1 parent 2efb38f commit 016b860
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions README-old.md
@@ -0,0 +1,53 @@
# F# Language Support for Open Editors

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fsharp/fsharpbinding?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This project contains advanced editing support for F# for a number of open editors. It is made up of the following projects:
* [F# mode for Emacs](emacs/README.md)
* [F# mode for Vim](vim/README.mkd)
* [F# mode for Sublime Text](sublimetext/README.md)
* [F# mode for Atom](https://github.com/fsprojects/FSharp.Atom)
* [FSharp.AutoComplete](FSharp.AutoComplete/README.md)
* An old copy of the F# addin for MonoDevelop and Xamarin Studio 5.9. The latest development branch of this code is now hosted at [FSharpMDXS](https://github.com/fsharp/FSharpMDXS)


If you are interested in adding rich editor support for another editor, please open an [issue](https://github.com/fsharp/fsharpbinding/issues) to kick-start the discussion.

See the [F# Cross-Platform Development Guide](http://fsharp.org/guides/mac-linux-cross-platform/index.html#editing) for F# with Sublime Text 2, Vim and other editors not covered here.

## Build Status

The CI builds are handled by a [FAKE script](FSharp.AutoComplete/build.fsx), which:

* Builds FSharp.AutoComplete
* Runs FSharp.AutoComplete unit tests
* Runs FSharp.AutoComplete integration tests
* Runs Emacs unit tests
* Runs Emacs integration tests
* Runs Emacs byte compilation

### Travis [![Travis build status](https://travis-ci.org/fsharp/fsharpbinding.png)](https://travis-ci.org/fsharp/fsharpbinding)

See [.travis.yml](.travis.yml) for details.

### AppVeyor [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/y1s7nje31qi1j8ed)](https://ci.appveyor.com/project/fsgit/fsharpbinding)

The configuration is contained in [appveyor.yml](appveyor.yml). Currently the emacs integration tests do not run successfully on AppVeyor and are excluded by the FAKE script.

## Building, using and contributing

See the README for each individual component:

* [fsautocomplete](FSharp.AutoComplete/README.md)
* [emacs](emacs/README.md)
* [vim](vim/README.mkd)
* [Sublime Text](sublimetext/README.md)

## Shared Components

The core shared component is FSharp.Compiler.Service.dll from the
community [FSharp.Compiler.Service](https://github.com/fsharp/FSharp.Compiler.Service) project.
This is used by both [fsautocomplete.exe](https://github.com/fsharp/fsharpbinding/tree/master/FSharp.AutoComplete),
a command-line utility to sit behind Emacs, Vim and other editing environments components.

For more information about F# see [The F# Software Foundation](http://fsharp.org). Join [The F# Open Source Group](http://fsharp.github.io). We use [github](https://github.com/fsharp/fsharpbinding) for tracking work items and suggestions.

0 comments on commit 016b860

Please sign in to comment.