Re: XCode 1.5 embedded editor inconsistencies
Re: XCode 1.5 embedded editor inconsistencies
- Subject: Re: XCode 1.5 embedded editor inconsistencies
- From: Christos Zisopoulos <email@hidden>
- Date: Wed, 18 Aug 2004 15:52:33 +0100
On 18 Aug 2004, at 11:45, Andreas Mayer wrote:
This (externally changing files) usually works for me. I.e. Xcode
*does* pick up the changes. (Just tried again. Works fine.)
Is this happening for you in one project only or is it reproducible
across projects?
It might be not as generic as I thought, but I can reproduce:
1) New Project -> J2EE -> Web Module
2) Build
3) Select the "WEB-INF(XDocletGenerated)/web.xml" file with the
embedded editor pane and notice the value for <servlet-name>
4) Use embedded editor to change the XDoclet Javadoc param
"@web.servlet name=" in "src/HelloWorldServlet.java" to something else
than "hwservlet"
5) Save and Build
6) Select the "WEB-INF(XDocletGenerated)/web.xml" file with the
embedded editor pane and notice how the value for <servlet-name> has
not changed. You can edit the file and save and it won't complain about
a conflict.
Modification dates on the file changes as per build time.
If I open file in external editor like Subethaedit and just close it
again,(i.e. no edit) then Xcode's paned editor picks up the change and
reloads the file.
Weird. Is it just me?
P.S. The "Auto-open/close embedded editor" preference in General is
unchecked (if it makes any difference)
-christos
_______________________________________________
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.