I opened a WorkSpace name is "workspace1",but the "WorkSpace View" and" Output view" is empty. I'm using default layout setting.Please take a look at this picture:
OS: Windows 8.1
Compiler: gcc v8.1.0
I need help!
Version: CodeLite 15 , Installed by InstallerProblems with empty Workspace view
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Feb 13, 2021 3:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Problems with empty Workspace view
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Problems with empty Workspace view
Hi,
And you don't mention a project. Does workspace1 have a project? If so, which sort? If not, you need to add one.
Assuming you do have a C++ workspace, and it does have a project, I suggest you attach a zip of it here so people can test it.
Regards,
David
What sort of workspace is it? A 'C++' one?I opened a WorkSpace name is "workspace1"
And you don't mention a project. Does workspace1 have a project? If so, which sort? If not, you need to add one.
Assuming you do have a C++ workspace, and it does have a project, I suggest you attach a zip of it here so people can test it.
Regards,
David
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Feb 13, 2021 3:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problems with empty Workspace view
Hi David,Thanks for your reply.
I tried both C++ and File-System-Workspace,and They were all empty.
Just like this(I posed the same question on GitHub):
https://github.com/eranif/codelite/issues/2658
In C++ WorkSpace I created a console project,I have a main.cpp to printf string "Hello world!".
I build and run it is success.
What surprises me is that there is never any content in Workspace View.
Shouldn't there normally be a project directory or a file tree?
This problem has been bothering me for a long time and has seriously affected my ability to write code in Codelite.
Has this ever happened to you or anyone else?
I tried both C++ and File-System-Workspace,and They were all empty.
Just like this(I posed the same question on GitHub):
https://github.com/eranif/codelite/issues/2658
In C++ WorkSpace I created a console project,I have a main.cpp to printf string "Hello world!".
I build and run it is success.
What surprises me is that there is never any content in Workspace View.
Shouldn't there normally be a project directory or a file tree?
This problem has been bothering me for a long time and has seriously affected my ability to write code in Codelite.
Has this ever happened to you or anyone else?
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Problems with empty Workspace view
NoHas this ever happened to you
Not that I've heard.or anyone else?
Please create an archive e.g. zip of one of your failing workspaces + project, and attach it here. Then we can test it.
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Feb 13, 2021 3:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problems with empty Workspace view
Here : But I don't think it's a question of creating workspaces,because the "Debugger" and "Output View" panes all empty when I started CodeLite and running main.cpp.
Is my OS(Windows8.1) having compatibility problems with CodeLite?
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Problems with empty Workspace view
I just opened your workspace/project and saw:
I suggest you:
Close CodeLite.
Delete, or temporarily rename, your CodeLite configuration (that's probably %appdata%\Codelite, where %appdata% may be C:\Users\<name>\AppData)
Start CodeLite again; that should create a new configuration.
Create a new workspace and add one of the specimen projects.
If that works, and looks correct, there must have been a problem with your initial install.
If it still doesn't work, I've run out of ideas.
So it's not a problem with the workspace itself.I've not used Windows since Win95, so I'm not the best person to ask. But I'm sure that many others have used 8.1 successfully.Is my OS(Windows8.1) having compatibility problems with CodeLite?
I suggest you:
Close CodeLite.
Delete, or temporarily rename, your CodeLite configuration (that's probably %appdata%\Codelite, where %appdata% may be C:\Users\<name>\AppData)
Start CodeLite again; that should create a new configuration.
Create a new workspace and add one of the specimen projects.
If that works, and looks correct, there must have been a problem with your initial install.
If it still doesn't work, I've run out of ideas.
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Curious
- Posts: 4
- Joined: Sat Feb 13, 2021 3:58 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problems with empty Workspace view
It still doesn't work.DavidGH wrote: ↑Mon Feb 15, 2021 5:58 pm Close CodeLite.
Delete, or temporarily rename, your CodeLite configuration (that's probably %appdata%\Codelite, where %appdata% may be C:\Users\<name>\AppData)
Start CodeLite again; that should create a new configuration.
Create a new workspace and add one of the specimen projects.
If you don't know how to solve the problem ...
Well, I'll wait to see if anyone else responds to me.
Thanks for your patience in helping me!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Problems with empty Workspace view
I managed to get access to Windows 8.1 I will try v15 and report back
Make sure you have read the HOW TO POST thread