vote up 5 vote down star
5

I'm not interested in FireBug, a XUL debugger, or a javascript editor, but a true wysiwyg IDE for XUL form design.

flag

+1: no, but if you find one please let us know! – Jason S Jan 30 at 1:05
I have been searching such a tool for 2 years. No luck yet. – artificialidiot Jan 30 at 1:07

5 Answers

vote up 3 vote down

I just wanted to note that I do XUL development with ActiveState KomodoEdit. It doesn't have WYSIWYG XUL gui design but it recognizes XUL files and can give you code hints for the XUL namespace as well as their corresponding JS files.

Note that Komodo was written in XUL as well. It works very well for me :-)

link|flag
vote up 0 vote down

You might want to try Songbird's XUL layout editor. I recall that it is very complete and easy to use, and it comes with lots of examples of every single XUL element put in multiple layout scenarios. I believe you need a nightly build or a dev release of it, which you can easily get from the website.

The good thing is that besides the editor, it comes with some other fancy and very useful XUL developer tools. And of course, it is a great iTunes replacement ;)

link|flag
I downloaded Songbird, and found the XUL developer toolkit and the XUL periodic table, but couldn't find this XUL layout editor that you were referring to. Can you give a more direct link to the layout editor. – Noah Mar 17 at 13:08
You have to download the addon for Songbird called "Songbird Developer Tools", which is updated for Songbird 1.1.0, not 1.1.1. One of the tools that will appear on the "Tools" menu is called "Xul Editor", which combined with "XUL Periodic Table" gives a quite acceptable way to build XUL Layout. – Sergi Mar 17 at 16:45
1  
"Xul Editor" in "Songbird Developer Tools" is actually a copy of "Live XUL Editor" from the Extension developer's extension: ted.mielczarek.org/code/mozilla/… – Nickolay Jul 9 at 15:30
vote up 2 vote down

Spket IDE has no WYSIWIG either.

You may want to try Extension Developer at https://addons.mozilla.org/en-US/firefox/addon/7434, which is a Firefox add-on. One screenshot on that page illustrates an WYSIWIG XUL editor. You can edit an XUL file with Spket IDE and load it with this editor to check the final effect.

link|flag
It's not exactly wysiwyg though, it's "hey, the rendering updates as you type in the code". – Nickolay Jul 9 at 15:07
vote up 3 vote down

I use XUL Explorer for doing quick mock-ups of things or checking out elements with which I'm not familiar. It's not WYSIWYG, but you can drag and drop elements.

link|flag
vote up 0 vote down

I think no Wysiwyg IDE available for Xul but there is Spket IDE, it may help you

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.