Re: [Mono-dev] DataGridView virtual mode, exception

2008-07-11 Thread Anhell
Jonathan Pobst wrote: Virtual mode, and indeed much of DataGridView, does not work under Mono 1.9. I have been improving it for Mono 2.0, but it is highly unlikely that virtual mode will be working by then. So, what are the current plans for the DataGridView virtual mode. Any chances

Re: [Mono-dev] DataGridView virtual mode, exception

2008-07-11 Thread Jonathan Pobst
No, it will not be in Mono 2.0. Perhaps it will be in 2.1 or 2.2. Jonathan Anhell wrote: Jonathan Pobst wrote: Virtual mode, and indeed much of DataGridView, does not work under Mono 1.9. I have been improving it for Mono 2.0, but it is highly unlikely that virtual mode will

[Mono-dev] [PATCH] profiler type names

2008-07-11 Thread Rodrigo Kumpera
Hi Massi, The attached patch changes the new profiler to use the complete name of types, this solves two issues I'm facing. First, nested types don't carry the name of the outer type; and second, generic types neither carry their instantiation or are grouped together by the generic definition.

[Mono-dev] Encoding problem with CP1252

2008-07-11 Thread Jonathan Gagnon
Hi, I just filed a bug (408381) for a problem that I found with the CP1252 encoding. I attached a one-line patch that fixes the problem as well as a new unit test. Could someone have a look at it? Since this is the first time I submit a patch, feel free to tell me if I did something wrong in

Re: [Mono-dev] Encoding problem with CP1252

2008-07-11 Thread Atsushi Eno
Thanks, the patch is applied. Atsushi Eno Jonathan Gagnon wrote: Hi, I just filed a bug (408381) for a problem that I found with the CP1252 encoding. I attached a one-line patch that fixes the problem as well as a new unit test. Could someone have a look at it? Since this is the