[MonoDevelop] Bugs

John Luke john.luke@gmail.com
Tue, 10 May 2005 16:43:18 -0400


Hey,
On Mon, 2005-05-09 at 19:35 +0200, Lluis Sanchez wrote:
> On dl, 2005-05-09 at 17:35 +0200, Jacob Ilsø Christensen wrote:
> > Hi.
> > 
> > I have been looking at some of the reported bugs and have a few questions.
> > 
> > 68578: This one is about being able to use enter during code
> > completion. The problem is that the Gtk control we use is a
> > GtkTextView which always translated enter to a new line. Does anyone
> > know if the Gtk people are looking into providing an option to capture
> > enter key press event in GtkTextView?
> 
> The key for auto-completing is TAB. I don't see the need of changing
> this.
> 
Other IDEs allow for many keys to complete.  I personally expect tab,
space, enter, and . to do so, but others may have more expectations.  I
don't think there is a need to limit it to TAB when we can accept others
without messing anything up.  C# express has a list that you can edit in
the preferences, but that is probably a bit much.