IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
If you're already using, or just considering the use of GWT in your projects, you’re going to be glad to know that IntellIJ IDEA 14 will feature significant improvements in this area, aimed to streamline development workflow. First of all, running applications in Super Dev Mode doesn't require you …
W00t! The IntelliJ IDEA team just received an invitation from Google GWT team to participate in the Developer Sandbox at this year’s Google I/O conference. We took part in I/O 2010 last year and have been looking forward to going there again. It's that kind of event where if you’ve been there once,…
If you use GWT Compile Reports to analyze your GWT Application IntelliJ IDEA 10 will make this task easier. Using Tools | Generate GWT Compile Report action you can now generate a report and open it in the browser directly from IntelliJ IDEA:…
If you use Client Bundle interface in a GWT application, you will enjoy an advanced navigation and coding assistance that IntelliJ IDEA 10 provides. ClientBundle methods will be marked with icons allowing you to quickly navigate to a corresponding resource: For interfaces implementing CssResource I…
IntelliJ IDEA 9 allows you to complete tags for components with namespaces imported in the current GWT ui.xml file. In IntelliJ IDEA 10 you can complete component even if it is not imported yet. Just press Ctrl+Space twice and IntelliJ IDEA will search for components across the whole project and li…
If you use GWT you may be interested to know that the first IntelliJ IDEA X EAP build fully understands CSS code inside <ui:style> tags of ui.xml: The editor also provides coding assistance when you're using CSS classes declared in these tags: Try IntelliJ IDEA 10 EAP and let us know what …
The first IntelliJ IDEA 9.0.2 EAP build will add support for UiBinder, new functionality introduced in GWT 2.0. IntelliJ IDEA will understand tags and attributes in ui.xml files: Inconsistencies between ui.xml file and associated Java class will be highlighted: You can jump from field to the corre…
Google Web Toolkit 1.6 replaces EventListener class with EventHandler, so the existing code base needs an upgrade. In most cases IntelliJ IDEA can do this automatically — all you need to do is to press Alt+Enter on a highlighted listener and select Replace quick-fix.IntelliJ IDEA will then upg…