-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Consider officially supporting FsEye use within Mono. There are currently some
know issues with the .NET 4.0 builds.
We have an experimental branch at
http://fseye.googlecode.com/svn/branches/mono/ which uses MonoDevelop 3.0.3.2,
Mono 2.10.8.1 (Debian 2.10.8.1-5ubuntu1), and a version of F# 3.0 built from
the github sources, but what we really want is to make our .NET 4.0 build
compatible with Mono rather than maintaining separate builds and tools.
So far, with some minor tweaks we have seen it run well except for an
occasional crash when using the new FsEye 2.0 beta 4 "Send To" plugin feature.
To use within the F# 3.0 open source edition of FSI, make sure to start fsharpi
with the --gui+ option so that the WinForms? event loop is enabled.
Original issue reported on code.google.com by stephen....@gmail.com on 24 Nov 2012 at 7:40