I loaded a project. Activated an editor and clicked into it to create a jump record.
I then activated another editor and clicked into that one to create the second jump record.
I used alt-up (my jump back key) and arrived at the first jump point in the first editor I activated.
Could you tell us the steps to make this fail.
Thanks
pecan
svn 5943 Win7
Thanks.
I just build a clean svn 5966 (TDM-GCC 4.4.1-2, wxWidgets 2.8.10), and do like you did. But still can't jump cross tabs.
Edit:Steps to produce the problem
1, open a project, open file A, and click on line 100.
2, open file B, click on line 20.
3, scroll of editor B, and click on line 400.
4, jump backward, the caret go to line 20 of B
5, jump backward, the caret go to line 400 of B
6, jump backward, the caret go to line 20 of B
......
file A is not reached.
Edit2:It seems the jump backward always loop between the last two caret record.