sharkman / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Enhance to be able to use GWT Compiler option : -style=pretty #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. N/A

What is the expected output? What do you see instead?
The js that is generated to be human readable

What version of the product are you using? On what operating system?
GWT 1.5 Cypal 1.0.0.200806102230 Windows Vista

Please provide any additional information below.
It would be good to be able to generate pretty Javascript, for debugging
purposes among others.

Original issue reported on code.google.com by sza...@gmail.com on 21 Jul 2008 at 9:58

GoogleCodeExporter commented 9 years ago
Nothing to be fixed. Cypal Studio for GWT already supports it.

You can do it by selecting the Radio button in the "Generated Javascript style" 
in
the Parameters Tab of the Run Configuration.

Original comment by grprakash on 7 Aug 2008 at 7:47

GoogleCodeExporter commented 9 years ago
Ok thanks. It was not intuitive because the run config is under GWT Hosted Mode
Application while I wasn't using the GWT Hosted mode

Original comment by sza...@gmail.com on 7 Aug 2008 at 6:17

GoogleCodeExporter commented 9 years ago
Basically when you run the GWT Shell (hosted mode) these options can be 
specified,
which are picked up by the GWT Compiler later. So I've put it here.

Original comment by grprakash on 8 Aug 2008 at 3:43