5 Commits

Author SHA1 Message Date
Jim Westfall
b54610c2f6 Work around mono crashing on Rows.Clear()
Mono will crash if you do a Rows.Clear() and the first row isnt visible.  To
work around this, when running under mono force scroll to [0,0] cell before
issuing the Clear().

https://bugzilla.xamarin.com/show_bug.cgi?id=24372

Renamed Settings.MonoFileIO to Settings.IsUnix
Created Settings.IsMono
2014-11-13 17:24:53 -08:00
Jim Westfall
e950b00a67 GetFiles() for mono was missing initializing the Length 2014-10-28 17:42:33 -07:00
Jim Westfall
9a6bc0a165 Don't attempt to read Length/LastWriteTimeUtc if the file/dir doesn't exist 2014-10-22 17:56:46 -07:00
gjefferyes
3c6ca00d4a re-added .NET File IO support, to try and get closer to RomVault working on Linux/Mono. 2014-10-22 10:37:47 -05:00
gjefferyes
5179fafbc0 First Public Release. 2014-09-23 12:06:15 -07:00