Matt Ward

Results 118 comments of Matt Ward

I think we need to be careful just copying Visual Studio's project template. I tend to avoid copying and pasting templates from Visual Studio. I think we should create our...

Looking at the project template that Visual Studio creates they are creating a web application with the project type guids of: ``` {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} ``` This is the same project type...

Being able to use the TypeScript addin in MonoDevelop cross platform would be fantastic. So thanks for looking into this. I had a look at your fork of V8.NET and...

Are there any plans to support Linux x86? Would compiling the V8.NET libraries for x86 work for both x86 and x64?

I tried the V8.Net-Console.exe on the Mac and it looks good. Not tried the TypeScript addin with these binaries. The latest release you have seems to be 12 days old...

@chrisber - Just tried my port of the TypeScript addin over to V8.NET with your V8.NET binaries on the Mac and it works. Great work :smile: ![typescript-xamarinstudio-mac](https://cloud.githubusercontent.com/assets/372361/6810271/90452900-d257-11e4-9e17-1b0312766025.png)

The code follows the style for SharpDevelop which unfortunately uses tabs instead of spaces. The style is nearly the same as MonoDevelop's coding style the only difference that there is...

@hamarb123 Not sure what you mean - it works on exFAT but not FAT? I tested on a FAT drive not an exFAT drive. What do you want the title...