-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0055 - TagsMenu.zip.json
More file actions
43 lines (43 loc) · 3.95 KB
/
0055 - TagsMenu.zip.json
File metadata and controls
43 lines (43 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"script_id": "55",
"display_name": "TagsMenu.zip",
"summary": "Creates a menu of all the tags in the current file.",
"name": "TagsMenu.zip",
"script_type": "utility",
"description": "*TagsMenu.txt* Plugin to add all known tags to a menu.\n\n--------------------------------------------------------------------------\nThe following is a cut-and-paste of the TagsMenu help file that is packaged in the attached zip file.\n--------------------------------------------------------------------------\n\nPURPOSE *TagsMenu-purpose*\n\nThis plugin will find all the tags in the current file, and make a menu of these tags. Each menu item is a move command to that tag (not actually a :tag command, but a /unique search pattern/ to that tag).\n\n\nREQUIREMENTS *TagsMenu-requirements*\n\nThe only requirement for this plugin to work is that Exuberant Ctags (see |ctags|) version 5.x is installed somewhere in your path. If you do have it installed but not in your path, you could also set the |TagsMenu_ctagsCommand| to explicitly point to your ctags installation. No other external requirements are necessary.\n\n\nINSTALLATION *TagsMenu-installation*\n\nTo add the plugin, see the vim help on the subject |add-global-plugin| (:h add-global-plugin). To add the accompanying help file, see the vim help on the subject |add-local-help|.\n\n\nEXECUTION *TagsMenu-execution*\n\nAutomatic execution: the plugin will automaticly execute (depending on the value of the |TagsMenu_useAutoCommand| option) when a buffer is entered of a recognized filetype (see |TagsMenu-filetypes|).\n\nManual execution: there are two ways to manually force the recalculation of the menu: \n <leader>t\n - this mapping depends on the value of <leader> for your configuration. By default it is ''. See |mapleader|.\n menu Tags -> Rebuild Tags Menu \n - this will only appear if the tags menu has already been created.\n\n\nREGOGNIZED FILETYPES *TagsMenu-filetypes*\n\nThe current list of recognized |filetypes| is limited to the list of types recognized by ctags. These include: asm, awk, c, cpp, cxx, sh, cobol, eiffel, fortran, java, lisp, make, pascal, perl, php, python, rexx, ruby, scheme, tcl, and vim.\n\n\n\nVersion: 0.93\nAuthor: Jay Dickon Glanville (plus others) <jayglanville at rogers.com>\nLocation: http://members.rogers.com/jayglanville/tagsmenu\nLast Modified: 4 Dec 2001\n",
"install_details": "This is a Vim 6.0 plugin. Therefore, it is only available to version 6.0 vim. As a plugin, drop the TagsMenu.vim file into your personal plugin directory, and the TagsMenu.txt help file into your personal doc directory.",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=402",
"filename": "TagsMenu.zip",
"script_version": "0.93",
"date": "2001-12-04",
"vim_version": "6.0",
"author": {
"user_id": "10",
"user_name": "dickon",
"first_name": "Jay Dickon",
"last_name": "Glanville",
"email": "jayglanville@home.com",
"homepage": ""
},
"release_notes": "- added ability to toggle options from the menu\n- added ability to group by first character (this helps shorten long menu lists)\n- minor internal changes that help solve some bugs\n\nFor full information, goto http://members.rogers.com/jayglanville/tagsmenu"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=86",
"filename": "TagsMenu.zip",
"script_version": "0.91",
"date": "2001-08-07",
"vim_version": "6.0",
"author": {
"user_id": "10",
"user_name": "dickon",
"first_name": "Jay Dickon",
"last_name": "Glanville",
"email": "jayglanville@home.com",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}