Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed May 17, 2012
1 parent 1d3ab4b commit 072e23c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
@@ -1,18 +1,19 @@
# Introduction
Introduction
============


The "Haxe Language Binding" is an initial step towards bringing the functionality we enjoy in FlashDevelop to a Mac and Linux environment.

Since both MonoDevelop and FlashDevelop share a common language (C#), extending MonoDevelop provides an opportunity to port functionality, while building on a mature, stable editor.

For more background on the project, please feel free to read:


http://www.joshuagranick.com/blog/2012/04/06/flashdevelop-for-maclinux-part-1/
http://www.joshuagranick.com/blog/2012/04/06/flashdevelop-for-maclinux-part-1/



# Installation
Installation
------------


You can install this add-in using the "Add-in Manager" from within MonoDevelop.
Expand All @@ -31,7 +32,7 @@ You can install MonoDevelop 3.0 in Ubuntu using the "keks9n" PPA:
You can find instructions for other Linux distributions or download MonoDevelop 2.8 for Mac or Windows, here:


http://www.monodevelop.com/download
http://www.monodevelop.com/download


If you would like to help develop the add-in, you should clone this repository then add a symlink between the "MonoDevelop.HaxeBinding.dll" file under /HaxBinding/bin/Debug and the /LocalInstall/Addins directory.
Expand All @@ -42,7 +43,8 @@ On Mac it is located at "~/Library/Application Support/MonoDevelop-3.0/LocalInst



# Supported Features
Supported Features
------------------


* Project creation for C++, Flash, JS, Neko, PHP and NME (3.2+)
Expand All @@ -52,7 +54,8 @@ On Mac it is located at "~/Library/Application Support/MonoDevelop-3.0/LocalInst
* Initial support for C++ debugging


# Other Notes
Other Notes
-----------


Code completion for method parameters is not available in MonoDevelop 3.0, as the API was changed. I will try to have this fixed as soon as I am able.
Expand All @@ -62,7 +65,8 @@ The add-in does support the "compilation server" feature in Haxe 2.09, which cac
A known limitation of Haxe compiler-based code completion is that it will occur only on a period or a parenthesis. This covers the majority of cases but not all. This may be improved in the future, either with workarounds or with improvements in the Haxe compiler.


# Feedback
Feedback
--------


Please feel free to contact me on Twitter (@singmajesty) with any feedback. Thanks!
Expand Down

0 comments on commit 072e23c

Please sign in to comment.