Outline View with PHP
-
- CodeLite Curious
- Posts: 7
- Joined: Tue Apr 29, 2014 7:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Outline View with PHP
Is there a way to make Outline View work for PHP?
-
- CodeLite Curious
- Posts: 7
- Joined: Tue Apr 29, 2014 7:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Outline View with PHP
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Outline View with PHP
Make sure that the file is part of a project - outline view only works for files that are part of a projectRegNatarajan wrote:Actually, now my outline view isn't working in C either
If nothing is working, re-parse your workspace:
Workspace ->Retag workspace (full)
When you talk about "Outline View" do you mean the "Outline" tab in the "Workspace" pane? or the one that comesRegNatarajan wrote:Is there a way to make Outline View work for PHP?
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
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 7
- Joined: Tue Apr 29, 2014 7:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Outline View with PHP
That was my problem. Works fine now, thanks.eranif wrote:Make sure that the file is part of a project - outline view only works for files that are part of a projectRegNatarajan wrote:Actually, now my outline view isn't working in C either
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:When you talk about "Outline View" do you mean the "Outline" tab in the "Workspace" pane? or the one that comesRegNatarajan wrote:Is there a way to make Outline View work for PHP?
up when you click Ctrl-Shift-O?
Yes, I'm developing in Windows (but deploying on Linux).eranif wrote:Also, which OS are we talking about here?
If this is Windows - I Can help you with PHP
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Outline View with PHP
I have a plugin implemented for CodeLite ( that I did not release as open source or at all )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.
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
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 7
- Joined: Tue Apr 29, 2014 7:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Outline View with PHP
I'd love to try it. Sending you a pm now.