[Mono-dev] MonoDevelop questions...
Jeffrey Stedfast
fejj at novell.com
Tue May 15 12:30:36 EDT 2007
On Tue, 2007-05-15 at 18:13 +0200, pablosantosluac wrote:
> Hi,
>
> I'm using the MonoDevelop installed with 1.2.4 preview... but I only see
> syntax highlight for Boo... How can I activate it for C#.
this should just work unless your gtksourceview doesn't have a syntax
file for csharp (which gets installed as part of gtksourceview-sharp
afaik)
perhaps the csharp.lang file from gtksourceview-sharp got installed to
the wrong prefix and gtksourceview isn't picking it up?
>
> Another question: when I'm using code completion, to select a choice what
> key should I use? I'm using the space but then I end up with code like
> "hello (param)" instead of "hello(param)" (a whitespace in between). Is
> there a way around? (ok, apart from removing the space or chaning my coding
> :-P)
you can use the <Enter> key or '(' in your case would work too, I think.
Jeff
More information about the Mono-devel-list
mailing list