PDA

View Full Version : Dreamweaver extension for ExtJS support



Eric Suen
7 Jan 2008, 7:18 PM
This is an extension that adds code hints for ExtJS to Dreamweaver, support Dreamweaver MX 2004 or higher.

More features are coming soon, please visit http://www.spket.com/dreamweaver-extension.html for more information.

apaa
8 Jan 2008, 2:43 AM
nice work!!!!

franckxx
9 Jan 2008, 2:35 AM
hi all,

is it for 1.1 or 2.0 version ?

apaa
9 Jan 2008, 3:14 AM
all the version is ok,it will give you the tips to select the source....

vlados
9 Jan 2008, 4:12 AM
This is an extension that adds code hints for ExtJS to Dreamweaver, support Dreamweaver MX 2004 or higher.

More features are coming soon, please visit http://www.spket.com/dreamweaver-extension.html for more information.

GOOD WORK MEN!!!

Eric Suen
9 Jan 2008, 6:54 AM
hi all,

is it for 1.1 or 2.0 version ?
Both, current version only list simple Class and method, next version will have more feature, because Dreamweaver's code hints API is tooooooo simple, so don't expect it will as powerful as Spket IDE does... ;)

Foggy
9 Jan 2008, 8:06 AM
Just great =D>, thanks a lot for sharing

jefbak
9 Jan 2008, 9:58 AM
Thank You!!!!

oh darn, I use a mac...

Eric Suen
9 Jan 2008, 5:29 PM
The most code is cross platform, unfortunately I don't have mac...

cimperia
12 Jan 2008, 8:25 AM
Eric, thank you.

Deni Setiadhi
14 Jan 2008, 10:50 PM
i need it

thanks bro

Deanmeistr
17 Jan 2008, 7:46 PM
Seems to load/open just fine on my mac (10.4.11) Intel - CS3 Dreamweaver

Eric Suen
17 Jan 2008, 11:34 PM
It need native code, next version I will create a static code hints file for other platform like mac

susama
20 Jan 2008, 10:18 AM
thanx :)

dawesi
21 Jan 2008, 4:11 PM
awesome stuff... can you provide some docs for how we can create our own hints to extend your work...

ie: I have extended Ext.tree.TreePanel to create Ext.ux.SortableList and Ext.TabPanel to create Ext.ux.InlineToolbarTabPanel and I would want to extend (or copy) the base tips for the items i have extended and add the new functionality the extension creates

Again thanks...!!

Cheers,
Chris

Eric Suen
21 Jan 2008, 6:04 PM
That is very easy, just add your file to ext.jsb, currently it using "Ext Base", "Everything" target, so, you can add your file to "Everything" target after "debug.js", for Ext 2.0 it is line 166, make it looks like:

<include name="debug.js" />
<include name="..." />
<include name="..." />

dawesi
22 Jan 2008, 5:43 PM
sweet thanks...

pokeepers
22 Jan 2008, 6:20 PM
Thanks,
once i have to try it but doesn't work 'cause Dreamweaver old version. it make my Dreamweaver errors.
but now, i upgrade Dreamweaver to MX it's working.
nice..... !!! it's easier.

Eric Suen
22 Jan 2008, 6:28 PM
Hmm, I thought Dreamweaver MX already a very old verion...

pokeepers
22 Jan 2008, 6:51 PM
Hmm, I thought Dreamweaver MX already a very old verion...

:D What's your Dreamweaver version?


i have problem in Dreamweaver 8. Why it not work?.
i install follow up on website but it doesn't showed me extended. can someone tell me pointer?
thanks.

Eric Suen
22 Jan 2008, 10:26 PM
I only test in Dreamweaver MX2004, compare to Dreamweaver 8, I'm not sure which one is more older...

Eric Suen
26 Jan 2008, 6:43 AM
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/spketdwcs-1.0.0-ext-2.0.1.mxp

Eric Suen
31 Jan 2008, 2:38 AM
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.

sintax.era
21 Feb 2008, 5:09 PM
I cant figure out how to add ext.jsb... am I just a noob or does the cs3 extension not work right? :P

Eric Suen
21 Feb 2008, 5:58 PM
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 tag

sintax.era
23 Feb 2008, 2:27 PM
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

Eric Suen
23 Feb 2008, 5:41 PM
If you have following code in a JavaScript file, what will the color of "Ext.Window" looks like, black or orange?
var w1 = new Ext.Window()
If its color is orange, then the extension should be installed correctly.

sintax.era
24 Feb 2008, 12:02 PM
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?

Eric Suen
24 Feb 2008, 6:02 PM
That probably because you using
var w = new Ext.Window(), then code hints not works, you have to using w1 instead of w :)

for SpketDWCS, the ext.jsb is not needed

Eric Suen
25 Feb 2008, 6:46 AM
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.

Eric Suen
12 May 2008, 12:13 AM
A new version for Ext 2.1 is avaiable, please http://www.spket.com for more information

markireland
20 Jun 2008, 11:24 PM
Can I use the extjs theme builder with my Dreamweaver CS3?

How? (I have code hints and code colouring but no spket menu)

Thanks

michaelc
23 Jun 2008, 8:28 AM
I used Dreamweaver for basic stuff and HTML mockups.

I don't use it for EXTJS work, I do all that in eclipse with the Aptana & JSeclipse plug in.
my question is do I gain anything using Dreamweaver for EXTJS code ?
there is no UI to see in Dreamwaver because it's all JavaScript code, so I do everything in code viewer and I find the code editor in eclipse with the plug ins easer, or have I missed something ?

Dreamweaver user from version 1.1, but only a seldom user over the last few years.

Darklight
25 Jun 2008, 6:40 AM
nice one, thanks.
any way to make the code hints show up in other files (html, cfm, etc.)?

bass-x
22 Jul 2008, 2:00 AM
Just great,

I installed it on my Mac OS X 10.5.3 with Dreamweaver CS3 and works just fine. I had only run the installer twice. first time Dreamweaver extension installer didn't catch the file when I double clicked it in the Finder, but the second time it was installed succesfully.

markireland
23 Jul 2008, 2:29 AM
nice one, thanks.
any way to make the code hints show up in other files (html, cfm, etc.)?

You need the ColdFusion8 extensions from Adobe.

Eric Suen
1 Dec 2008, 7:03 PM
A new version for Ext 2.2 is avaiable, please http://www.spket.com for more information

hoxty
9 Jan 2009, 2:18 PM
Thank for your post.
;)

tantowie
27 Feb 2009, 7:52 AM
Thanks for all...