Behaviour for key binding for jumping to the next warning/error
Behaviour for key binding for jumping to the next warning/error
- Subject: Behaviour for key binding for jumping to the next warning/error
- From: "Mattias Arrelid" <email@hidden>
- Date: Mon, 28 Apr 2008 12:02:29 +0200
Good morning folks,
Since we're humans, we sometimes make mistakes. This might happen
during coding too; when trying to build the compiler will spit out
some warnings and errors if we've done something wrong.
Now Xcode has a keyboard binding that will open up the editor and show
the last build's next warning/error (command + =). This is a very
useful key combo, but I have some thoughts on how it could be
improved.
In my day-to-day development, I'd rather much fix all the errors
first, and then step through the warnings. This could be solved in a
number of ways (each and every such is, afaik, not implemented in
Xcode today):
- Have two key combos; say that "command + =" will cycle forwards
through errors, and "command + shift + =" will cycle forward through
warnings. This way, I could cycle through all errors first and then
test run my program, without fixing the warning (of course, you should
always strive after fixing all errors as they appear in your code)
- Have the possibility to let todays key binding first step through
each error, and then through the warnings (like a queue with all
errors first, followed by the warnings).
Is something like this possible today? If not, I might as well file a
bug with some enhancement requests over at Cupertino.
Regards
Mattias
_______________________________________________
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