Backward/Forward button

General questions regarding the usage of CodeLite
m4tricol
CodeLite Curious
Posts: 2
Joined: Sat Oct 06, 2012 12:12 am
Genuine User: Yes
IDE Question: Cpp
Contact:

Backward/Forward button

Post by m4tricol »

Hello to everyone :)
simple question the forward/backward button in cl how are supposed to work ?

It seems wrong that if I navigate through the source code in one workspace, then change workspace and navigate in second workspace, the backward button remember also all the opened files from the first workspace ....

e.g:
work1:
file1-file4-file5, change to workspace 2

file1-file2-file3

click back 3 times, and the file5 from workspace1 it's opended....
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Backward/Forward button

Post by eranif »

m4tricol wrote:It seems wrong that if I navigate through the source code in one workspace, then change workspace and navigate in second workspace, the backward button remember also all the opened files from the first workspace ....
The back/forward buttons have no concepts of 'workspace' they simply remembers the jumps/file open/go to impl etc actions

Eran
Make sure you have read the HOW TO POST thread
Post Reply