[MonoDevelop] Two patches

Todd Berman tberman@sevenl.net
Mon, 23 Feb 2004 17:01:14 -0500


Thanks for the patches :)


On Mon, 2004-02-23 at 16:40, Iñigo Illán wrote:
> Hi everyone there!
> 
> Hey! Have you seen MonoDevelop? It's really cool!!! You are making a
> really great job :)
> 
> Time to talk about serious things. I send you 2 patches which are for:
> 
> 1º WordCountDialog.patch - Adds a scrollbar to the word count dialog. I
> was trying to view the number of words of the MonoDevelop source code
> and I get a RRBW (really really biiiiig window), so I decided to fix it.

Committed to svn

> 2º PrimitiveExpression.patch - I have a laptop running Debian Sid which
> doesn't have icu support yet, so I have been unable to run MonoDevelop
> decently since now. It seems commenting one line MonoDevelop looks
> stable and it doesn't seem to broke anything. I send you the patch if
> you like to include it. I also think many people out there are going to
> have mono running without icu support and because of that, when 0.1 is
> released maybe this people are going to get a little dissapointed
> because they are going to see MonoDevelop crashing a lot. Anyway here is
> the patch.
> 

Committed a modified patch to svn, using the InvariantCulture, which
should be working with or without ICU.

please note that this might just be a stopgap measure, ICU is required
for MD, the use you might be able to get out of MD without ICU could be
spotty at best.

> Note: I have to recognize this is my first patch and that I have been
> trying to use the subversion diff command, but I have been unable to use
> it. So I send you the patches against my local copy (rev 985). I don't
> think you are going to have any problem, but if so, please let me know.

Thanks again for the patches, and your interest.

--Todd