XCode 1.5 embedded editor inconsistencies
XCode 1.5 embedded editor inconsistencies
- Subject: XCode 1.5 embedded editor inconsistencies
- From: "John David N. Dionisio" <email@hidden>
- Date: Mon, 16 Aug 2004 11:09:11 -0700
Greetings XCode land:
I wanted to check if a behavior I've noticed can be seen by others.
The behavior involves potential data loss so if corroborated, it should
definitely be filed as a bug.
I've been experimenting with a Java project using ant as an external
target. Source files are included through folder references (i.e.
folders appear with a blue icon). These are the steps I have taken:
- open a Java source file in a standalone editor window; intentionally
leave a compile-time error in it
- try to build; XCode will report the build error (parsed from the ant
output)
- in the build window, open the embedded editor pane, and click on the
build error; XCode takes you directly to the offending line
- edit that line and save it from the embedded editor in the build
window
- building again should work
Now here is the rub: the separate editor window does NOT get updated
with the changes in the build window. The ultimate side effect being,
if I make more edits in the separate editor and save that, the fix from
the build window disappears!
This bit me a few times before I realized what was happening.
Fortunately it was in a final tuning cycle and the data loss was not
too serious.
I wanted to throw this out there to see if others have seen it, and
then I can file a bug if it looks like I'm not missing something
myself. Thanks for everyone's time!
--- Dondi
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.