Search found 2 matches

by Stringer
Mon Feb 27, 2012 10:34 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Any way to extend the code-completion data?
Replies: 20
Views: 16327

Re: Any way to extend the code-completion data?

@reacher: you'll need to take what ever parser you now have for the active file, and make it do same parsing for all php files listed in the project's library folders. Then make a project wide code explorer and intellisense. For sake of speed, let the parser save the results to some project file ...
by Stringer
Sat Feb 25, 2012 8:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Any way to extend the code-completion data?
Replies: 20
Views: 16327

Re: Any way to extend the code-completion data?

Uh, so in order to use a brand new php library/framework you don't know yet, you will have to dig all the classes/functions manually and put them to those xml files? Sounds like insane job to me. It also ruins idea of building anything more complex than one single file as your own project. You ...