Hello everyone,
I have noticed outline view only shows code outline of the current opened file in the editor which is good, is there anyway I can view the whole project outline rather than a single file. So, I could be able to see all my classes, global functions and variables declared in my project. Or am I missing something. I think, it would be much easier to navigate through the project if I can see whole project outline.
If needed I can also open a feature request for it, and pardon me if it is already implemented and I cant find it.
Is there any way to view whole project outline ?
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: Is there any way to view whole project outline ?
Not what you want, but 'Find resource..' (Ctrl + Shift + R) may help.
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there any way to view whole project outline ?
I think I need to open a feature request as codeblock already has this feature. But I have just found that codelite used to have a symbol view plugin but it is not available now, I wonder why ? I have also found a screenshot, which suggests that we could be able to see the whole project symbol or current file symbol,
http://sourceforge.net/p/codelite/bugs/ ... iteBUG.PNG
But I dont know why it is not available now :\
http://sourceforge.net/p/codelite/bugs/ ... iteBUG.PNG
But I dont know why it is not available now :\
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there any way to view whole project outline ?
You should know that this is not a good reason for implemeting it, codelite have features that C::B does not have ... and vice versasolewalker wrote:I think I need to open a feature request as codeblock already has this feature
It was unstable and no one maintained itsolewalker wrote:But I have just found that codelite used to have a symbol view plugin but it is not available now
To be honest, I will probably won't implement this, as I think there are enough functionality to display the outline (either use Ctrl-Shift-R or Ctrl-Shift-O for specific file)
A patch is welcomed. But note that providing a patch without the will to maintain its functioanlity will likely be rejected
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there any way to view whole project outline ?
Well, that was a really stupid quote from, sorry for that. I found about codelite symbol view plugin before I got to know C::B implementation. But did not know it was unstable and thus removed. I would love to help but I have no knowledge of WxWidget but its on my list of, things to learnifran wrote: You should know that this is not a good reason for implemeting it, codelite have features that C::B does not have ... and vice versasolewalker wrote:I think I need to open a feature request as codeblock already has this feature
This is a great project and maintained beautifully by a single developer, I would really hope a few developer would come forward to contribute this project.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there any way to view whole project outline ?
Don't forget DavidGH.. who is also a core developer for several years now and packages all the Linux distros + wxWidgets (checkout the git commit logs )solewalker wrote:by a single developer
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there any way to view whole project outline ?
Another stupid mistake by me Yeah, this is a great project maintained by a couple of great developer. I first found about codelite, while trying ORX game engine which is also maintained by a lead developer and a couple of community developers. I think this kind of projects need more attention.Don't forget DavidGH.. who is also a core developer for several years now and packages all the Linux distros + wxWidgets (checkout the git commit logs )