Archive for August, 2006
Tuesday, August 29th, 2006
As a developer, you certainly get exceptions from users or QA engineers. And unlike the exceptions that you get in the debug mode, they don’t have those nice links that help you to navigate to source.
Posted in Tips & Tricks | 2 Comments »
Friday, August 25th, 2006
My article about how refactoring can help you develop and maintain Web projects has finally been published at TheServerSide.
I covered various aspects of refactoring as it applies to HTML, CSS, XML and JSP, which are the typical compound that glues up any decent Web project.
Of course I used IntelliJ IDEA to demonstrate all the […]
Posted in News & Events, How-To's | No Comments »
Monday, August 21st, 2006
JetBrains has announced the list of new features in IntelliJ IDEA 6.0 some time ago, but people often ask us where to find or how to use a certain feature. Probably, in this case Reviewer’s Guide can help. Don’t be afraid of the document title, since it is actually an overview of the new functionality […]
Posted in Tips & Tricks | No Comments »
Thursday, August 17th, 2006
Running a beta of IntelliJ IDEA 6.0 on a preview release of JDK 1.6.0
Posted in Tips & Tricks | 13 Comments »
Monday, August 14th, 2006
It is always a pleasure to get a positive feedback on the products we develop, especially enterily new ones. We really appreciate the Continuous Integration Revisited post, where the author describes TeamCity’s features and his own experience. He noted that TeamCity’s installation and configuration was really quick and transparent, pointed at the benefits of […]
Posted in News & Events, Opinions | No Comments »
Thursday, August 10th, 2006
IntelliJ IDEA features excellent support for XML development. Smart editor with code completion, error highlighting and other productivity aimed features help create efficient code. However, there is no limit in perfecting the development environment.
XPathView plugin extends IntelliJ IDEA XML and XSL support by providing for:
Instant XPath evaluation
Get the fully qualified XPath expression that identifies […]
Posted in Plugins | 9 Comments »
Monday, August 7th, 2006
While you develop and maintain your product, the framework and API on which your product is based on is also being developed and upgraded. This is why the other day you come to a point when you need to switch to a new API.
Posted in Tips & Tricks | 2 Comments »
Wednesday, August 2nd, 2006
Peter Gromov, one of IntelliJ IDEA developers, shares his knowledge about utilizing IntelliJ IDEA 6.0 XML DOM power in the field of plugin authoring.
Peter wrote the article that describes the key principles of working with XML data through this DOM and quickly outlines how it can be used to empower and simplify plugin development with […]
Posted in How-To's, Plugins | 2 Comments »