|
Bugzilla – Full Text Bug Listing |
| Summary: | Typing "#region<SPC>foo" results in "region<SPC>fooon" | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Michael Trausch <mike> |
| Component: | texteditor | Assignee: | Michael Hutchinson <mhutchinson> |
| Status: | RESOLVED FIXED | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | esqueleto |
| Version: | SVN | ||
| Target Milestone: | 2.0 Beta 2 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Trausch
2008-11-25 20:37:55 UTC
This is /almost/ a duplicate of bug 429265, in that code completion and the smart indenter are fighting. The indenter should be suppressed while the completion window is open, and triggered when the window closes. FWIW, #region<ESC> works too. Michael, Thanks, I hadn't thought to try that. :) *** Bug 433271 has been marked as a duplicate of this bug. *** *** Bug 463334 has been marked as a duplicate of this bug. *** Fixed in r125948. Sorry, still broken in r125948. Typing "#region " produces "region on". Using Smart indentation mode, btw. Let me know if I can provide any more info. Yeah, the smart indenter is antisocial. I've committed a better fix. Closing. Thanks for the fix, it works wonderfully! |