h0arry / pyscripter

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

Please add support for Bookmarks. Enhancment. #533

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bookmarks provide an easy way to jump between the edited parts of source files 
especially if those sources are really large. 
Notepad++ and almost any *nix GUI editor support them so I guess those can be 
used as an example.

Usually a bookmark is toggled by "Ctrl-B" shortcut and "Alt-PgDn"/"Alt-PgUp" 
are used to jump to the next/previous bookmark.

It would be really nice to have this feature in PyScripter.

PS. Seems like this request is somehow similar to Issue 313, but I'd rather 
emphasize namely "bookmarks", not just "go back" feature.

Thank you

Original issue reported on code.google.com by OnoSendaiVII@gmail.com on 19 Jun 2011 at 11:05

GoogleCodeExporter commented 9 years ago
PyScripter already has support for bookmarks.  Each file can have up to 10 
bookmarks.

From Help, PyScripter, Editor Shortcuts

Set Marker i Shft+Ctrl+i Set numbered bookmark i at the current position 
(i=0..9) 
Go To Marker i Ctrl+i Go to numbered bookmark i (i=0..9) 

Bookmarks are persisted across PyScripter sessions.

Original comment by pyscripter on 19 Jun 2011 at 9:48

GoogleCodeExporter commented 9 years ago
I've just installed v2.4.3.0 and found that bookmark zero does not work, only 
bookmarks 1-9.

Original comment by Prida...@gmail.com on 16 Dec 2011 at 5:18

GoogleCodeExporter commented 9 years ago
Can you modify this feature to work like Notepad++ where it auto adds the 
bookmark without an index, and then lets you cycle thru all the book marks?

Original comment by carlos.b...@gmail.com on 15 Jan 2013 at 7:53