-
22 Jan 2008 10:26 PM #21
I only test in Dreamweaver MX2004, compare to Dreamweaver 8, I'm not sure which one is more older...
Spket IDE - Development Tool for RIA
-
26 Jan 2008 6:43 AM #22
Hi,
I just create a new version for Dreamweaver CS and Ext 2.0.1, this is a static code hints for all platform, but since I don't have Dreamweaver CS, I'm not sure this is works or not, if someone interested, please download it here:
http://www.agpad.com/downloads/spket...-ext-2.0.1.mxpSpket IDE - Development Tool for RIA
-
31 Jan 2008 2:38 AM #23
Hi, a new version for Dreamweaver CS3 has released, it adds code coloring for Ext, please visit http://www.spket.com/dreamweaver-extension.html for more information.
Spket IDE - Development Tool for RIA
-
21 Feb 2008 5:09 PM #24
I cant figure out how to add ext.jsb... am I just a noob or does the cs3 extension not work right? :P
-
21 Feb 2008 5:58 PM #25
Which one are you using? SpketDW is create code hints on fly, so you need setup ext.jsb, SpketDWCS is a static code hints, like Dreamweaver Spry Extension or Adobe AIR Extension.
some time other extensions will cause SpketDWCS not works, for examples, the "jQuery API for Dreamweaver" from http://xtnd.us/ will cause Spry and SpketDWCS not works anymore.
SpketDW only works for JavaScript file, SpketDWCS works like Spry extension, that means it works in JavaScript and HTML script tagSpket IDE - Development Tool for RIA
-
23 Feb 2008 2:27 PM #26
the second one, it installs in the extension manager, but doesnt seem to alter dreamweaver in any way. the code hints are still default...
Im not using any other extensions
-
23 Feb 2008 5:41 PM #27
If you have following code in a JavaScript file, what will the color of "Ext.Window" looks like, black or orange?
If its color is orange, then the extension should be installed correctly.Code:var w1 = new Ext.Window()
Spket IDE - Development Tool for RIA
-
24 Feb 2008 12:02 PM #28
wow... its suddenly working now. what did you do?
j/k. thanks.
I dunno how I came to the conclusion it wasnt!
Does the ext.jsb not need to be loaded?
-
24 Feb 2008 6:02 PM #29
That probably because you using
, then code hints not works, you have to using w1 instead of wCode:var w = new Ext.Window()

for SpketDWCS, the ext.jsb is not neededSpket IDE - Development Tool for RIA
-
25 Feb 2008 6:46 AM #30
A new version for Ext 2.0.2 and 1.1.1 is avaiable, please http://www.spket.com for more information
If you have SpketDWCS installed, uninstall it using Extension Manager first, run Dreamweaver once before reinstall, this is very important, otherwise the new version will not works.Spket IDE - Development Tool for RIA


Reply With Quote