Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] DataModelWizard.runForked() default to true


Jason .. this would effect those porting from 0.7 or 1.0, right?
We are trying to keep a "central list" of these, since some people
may not "port" right away .. but may be waiting for our release, etc.
Please add to
http://wiki.eclipse.org/index.php?title=New_Help_for_Old_Friends





Jason A Sholl/Raleigh/IBM@IBMUS
Sent by: wtp-dev-bounces@xxxxxxxxxxx

06/06/2006 05:02 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] DataModelWizard.runForked() default to true






DataModelWizards
no longer execute in the UI thread by default.  This change just went into HEAD and was made as part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=131861 where you can see more details.


The end result is if you have a subclass of DataModelWizard that must run in the UI thread, then you need to override runForked() to return false.


Thank you,

Jason A. Sholl
jsholl@xxxxxxxxxx
919-543-0011 (t/l 441-0011)
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top