cwalker
03-26-2004, 03:34 PM
Four steps to a free Laszlo IDE:
STEP 1:
Download Eclipse:
http://www.eclipse.org/downloads/index.php
I recommend the 3.0 Milestone releases.
STEP 2:
Download XMLBuddy, an xml plugin for Eclipse:
http://www.xmlbuddy.com/
Get the right version for your eclipse.
Installation is simple. After you unzip XMLBuddy, just
drag the folder into your eclipse/plugins folder.
STEP 3:
Tell Eclipse to use XMLBuddy for *.lzx files:
In Eclipse:
1) Go to menu: Window -> Preferences
2) Twist down Workbench, and select File Associations
3) Click "Add" next to the File Types box and enter *.lzx
4) Click "Add" next to the Associated editors box and select XMLBuddy
STEP 4:
To associate your lzx files with Laszlo's DTD,
simply add the following two lines to the top of each file:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE canvas SYSTEM "http://www.laszlosystems.com/lps/tools/lzx.dtd" >
That's all there is to it!
-christian
STEP 1:
Download Eclipse:
http://www.eclipse.org/downloads/index.php
I recommend the 3.0 Milestone releases.
STEP 2:
Download XMLBuddy, an xml plugin for Eclipse:
http://www.xmlbuddy.com/
Get the right version for your eclipse.
Installation is simple. After you unzip XMLBuddy, just
drag the folder into your eclipse/plugins folder.
STEP 3:
Tell Eclipse to use XMLBuddy for *.lzx files:
In Eclipse:
1) Go to menu: Window -> Preferences
2) Twist down Workbench, and select File Associations
3) Click "Add" next to the File Types box and enter *.lzx
4) Click "Add" next to the Associated editors box and select XMLBuddy
STEP 4:
To associate your lzx files with Laszlo's DTD,
simply add the following two lines to the top of each file:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE canvas SYSTEM "http://www.laszlosystems.com/lps/tools/lzx.dtd" >
That's all there is to it!
-christian