Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Thu, 23 Apr 2015 05:04:15 UTC Commit: 005cb995038583aa9bc903ffa1cb0f4a1d24743f https://github.com/geany/geany-plugins/commit/005cb995038583aa9bc903ffa1cb0f...
Log Message: ----------- Merge pull request #219 from b4n/geanynumberedbookmarks/rst-syntax
geanynumberedbookmarks: Fix reST syntax in README
Modified Paths: -------------- geanynumberedbookmarks/README
Modified: geanynumberedbookmarks/README 46 lines changed, 25 insertions(+), 21 deletions(-) =================================================================== @@ -33,30 +33,34 @@ these when a file is next reloaded if you want it to. You can alter the default behaviour of this plugin by selecting Plugin Manager under the Tools menu, selecting this plugin, and cliking Preferences. You can change: -Remember fold state - if this is set then this plugin will remember the state - of any folds along with the numbered bookmarks and set them when the file - is next loaded. -Center view when goto bookmark - If this is set it will try to make sure that - the numbered bookmark that you are going to is in the center of the screen, - otherwise it will simply be on the screen somewhere. -Move to... - This allows you to choose where in the bookmarked line the cursor - is placed when you move to a bookmarked line. -Save file settings... - This allows you the option of saving the settings of a - file (the numbered bookmark positions, folding states, and standard - bookmark positions) in either the central settings file for geany plugins, - or to a file with the same name but a suffix (by default this is ".gnbs.conf") - in the same directory as the file. This allows the user the ability to - synchronise the settings for a file along with the file itself across more - than one computer. The default suffix can be changed by editing the - numbered bookmarks pluggin settings file. This will vary from OS to OS but - will always be "settings.conf" in a directory called - "Geany_Numbered_Bookmarks". On my OS it's + +Remember fold state + if this is set then this plugin will remember the state of any folds along + with the numbered bookmarks and set them when the file is next loaded. +Center view when goto bookmark + If this is set it will try to make sure that the numbered bookmark that you + are going to is in the center of the screen, otherwise it will simply be on + the screen somewhere. +Move to... + This allows you to choose where in the bookmarked line the cursor is placed + when you move to a bookmarked line. +Save file settings... + This allows you the option of saving the settings of a file (the numbered + bookmark positions, folding states, and standard bookmark positions) in + either the central settings file for geany plugins, or to a file with the + same name but a suffix (by default this is ".gnbs.conf") in the same + directory as the file. This allows the user the ability to synchronise the + settings for a file along with the file itself across more than one + computer. The default suffix can be changed by editing the numbered + bookmarks pluggin settings file. This will vary from OS to OS but will + always be "settings.conf" in a directory called "Geany_Numbered_Bookmarks". + On my OS it's ".config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf" in my home directory, but otherwise you'll have to search for it. In the Settings section of the file near the top will be a line "File_Details_Suffix=.gnbs.conf". Simply change this to whatever you would prefer (if geany is running while you edit this file it may over-write your new suffix so best close geany before editing this file). -Remember normal Bookmarks - If this is set then the plugin will remember - standard non-numbered bookmarks, and restore them when the file is next - loaded. +Remember normal Bookmarks + If this is set then the plugin will remember standard non-numbered + bookmarks, and restore them when the file is next loaded.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).