On Nov 26, 10:15 am, Ray Cromwell <[email protected]> wrote: > IntelliJ IDEA likes to add "-style" as a command line parameter when > launching DevMode, but it seems ArgHandlerScriptStyle is no longer used for > hosted mode. Is this intentional?
Yes Ray, and it was already the case in RC1 (and even MS2 IIRC, which hadn't a companion up-to-date Eclipse plug-in, so Eclipse too was trying to pass -style), as noted by many. It has even been reported in the issue tracker: http://code.google.com/p/google-web-toolkit/issues/detail?id=4218 http://code.google.com/p/google-web-toolkit/issues/detail?id=4223 But it is intentional (because DevMode no longer has a "compile/run" button, which was where -style was actually used) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
