Bookmarks: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
|next=Man 2 ch06s05 | |next=Man 2 ch06s05 | ||
}} | }} | ||
{{toc}} | |||
In Bluefish you can add bookmarks to a line in the text, and you can later use the bookmark to quickly jump to this location, or even to open the document referred to by the bookmark at that line. | In Bluefish you can add bookmarks to a line in the text, and you can later use the bookmark to quickly jump to this location, or even to open the document referred to by the bookmark at that line. | ||
Line 48: | Line 48: | ||
You can navigate trough bookmarks using the arrows in the bookmark browser or in Menu: <tt>Go → arrows Bookmark</tt> | You can navigate trough bookmarks using the arrows in the bookmark browser or in Menu: <tt>Go → arrows Bookmark</tt> | ||
{{top}} | |||
== Generating several bookmarks at once == | == Generating several bookmarks at once == | ||
To add many bookmarks at once, use the <tt>Edit → Find</tt> ('''Ctrl+F''') dialog, or the Search icon in Main Tool Bar. Check the Bookmark matches option, and all search results will be added to your bookmarks. | To add many bookmarks at once, use the <tt>Edit → Find</tt> ('''Ctrl+F''') dialog, or the Search icon in Main Tool Bar. Check the Bookmark matches option, and all search results will be added to your bookmarks. | ||
Line 64: | Line 64: | ||
: [https://bugzilla.gnome.org/show_bug.cgi?id=611743 bug 612556] | : [https://bugzilla.gnome.org/show_bug.cgi?id=611743 bug 612556] | ||
{{top}} | |||
Revision as of 13:55, 11 March 2010
In Bluefish you can add bookmarks to a line in the text, and you can later use the bookmark to quickly jump to this location, or even to open the document referred to by the bookmark at that line.
Creating Bookmarks
Bookmarks can be added to the current cursor location by using the Document → Add Bookmark (Ctrl+K) menu item; or by right-clicking in the text, and selecting Add bookmark. You can delete a bookmark using the Delete bookmark item in the document contextual menu.
Adding or deleting a bookmark: right click on the Editing Area.
if the line is still bookmarked, you can delete the bookmark, else you can create one. |
|
|
Each bookmark in a given document is marked by a black square in the line number margin.
The bookmark browser
The bookmark browser provides access to previously marked positions in a file.
Bookmarks can be found in the second tab of the side panel, sorted by document and line number.
If you right click a bookmark in the bookmark tab of the side panel, you get a pop up menu with several options.
Bookmarks can be temporary or permanent. Permanent bookmarks are stored, and temporary bookmarks are gone after Bluefish is closed. The default is set in the preferences under Editor.
The Edit option let you set a name, a description and and toggle permanent/temporary option.
You can navigate trough bookmarks using the arrows in the bookmark browser or in Menu: Go → arrows Bookmark
Generating several bookmarks at once
To add many bookmarks at once, use the Edit → Find (Ctrl+F) dialog, or the Search icon in Main Tool Bar. Check the Bookmark matches option, and all search results will be added to your bookmarks.
Here is an example which bookmarks all functions in Shell script file with POSIX or PERL regular expressions:
Check Section 5.3, “Find and Replace Using Regular Expressions” for more information on finding and replacing with regular expression in Bluefish.
- see also
- bug 611743
- bug 612556