Report-an-Apple-bug Friday! 35
This bug is Xcode: Use standard Xcode text view as field editor. It was filed on 2006-04-21 at 22:03 PDT.
Summary:
Xcode's field editor should be an Xcode text view rather than a plain NSTextView
, so that completion and ctrl-left/-right are supported.
Steps to Reproduce:
- ⌥-click on a file reference in the project to rename it.
- Press ctrl-left or ctrl-right to move within the class name.
Expected Results:
The insertion point moves to within the class name.
Actual Results:
Xcode/NSTextView
beeps.
Regression:
None.
Notes:
None.
0 comments:
Post a Comment
<< Home