Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: eddyq on March 19, 2013, 03:09:11 pm

Title: traversing viewed lines
Post by: eddyq on March 19, 2013, 03:09:11 pm
As I progress viewing my source, I would like to traverse back and forth. I found alt/left alt/right but repeated use of alt/left, for example, just keeps going back to the previous view. Is there a shortcut that will continually go back after each view (I already found that repeated alt/left will do that but it is confusing when viewing).

For example,
- browse for foo
- browse for foo_bar
- browse for this
- browse for this1

I want to be able to go back to this, study it then go to the previous (foo_bar), study it then go to its previous (foo). Using alt/left does not do this, it will go to previous (this) but then after doing it again it goes back to this1.