Is it possible to get OpenLazlo support in Notepad++ ?
After searching around a bit, I couldn't find something that even remotely pointed me in the correct direction, so I guess there is no initial effort being done in this direction, Right?
Now I'm wondering if it is a heap of work to get implement that support myself.
What steps should I be taking for that?
Well... OpenLaszlo seems to be an XML format. XML highlighting is already supported.
For a preview, use the Run menu commands to launch a file.
To compile, use the NppExec plug-in.
To add keyword support, you can create an .api file; and you could also try the QuickText plug-in.
What else would you need?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to get OpenLazlo support in Notepad++ ?
After searching around a bit, I couldn't find something that even remotely pointed me in the correct direction, so I guess there is no initial effort being done in this direction, Right?
Now I'm wondering if it is a heap of work to get implement that support myself.
What steps should I be taking for that?
Just in case: http://www.openlaszlo.org
Well... OpenLaszlo seems to be an XML format. XML highlighting is already supported.
For a preview, use the Run menu commands to launch a file.
To compile, use the NppExec plug-in.
To add keyword support, you can create an .api file; and you could also try the QuickText plug-in.
What else would you need?