development mode console

2010-02-10 Thread levier
Hi all, I'm getting a bit annoyed with the development mode console behavior in Eclipse. It always jumps up when something happens in the GWT application. It jumps back when I close it. If I put my editor full screen, it jumps over my editor. If I switch to another tab, it steals the focus

Re: development mode console

2010-02-10 Thread Miguel Méndez
On Wed, Feb 10, 2010 at 6:05 AM, levier wrote: > Hi all, > > I'm getting a bit annoyed with the development mode console behavior > in Eclipse. > It always jumps up when something happens in the GWT application. It jumps back when I close it. If I put my editor full scre

Re: development mode console

2010-02-11 Thread levier
I am using the gwt-log project for my logging, which comes in the Eclipse Console tab, as well as the Development Mode Console tab. It's not the logging which bothers me - it's that the GWT console steals focus from anything else in Eclipse whenever something happens in the console. I do

How to Show GWT "Development Mode Console"?

2012-12-06 Thread tinnitus007
nts as an Eclipse view, in contrast, but appears to report same info? <https://lh6.googleusercontent.com/-90iYySUr4vA/UMDjEMJRqPI/AA0/wBj_AbPwXQM/s1600/GPEConsole.png> So if I want to see the familiar independent GWT Development Mode console, but I don't have GWT Designer ins

Re: How to Show GWT "Development Mode Console"?

2012-12-06 Thread Jens
The DevMode View inside Eclipse gives you the same information as the independent DevMode window. In the independent DevMode window you also have a tab showing jetty log output. This Jetty log output can be found in Eclipse console if I remember correctly (I use an external server). So its not

Re: How to Show GWT "Development Mode Console"?

2012-12-06 Thread tinnitus007
OK, now that I've been using the GPE console a few hours, I think I like it better, due to one advantage: The GWT Development Mode console shows a helpful stack trace: <https://lh4.googleusercontent.com/-_O43-mjsJAc/UMEVSFRquEI/ABE/6EKF4Vra9kM/s1600/GWTDevConsoleRef.png>