Today's Page Hits: 4721
NetBeans IDE 6.1 contains a completely new JavaScript editor which provides many advanced editing capabilities such as intelligent code completion, mark occurences, rename refactoring, on-fly analysis of JavaScript libraries, support for many Ajax frameworks and more. Watch this screencast to discover the new and exciting JavaScript-related features. Length of the demo: ~6 minutes.
AWESOME absolutely AWESOME !!!!!!!
Cant wait to see the JavaScript debugger.
Posted by Neil Hathway on duben 29, 2008 at 01:21 odp. CEST #
Hi Roman,
I wrote some details on the type inference in your demo here:
http://blogs.sun.com/tor/entry/javascript_type_inference
Posted by Tor Norbye on duben 29, 2008 at 11:00 odp. CEST #
Thanks Tor!
Posted by Roman on duben 30, 2008 at 12:58 dop. CEST #
Hi Roman
I think really stopping me and my team on moving to 6.1 is the only JSF facelet plugin(https://nbfaceletssupport.dev.java.net/) not longer work with 6.1, and we have many project using facelet.
Could u please pass the message to your developer to release the support of facelet ASAP
Thanks
Posted by 219.95.108.130 on duben 30, 2008 at 06:01 dop. CEST #
I posted this on other blog but i am posting it here also.
----------------
Netbeans JS editor is going good!!
It have some advantages over aptana but some disadvantages too :(
NB mixes static and non static components
JavaScript is not like Java, static methods CANT be accessed by instance
function MyClass(){
}
MyClass.bla=10;
MyClass.prototype.bla=10;
Its not the same thing, totally different context.
What use for extend classes?
/**
* @extends {MyClass}
*/
function OtherClass(){
}
var inh=function(){};
inh.prototype=MyClass.prototype;
OtherClass.prototype=new inh();
NB doesnt gives the right context
Posted by Porfirio on duben 30, 2008 at 01:10 odp. CEST #
What an excellent screencast! Probably the superhit video showcase of netbeans feature on the web... Will surely get a lot of people to try netbeans!!
Posted by Saptarshi on květen 07, 2008 at 08:12 odp. CEST #