I recently updated from codelite 14.0.0 to 17.0.0 (following an update of debian stable from bullseye to bookworm).
In older versions of codelite, restarting the program would remember the last location of the cursor in each file, so I could carry on where I left off in the prior session.
It seems that in 17.0.0 the default behaviour has changed, and the cursor is always placed near the top of the file (I'm not exactly sure how it chooses where to put the cursor, but it looks like it might be the start of the first non-comment line in the file).
I find the new behaviour quite unhelpful, since I often can't remember the location of my last edit in a file when I restart a session. I looked in the settings, but couldn't find what I need to do to have codelite automatically open the file with the cursor correctly placed at its location when the last session was ended. So how do I do that?