PDA

View Full Version : Now What?


ncat
09-09-2004, 05:41 AM
I have downloaded Laszlo and all of ite requirments? How do I start devloping? Is there some sort of editor that goes with it?

Thank you very much!

antun
09-09-2004, 08:44 AM
If you've installed it and have found the my-apps folder, you can save your .lzx files in there. .lzx files are just text files, and you can use any text editor you like to edit them.

Some editors that people have had success with are Eclipse, TextPad, Emacs, VIM and so forth.

There's an article on how to set up Eclipse to read the Laszlo DTD so that you'll get syntax highlighting:

http://www.laszlosystems.com/developers/learn/articles/Eclipse_LZX_IDE.php

-Antun