I like codelite really and i'm working more and more with it. here some points you may fix .
- it's not a big issue but is it possible to let in the workspace view the projects items opend if the last file is closed. at the moment if i close the last opened file it collapses all project items and one has to open it again to select the files. i'm usinig the 2128 build.
- in the settings dialog the postbuild tab (the same for prebuild tab) . if i want edit an element in the list it checks off everytime the item. i have to check the box everytime again if i hit the edit button. maybe it would be better if the checkbox is only deselected if one deselects it.
you did a great job anyway. really nice tool.
Feature request: Workspace View should not collapse items
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request: Workspace View should not collapse items
And I thought that this is a feature...Yaakuro wrote:at the moment if i close the last opened file it collapses all project items
Why do you use such "old" method to open files?Yaakuro wrote:one has to open it again to select the files.
Try the 'Ctrl-Shift-R' or from 'Search -> Find Resource' this will open the file for you a lot quicker and will also select it in the 'File View'
Strange, that never happened to me. On Which OS are you?Yaakuro wrote:if i want edit an element in the list it checks off everytime the item
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
Re: Feature request: Workspace View should not collapse items
Hmm "old" method . Maybe I've been working to much with the Visual Studio envrionemt. At the moment I'm working under Ubuntu 8.04. I should check the "check" problem under windows too.
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
Re: Feature request: Workspace View should not collapse items
Ok it looks like that the problem with the "check boxes" appears only under linux. I've testet it under Windows and it's different.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request: Workspace View should not collapse items
Confirmed and fixed in SVN trunk - this looks like a bug in WX code, but I provided a workaround.Yaakuro wrote:Ok it looks like that the problem with the "check boxes" appears only under linux
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 12
- Joined: Sat Dec 20, 2008 3:01 am
- Contact:
Re: Feature request: Workspace View should not collapse items
This thing is really annoying, especially if you have opened plenty of files and select: "Close all" because because it's easier to search a file in the tree instead of tabs.eranif wrote:And I thought that this is a feature...Yaakuro wrote:at the moment if i close the last opened file it collapses all project items
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request: Workspace View should not collapse items
on top of the 'workspace' tab, just under the 'Selected configuration' there is a toolbar, the left most button 'Link Editor' -> untick it and thats it.asterisc wrote:This thing is really annoying, especially if you have opened plenty of files and select: "Close all" because because it's easier to search a file in the tree instead of tabs.
Eran
Make sure you have read the HOW TO POST thread