Issue Details (XML | Word | Printable)

Key: FDT-870
Type: Improvement Improvement
Status: Closed Closed
Resolution: Incomplete
Priority: Minor Minor
Assignee: FDT Team
Reporter: Martin Heidegger
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
FDT

Autoreload of .swc's

Created: 17/Mar/10 08:40 PM   Updated: 22/Jun/12 06:42 PM
Component/s: FDT Explorer, SWC
Affects Version/s: FDT 4.5.2
Fix Version/s: FDT 5.5
Security Level: public

Time Tracking:
Not Specified

Environment: Vista, Eclipse 3.5.1

Review Type: Review by Product Owner


 Description  « Hide
Right now if I change a .swc that is added to the fdt libraries, i have to hit refresh by hand. It would be nice if you could auto-refresh the .swc's one change. As far as I know it should be possible using File listeners. Would save me some time in development (having all my assets in a .swc)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Pavel added a comment - 16/Jan/11 10:08 PM
I vote with my both hands and legs. And even wife joins!

Bruno Fonzi added a comment - 17/Jan/11 09:50 AM
fljot: @FDT4 please please please add autofresh swc! http://bugs.powerflasher.com/jira/browse/FDT-870

Original Tweet: http://twitter.com/fljot/statuses/26747032995631104


Marvin Blase added a comment - 17/Jan/11 11:22 AM
Don't get me wrong, but mine are auto-refreshing. Once I've overwritten the .swc from the Flash IDE it directly blinks&refreshes the FDT workspace.

Pavel added a comment - 17/Jan/11 11:58 AM
Not for me=/ OS X 10.6, workspace autorefresh and workspace autobuild is on.

Pavel added a comment - 25/Jan/11 04:50 PM
For some reason it started to work today...

Alan K (Deprecated) added a comment - 25/Jan/11 04:56 PM
Pavel,

I'll close this issue then. If it comes up, please comment on it again.

Thanks for following up.

Alan


Pavel added a comment - 07/Feb/11 01:37 PM
It doesn't work when FDT is consuming more of RAM (at the bottom when it allocates about more then 500mb (1gb in total). But it workes when it's fresh and memory consumption is low. Will FDT4.2 with new Eclipse version fix it maybe?

Alan K (Deprecated) added a comment - 07/Feb/11 05:02 PM
Perhaps. Let us know when you try this with 4.2

Pavel added a comment - 14/Feb/11 09:34 AM
Nope, workspace refresh still works from time to time. FDT 4.2 64bit standalone, OS X 10.6

Pavel added a comment - 02/Jun/11 02:33 PM
Still happens when memory consumption is high!

Alan K (Deprecated) added a comment - 29/Jul/11 07:18 PM
Is this still happening?

Martin Heidegger added a comment - 09/Aug/11 01:33 AM
Yes!

Pavel added a comment - 11/Nov/11 11:27 AM
FDT 5.0.0.1412 for Mac, flash explorer still won't refresh automatically (e.g. ant script is copying smth to bin folder — not visible in flash explorer until manual refresh).

Alan K (Deprecated) added a comment - 11/Nov/11 05:30 PM
I now finally understand what the issue was.

There isn't anything reasonable for us to do. This is an underlying Eclipse issue. What is happening is that files are being added / removed / edited in a process outside of Eclipse. Because of this, Eclipse doesn't know that something has changed.

This happens for every Eclipse plugin (even JDT).

The only way for us to have it behave differently would be to scan the project, remember what is in there and then keep polling it and see if anything doesn't match up with the previous poll. This would be quite performance taxing.

Really, the best thing to do would be to use the 'Refresh' keystroke (F5 by default) to refresh the project.


Alan K (Deprecated) added a comment - 11/Nov/11 05:47 PM
...or...you can make sure you have auto-refresh turned on. It's off by default for performance reasons.

http://bwinterberg.blogspot.com/2009/08/optimize-eclipse-galileo.html
http://stackoverflow.com/questions/1212633/can-eclipse-refresh-resources-automatically


Pavel added a comment - 11/Nov/11 06:12 PM
Autorefresh is turned on of course, but still no effect. Only manual update. Previous FDT was doing this job errrm a bit more often then new one=) But still not always.

Alan K (Deprecated) added a comment - 08/May/12 11:30 PM
Is this still an issue?

Alan K (Deprecated) added a comment - 16/May/12 05:49 PM
Any more info guys?