manolo / superdevmode-launcher-legacy

DevMode launcher with superdevmode support for GWT 2.6.x and 2.5.x
Other
6 stars 6 forks source link

Turn off automatic recompile at browser refresh #3

Open maticpetek opened 10 years ago

maticpetek commented 10 years ago

Hi, So far (2 weeks) I'm very happy with this addition to SDM! But I would like somehow turn off automatic recompile when I hit browser refresh. Doing manually with icon in right down corner is good enough. Because we have big GWT application and SDM takes around 60 seconds. Between the day I perform many browser refreshes (backend restart and connect on other DB, switch between application users, etc). Sometimes I also change client code, but I will test it sometimes in feature. Is their some switch to turn this off? Regards, Matic

manolo commented 10 years ago

Compile refresh does not launch a compilation unless codeserver has not compiled the permutation for that browser yet. So once you load the app the first time, yo can push browser reload button as many times as you want, only in the case you shutdown codeserver and start again it will obviously fire compilation, otherwise you will not get your app. If reload were compiling the app each time, makes useless the recompile button.

sainitarish commented 10 years ago

Hi, This is only working for built in server, when I ran it through any other startupUrl, bottom icon for compile doesn't show up. However we can compile it through "Dev Mode On" button. But then also there is no compile button.

Is there any way we can debug super dev mode with eclipse? If yes, then please let me know the steps.

Regards, Tarish