Bug 315707 (MONO62602) - Enables visual studio style code completion
Summary: Enables visual studio style code completion
Status: RESOLVED WORKSFORME
Alias: MONO62602
Product: MonoDevelop
Classification: Mono
Component: texteditor (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 06:08 UTC by Stephen Roller
Modified: 2007-11-11 06:29 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Possible patch to enable VS code completion (1.24 KB, patch)
2004-08-06 06:10 UTC, Thomas Wiest
Details | Diff
visual studio completion for all symbol characters (2.52 KB, patch)
2004-08-06 21:55 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:49:18 UTC


---- Reported by mono@omghack.com 2004-08-05 23:08:22 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
When using monodevelop and in code completion, if you've typed part of a
word you're looking for and press ([,. or a variety of other keys the code
window inserts the key pressed and stops code completion.  Visual Studio
finishes the completion AND inserts the character--with the exception of
tab, escape, and enter.

Steps to reproduce the problem:
1. Start monodevelop and open a project with known autocompletion
2. Get an autocompletion window up and press (

Actual Results:
The code will not complete.  Only a ( gets inserted

Expected Results:
The code will complete AND a ( should get inserted.

How often does this happen? 
Every Time

Additional Information:



---- Additional Comments From mono@omghack.com 2004-08-05 23:10:19 MST ----

Created an attachment (id=166596)
Possible patch to enable VS code completion




---- Additional Comments From tberman@off.net 2004-08-05 23:20:10 MST ----

does this cover other non-alphanumeric characters?



---- Additional Comments From mono@omghack.com 2004-08-05 23:53:26 MST ----

no, only ". ;([,"

I'll add other non-numeric characters tomorrow morning.



---- Additional Comments From mono@omghack.com 2004-08-06 14:55:42 MST ----

Created an attachment (id=166597)
visual studio completion for all symbol characters




---- Additional Comments From tberman@off.net 2004-08-10 02:41:22 MST ----

This patch wont cleanly compile under mono 1.0.1

Please attach a working patch.

Imported an attachment (id=166596)
Imported an attachment (id=166597)

Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Zach Lute 2007-11-11 06:13:12 UTC
This should probably be closed as WONTFIX or something (not sure if I'm 'allowed' to do that).  The behavior is exactly as described in MonoDevelop HEAD, regardless of whether this patch was ever applied.
Comment 2 Zach Lute 2007-11-11 06:15:32 UTC
Er...and of course by WONTFIX I meant WORKSFORME.
Comment 3 Michael Hutchinson 2007-11-11 06:29:43 UTC
Fair point.