It could be great to have Back and Forward jump functionality - like Vim has (see http://vim.wikia.com/wiki/Jumping_to_previously_visited_locations). In particular, this functionality is very convenient in combination with Forward-Inverse dvi search. It would also be great to have such buttons on Toolbar (similar to web browsers).
Anonymous
Have you seen that you can jump back with ctrl+h within the same file?
Thank you for the information on Ctrl-H. But this deals with changes; I mean history of cursor positions in the file. To give an example of usage: you are at a point of the tex file (it is not necessarily a point of change), then with forward search you get to dvi file, browse through it and find something, use inverse search to return to tex file, get some information there (copy something or find out name of label or ...) and finally return to the start point with back jump.
cursor history implemented (rev. 3343, 3347)