diff --git a/geanymacro/ABOUT b/geanymacro/ABOUT deleted file mode 100644 index 5cb829a02..000000000 --- a/geanymacro/ABOUT +++ /dev/null @@ -1,44 +0,0 @@ -geanymacro is a plugin to provide user defined macros for Geany. It started out -as part of the ConText feature parity plugin, which was split into individual -plugins to better suit Geany's ethos of being as light as possible while -allowing users to select which features they want to add to the core editor. -The idea was taken from a Text Editor for Windows called ConText. - -This plugin allows you to record and use your own macros. Macros are sequences -of actions that can then be repeated with a single key combination. So if you -had dozens of lines where you wanted to delete the last 2 characters, you could -simple start recording, press End, Backspace, Backspace, down line and then -stop recording. Then simply trigger the macro and it would automatically edit -the line and move to the next. You could then just repeatedly trigger the macro -to do as many lines as you want. - -Select Record Macro from the Tools menu and you will be prompted with a dialog -box. You need to specify a key combination that isn't being used, and a name -for the macro to help you identify it. Then press Record. What you do in the -editor is then recorded until you select Stop Recording Macro from the Tools -menu. Simply pressing the specified key combination will re-run the macro. - -To edit the macros you already have, select Edit Macro from the Tools menu. You -can select a macro and delete it, or re-record it. Selecting the edit option -allows you to view all the individual elements that make up the macro. You can -select a diferent command for each element, move them, add new elements, delete -elements, or if it's replace/insert, you can edit the text that replaces the -selected text, or is inserted. You can also click on a macro's name and change -it, or the key combination and re-define that assuming that the new name or key -combination are not already in use. - -The only thing to bear in mind is that undo and redo actions are not recorded, -and won't be replayed when the macro is re-run. - -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: - -Save Macros when close Geany - If this is selected then Geany will save any - recorded macros and reload them for use the next time you open Geany, if - not they will be lost when Geany is closed. -Ask before replaceing existing Macros - If this is selected then if you try - recording a macro over an existing one it will check before over-writing - it, giving you the option of trying a different name or key trigger - combination, otherwise it will simply erase any existing macros with the - same name, or the same key trigger combination. \ No newline at end of file diff --git a/geanynumberedbookmarks/ABOUT b/geanynumberedbookmarks/ABOUT deleted file mode 100644 index 029643ffb..000000000 --- a/geanynumberedbookmarks/ABOUT +++ /dev/null @@ -1,62 +0,0 @@ -geanynumberedbookmarks is a plugin to provide users with 10 numbered bookmarks -(in addition to the usual bookkmarks). It started out as part of the ConText -feature parity plugin, which was split into individual plugins to better suit -Geany's ethos of being as light as possible while allowing users to select -which features they want to add to the core editor. The idea was taken from a -Text Editor for Windows called ConText. - -Normaly if you had more than one bookmark, you would have to cycle through them -until you reached the one you wanted. With this plugin you can go straight to -the bookmark that you want with a single key combination. - -To set a numbered bookmark press Ctrl+Shift+(a number from 0 to 9). You will -see a marker apear next to the line number. If you press Ctrl+Shift+(a number) -on a line that already has that bookmark number then it removes the bookmark, -otherwise it will move the bookmark there if it was set on a different line, -or create it if it had not already been set. To move to a previously set -bookmark press Ctrl+(bookmark number). You can also specify when in the -bookmarked line the cursor is moved to when you move to a previously set -bookmark. You can choose to move to the start of the line, the end of the line, -how far into the line the cursor was when the bookmark was set, or try and keep -the cursor in the column that you are in at the moment (line length allowing). -Only the most recently set bookmark on a line will be shown, but you can have -more than one bookmark per line. This plugin does not interfer with regular -bookmarks. When a file is saved, Geany will remember the numbered bookmarks and -make sure that they are set the next time you open the file. - -This plugin also will remember the state of folds in a file (open or not) if -you want it to and re-apply this the next time you open the file. - -This plugin will also remember standard non-numbered bookmarks and restore -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 - ".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. diff --git a/latex/ABOUT b/latex/ABOUT deleted file mode 100644 index 8184b962f..000000000 --- a/latex/ABOUT +++ /dev/null @@ -1,17 +0,0 @@ -LaTeX is a little plugin to improve support of LaTeX on Geany. -It implements a couple of maybe useful functions: - - * Wizard to create new LaTeX documents in a fast and easy way - with a bunch of templates available - * A front end for add labels \label{} and references \ref{} and - \pageref{} with getting suggestion from aux file of document - * Inserting special characters through menu - * Help entering the right fields for BibTeX entries by - providing templates - * Easy inserting format patterns like \texttt{} through menu - * Support on inserting environments by offering an dialog and - recognising selections - * Shortcuts for inserting \item and \newline - * Toolbar with often used format options - -You will find more information inside documentation. diff --git a/latex/README b/latex/README index 025af660f..701fc2536 100644 --- a/latex/README +++ b/latex/README @@ -1,4 +1,29 @@ -Documentation has been moved into doc subfolder. There you you should -find a PDF or HTML file shipped with sources of this plugin. If there -is no documentation available there, please check -https://plugins.geany.org/latex.html instead. +About +----- + +This plugin improves support of LaTeX on Geany. + +Features +-------- + +Some useful functions are provided: + +* Wizard to create new LaTeX documents in a fast and easy way + with a bunch of templates available + +* A front end for add labels ``\label{}`` and references ``\ref{}`` and + ``\pageref{}`` with getting suggestion from aux file of document + +* Inserting special characters through menu + +* Help entering the right fields for BibTeX entries by + providing templates + +* Easy inserting format patterns like ``\texttt{}`` through menu + +* Support on inserting environments by offering an dialog and + recognising selections + +* Shortcuts for inserting ``\item`` and ``\newline`` + +* Toolbar with often used format options