|
Bugzilla – Full Text Bug Listing |
| Summary: | Problems with code completion while creating #regions | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Sanford Armstrong <saarmstrong> |
| Component: | texteditor | Assignee: | Mike Krueger <mkrueger> |
| Status: | RESOLVED DUPLICATE | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mitchell.wheeler |
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Sanford Armstrong
2008-10-07 23:27:02 UTC
Can't reproduce "#region " works. What are your editor settings ? Indentation style, tab as reindent command ? Anything unusual ? * Text Editor
* General
X Enable code completion
X Enable code folding
_ Fold #regions by default
X Fold comments by default
* Behavior
_ Expand templates
_ Insert matching brace
X Remove trailing whitespace
Indentation mode: Smart
Tab width: 8
_ Convert tabs to spaces
_ Interpret tab keystroke as reindent command
X Allow tabs after non tabs
Control left/right mode: MonoDevelop
I think those are the only relevant options, right?
fixed. Trunk (rev: 120579) seems to have a regression along the lines of this bug. Typing "#region " into the text editor will result in "region on" or "region n" depending on indentation level. (Indentation Mode: Smart) I'm a few revisions behind, but I noticed this as well when I updated yesterday. *** This bug has been marked as a duplicate of bug 448911 *** |