Page 1 of 1

Outline View with PHP

Posted: Fri May 02, 2014 5:32 am
by RegNatarajan
Is there a way to make Outline View work for PHP?

Re: Outline View with PHP

Posted: Wed May 07, 2014 12:55 am
by RegNatarajan
Actually, now my outline view isn't working in C either. Not sure what I did to screw it up. I messed with some plugins earlier but I just re-enabled them all, so that's likely not it. Any idea? My Outline tab is just blank even when I open a C file with lots of functions.

Re: Outline View with PHP

Posted: Wed May 07, 2014 8:21 am
by eranif
RegNatarajan wrote:Actually, now my outline view isn't working in C either
Make sure that the file is part of a project - outline view only works for files that are part of a project

If nothing is working, re-parse your workspace:
Workspace ->Retag workspace (full)
RegNatarajan wrote:Is there a way to make Outline View work for PHP?
When you talk about "Outline View" do you mean the "Outline" tab in the "Workspace" pane? or the one that comes
up when you click Ctrl-Shift-O?

Also, which OS are we talking about here?
If this is Windows - I Can help you with PHP

Eran

Re: Outline View with PHP

Posted: Thu May 08, 2014 1:25 am
by RegNatarajan
eranif wrote:
RegNatarajan wrote:Actually, now my outline view isn't working in C either
Make sure that the file is part of a project - outline view only works for files that are part of a project
That was my problem. Works fine now, thanks.
eranif wrote:
RegNatarajan wrote:Is there a way to make Outline View work for PHP?
When you talk about "Outline View" do you mean the "Outline" tab in the "Workspace" pane? or the one that comes
up when you click Ctrl-Shift-O?
I meant the outline tab, but now that I know about the Ctrl-Shift-O, that would be great to have in PHP, too. :)
eranif wrote:Also, which OS are we talking about here?
If this is Windows - I Can help you with PHP
Yes, I'm developing in Windows (but deploying on Linux).

Re: Outline View with PHP

Posted: Thu May 08, 2014 7:21 am
by eranif
RegNatarajan wrote:I meant the outline tab, but now that I know about the Ctrl-Shift-O, that would be great to have in PHP, too.
I have a plugin implemented for CodeLite ( that I did not release as open source or at all )
It currently supports the following:

- Code completion for PHP
- XDebug - full debugging capabilities
- New project management
- New class wizard, code generation
- Quick outline view (Ctrl-Shift-O)
- Embeded IE / WebKit for preview

Send me an IM if you want to try it out

Eran

Re: Outline View with PHP

Posted: Thu May 08, 2014 11:19 pm
by RegNatarajan
I'd love to try it. Sending you a pm now.