Solid:Home Page: Difference between revisions
Jump to navigation
Jump to search
Georgebush (talk | contribs) (I Declare the USA is at war) |
m (Reverted edit of Georgebush, changed back to last version by AxelHecht) |
||
Line 1: | Line 1: | ||
<table style="float: right; border: 1px solid #999;"> | |||
<tr><td> | |||
* [[XUL:Home Page]] | |||
{{Solid:Solid_TOC}} | |||
</table> | |||
Welcome to the scratchpad for Solid, my pet project for an Eclipse-based IDE for XUL applications. | |||
The name is pretty close to XUL IDE, and pretty far from the state of the code. | |||
The best I can tell about it right now are a few (potential) scenarios that one (not necessarily I) could implement. | |||
* creating xulrunner apps via a wizard (done up to refactoring) | |||
* add a UI page, window, dialog, overlay | |||
* add a translation | |||
* add markers to translations for which another locale has had changes, on cvs check out, too (should be fairly easy) | |||
* port over something like [http://www.croczilla.com/jssh jssh] to implement debugging | |||
Solid reuses editors for XML, js, DTDs and property files to some extent, based on [http://eclipse.org/webtools webtools]. | |||
=== Subpages === | |||
[[Solid:Builders]] |
Revision as of 05:59, 22 August 2005
Welcome to the scratchpad for Solid, my pet project for an Eclipse-based IDE for XUL applications.
The name is pretty close to XUL IDE, and pretty far from the state of the code.
The best I can tell about it right now are a few (potential) scenarios that one (not necessarily I) could implement.
- creating xulrunner apps via a wizard (done up to refactoring)
- add a UI page, window, dialog, overlay
- add a translation
- add markers to translations for which another locale has had changes, on cvs check out, too (should be fairly easy)
- port over something like jssh to implement debugging
Solid reuses editors for XML, js, DTDs and property files to some extent, based on webtools.