On de codeguide forum there was an anouncement that codeguide 5 preview is available. 
And the were the new features:

1) Instant compilation. Compilation times are almost zero since the project is 
continuously compiled in the background. Class files are 
written out just-in-time when the Build/Run button is pressed.
On-the-fly error checking of the whole project

2) Not only errors in open files are displayed instantaneously but all errors in the 
project. It is possible to easily move between 
errors. Files with errors are flagged in the Project Browser.
Full Java ServerPages support

3)Instantaneous error checking, refactoring, code completion, parameter help and other 
productivity features are now also available for 
JSP files.
HotSwap debugging

4)Replace code while the debugger is running without the need to restart the 
application. The debugger will execute the replaced code. 
Togther with the instant compilation this feature offers you unbeatable turn-around 
times.
Support for generic types

5)You can already use generics types as defined in JSR14. Generic types are fully 
supported by the code analyis, compiler and all other 
parts of the IDE.

I don`t care for the rest of the items, but only for #5: generics. I have worked with 
it a couple of days, and it works very fine (even 
code completion and syntax checking). Generics are a great add-on for the java 
language, therefor I have currently switched to 
Codeguide, although IDEA works much better. I saw generics were not on the wishlist 
for the next Ariadna release. But will it be on the 
next, and how long do we have to wait for generics support? 


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to