Patiencer / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

GO BACK editor option needed #313

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit a big file with the cursor on any line.
2. JUMP to another line by scrolling to it, hitting CTRL-G, or click on the
code explorer.
3. Then try to get back to the line you were on. There is no way except to
remember the line you were on.

What is the expected output? What do you see instead?
Many editors (like Visual Studio) save a linear history of file offsets of
where the cursor is located; i.e. list of bookmarks. This is sort of like a
history of changes where you can CTRL-Z to undo them. You don't even know
it's doing it until you needed. So you can jump around the code and look to
see what other parts are doing. Then, when you're through exploring, you
hit CTRL-MINUS (or whatever) to jump back (or CTRL-PLUS to go forward) in
order of navigation.

What version of the product are you using? On what operating system?
1.9.9.7 on XP

Please provide any additional information below.

Original issue reported on code.google.com by symmetri...@gmail.com on 21 Jun 2009 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 9 Oct 2010 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 18 Oct 2010 at 11:00

GoogleCodeExporter commented 9 years ago
http://blogs.msdn.com/b/zainnab/archive/2010/03/01/navigate-backward-and-navigat
e-forward-vstipedit0024.aspx

Original comment by pyscripter on 15 Jun 2011 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 4 Mar 2012 at 4:08