Re: weird codesense indentation?
Re: weird codesense indentation?
- Subject: Re: weird codesense indentation?
- From: David Ewing <email@hidden>
- Date: Wed, 5 Oct 2005 16:03:45 -0600
On Oct 5, 2005, at 3:35 PM, Markian Hlynka wrote:
When I type the following:
private:
std::string path(); //the path where the search engine
(makefile) is located
EnhancementControl enhancements;
public:
SearchControl();
//what am I doing here?
Hitting return after typing "private:" indents the insertion point
under the v, one tabstop in from the left. After typing "public:",
no matter how many times I hit return, the insertion point ends up
under the colon (as shown) for the FIRST LINE ONLY!! Subsequent
lines go back to the same indentation as for private (which is
where I think they belong).
What the heck is going on here? Is it something I'm doing, or a bug
in XCode?
This is a known bug. :(
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden