Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Regarding Orion Web IDE PHP Editor (GSoC)

Hello,

My name is Karol and I'm interested in implementing Orion PHP Editor
as GSoC 2011 project. I know the idea principles thanks to extensive
reply from Jacek at pdt-dev [0]. I've read the wiki and looked into
the source and I'd like to ask you some more detailed questions about
implementation of PHP Editor features:

1) Syntax Coloring - as far as I understand there is styler.js in
client.editor bundle which handles all syntax coloring for any
language. So I should probably add keywords there and add a case in
editorContainer.js. I believe there isn't any plugin system for this
functionality yet?

2) Syntax checking - I should just bind my code to
IEditorSyntaxChecker service, right?

3) Content Assist - I could use eclipse.ContentAssist from
contentAssist.js to implement keyword completion. Then I could extend
it to support more sophisticated completion.

In general, I'd like to incorporate PDT on server side for content
assistance, code validation and maybe other features. I'm not sure yet
how to do it, I'm working on it...

I'd be glad for any comments :-).

[0] - http://dev.eclipse.org/mhonarc/lists/pdt-dev/msg01708.html

Regards,
Karol


Back to the top