[Mono-dev] MonoStartXSP is dropped?

2011-04-09 Thread Годько Алексей
Hello folks! I'm training to use mod_mono on shared hosting with a few websites, and found that MonoStartXSP is no longer supported - is it true? My vhost looks like this (unrelated stuff skipped): MonoApplications site "example.com:/:/var/www/example.com" MonoStartXSP site false

Re: [Mono-dev] Possible QuickSort optimizations for Array.Sort()

2011-04-09 Thread Jeffrey Stedfast
On 04/06/2011 03:18 AM, Marek Safar wrote: Hello, >>> public class Sort { public delegate int Comparison (T v0, T v1); You don't need yet another delegate, just use standard Func >> static readonly int INSERTIONSORT_THRESHOLD = 7; Why not to used const

Re: [Mono-dev] Bug in System.Windows.Forms.WebBrowser

2011-04-09 Thread Robert Jordan
On 09.04.2011 20:42, Quandary wrote: > Oh, and I still forgot: > > The cursor is not visible, and it doesn't become visible when one clicks > on the edit area... > That's also a bug. > And a quite terminal one I might add. > For a syntax-highlighting control where you should be able to edit text >

Re: [Mono-dev] Bug in System.Windows.Forms.WebBrowser

2011-04-09 Thread Robert Jordan
On 09.04.2011 19:59, Quandary wrote: > But the problem is: > object objReturnValue = > this.wbSQLhighlighter.Document.InvokeScript("getSqlStatement"); > returns ">" on the first run, and crashes when run for a second time... > It seems like InvokeScript is buggy. It's a bug in gluezilla's string m

Re: [Mono-dev] Bug in System.Windows.Forms.WebBrowser

2011-04-09 Thread Quandary
Oh, and I still forgot: The cursor is not visible, and it doesn't become visible when one clicks on the edit area... That's also a bug. And a quite terminal one I might add. For a syntax-highlighting control where you should be able to edit text at least. Because you should see where the cursor is