Frequently Asked Technical Questions

  1. Is Spket IDE free
  2. Can I install Spket IDE as an add-on to another product?
  3. Code completion not works in XUL editor
  4. How to access resource like chrome://browser/... in editor
  5. how to setup Laszlo for code assist
  6. Does Spket work with ExtJS 1.0

Is Spket IDE free

Spket IDE is free for non-commercial use. for commercial use, it costs $29.90(USD) for a single-user license,

Can I install Spket IDE as an add-on to another product?

Yes, just make sure these products are build on Eclipse 3.2.2 or above. You can get the version information using menu "Help" -> "About...", and then click on the Eclipse icon to see what version of the platform is being used. For how to install plug-ins, see here or here.

Code completion not works in XUL editor

Download the XUL schema, unzip it, and copy *.xsd to folder {INST_DIR}\plugins\com.spket.grammars\mozilla\. Please visit here for license and restrictions.

How to access resource like chrome://browser/... in editor

Using menu "Window" -> "Preferences...", choose "Spket" -> "Extensions", input the directory of Firefox. Then you can access the resource in firefox directory, like Locale, and XBL binding not in projects.

how to setup Laszlo for code assist

Using menu "Window" -> "Preferences...", choose "Spket" -> "Laszlo", input the directory of Laszlo like "D:\appsvr\lps\Server\lps-4.0.0".

Does Spket work with ExtJS 1.0

Yes, just put following code into file ext.jsb before tag </project>

<target name="Ext Base">
  <include name="core\Ext.js" />
  <include name="adapter\yui-bridge.js" />
  <include name="yui\yahoo.js" />
  <include name="yui\dom.js" />
  <include name="yui\event.js" />
  <include name="yui\connection.js" />
  <include name="yui\animation.js" />
</target>