What's the Difference Between Workspace & Explorer
-
- CodeLite Enthusiast
- Posts: 14
- Joined: Tue Oct 04, 2016 9:10 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
What's the Difference Between Workspace & Explorer
What's the difference between workspace and explorer?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: What's the Difference Between Workspace & Explorer
The "Explorer" is a generic view of the file system without any special additions for the projects or the langauge
The "Workspace View" only shows the projects you want and contains specific context menus, it handles a session and stores PHP related information (like code completion search paths, debugger details and other PHP related information)
You should realize that CodeLite is also used for C++ and JS. For C++ the "Workspace View" is a different beast, it does not relfects the actual file system, but it rather uses a more visual studio approach of using virtual folders
The "Workspace View" only shows the projects you want and contains specific context menus, it handles a session and stores PHP related information (like code completion search paths, debugger details and other PHP related information)
You should realize that CodeLite is also used for C++ and JS. For C++ the "Workspace View" is a different beast, it does not relfects the actual file system, but it rather uses a more visual studio approach of using virtual folders
Make sure you have read the HOW TO POST thread