-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0015 - ccase.vim.json
More file actions
315 lines (315 loc) · 14.9 KB
/
Copy path0015 - ccase.vim.json
File metadata and controls
315 lines (315 loc) · 14.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
{
"script_id": "15",
"display_name": "ccase.vim",
"summary": "Script to setup maps/menus to add in using Clearcase.",
"name": "ccase.vim",
"script_type": "utility",
"description": "Based on what Vim detects you are running, allows for Unix or WinNT based Clearcase. Script will setup command-line abbreviations to shortcut checking-in/out, uncheckout, list checkouts (current directory, recurse directories, or all vobs), list version history. Also sets up a Clearcase Menu if you are running a gui version of Vim, which provides the same operations.",
"install_details": "Vim 6.x: Make sure to download the correct (new) version.\n\nVersion 1.36 and later:\nOnly one file, ccase.vim, and documentation is self installing the first time that VIM is started after putting ccase.vim in your plugin directory.\n\nVersions 1.35 and prior:\nUnpack the tar'ed and gzip'ed file in your ~/.vim directory, the files will go into plugin/ccase.vim and doc/ccase.txt.\n\nThen (from within vim) do\n:helptags ~/.vim/doc\n\nto rebuild the tags file. For details, read\n:help add-local-help",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3420",
"filename": "ccase.vim",
"script_version": "1.38",
"date": "2004-09-03",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Added a Change Checkout comments command, and associated menu item.\nAdded version line to allow for use by GetLatestVimScripts script by Dr. Charles (Chip) Campbell."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2580",
"filename": "ccase.vim",
"script_version": "1.36",
"date": "2003-12-09",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "My changes:\nAdd User commands for all the regular cabbrevs used, so that diff commands and others may be issued on the command line with '-c'.\n\nChanges from Gary Johnson and WEN Guopeng:\nAddition of a diff with first version on this branch.\n\nStefan Berglund and WEN Guopeng:\nAlter 'ctpwv' to not use the $view variable, and instead get it from the system.\n\nChanges from WEN Guopeng:\nChanges to embed the ccase.vim documentation in the .vim file, and automatically install on startup, diff with merged version, and other wonderful addititions that I'm probably forgetting.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2228",
"filename": "ccase-1.35.tgz",
"script_version": "1.35",
"date": "2003-08-12",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "- Added variable for listing checkouts by anyone, or just 'me'.\n- Added save of comment text into global var so it is accessable across\n starts and stops of vim.\n- Replaces some echo's with echomsg's so they are saved in vim err list.\n- Moved autocmds around, so buffer-local kemaps aren't lost by the\n autocmds which automatically refresh the listing upon BufEnter.\n- Added uncheckout functionality into Vim function instead of relying on\n shell to do it.\n- MakeActiv now prompts for an activity comment.\n- Activity functions no show the activity comment, including the\n activity list window.\n- For the activity and checkout list windows, open new files below and\n to the right of the originating list window.\n- Added check for maps of <unique><script> already being there so\n resourcing the plugin doesn't give errors.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1893",
"filename": "ccase-1.31.tgz",
"script_version": "1.31",
"date": "2003-04-03",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Incorporated Guillaume Lafage's changes for link resolution and\nimprovements for the 'list checkouts' and 'list activities' windows.\nNow double-click or Enter on a name in the list checkouts window will split-open that file, and double-click or Enter on an activity will set the current activity to be that of the activity under the cursor. \nSome updates to the help file, added a thanks section to recognize those who have contributed to ccase.vim (thanks\neveryone, I'm still open to more suggestions)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1783",
"filename": "ccase.vim.tgz",
"script_version": "1.30",
"date": "2003-03-06",
"vim_version": "6.0",
"author": {
"user_id": "1709",
"user_name": "Gollum",
"first_name": "Guillaume",
"last_name": "Lafage",
"email": "glafage@ifrance.com",
"homepage": ""
},
"release_notes": "added support for access to link files."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1324",
"filename": "ccase-1.30-bugfixes.tgz",
"script_version": "1.30_bugfi",
"date": "2002-10-21",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "fix from Gary Johnson on cleartool describe, used to determine predecessor\nversion for ctpdif, escaping missing on space in filename, seen on Windows.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1248",
"filename": "ccase-1.30.tgz",
"script_version": "1.30",
"date": "2002-09-25",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Added buffer local settings to set the current activity, and update the\ncheckout list window on BufEnter. Also added ability to create an UCM\nactivity (mkactiv). See updates to the documentation (:h ccase-plugin)."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1203",
"filename": "ccase-1.29.tgz",
"script_version": "1.29",
"date": "2002-09-11",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Implemented suggestion (ok, call it enhanced from his patch), such that the\nctpdif and ctqdif functions work properly when the filename you were editting\nwas a fully version qualified ClearCase name (ie. filename@@/main/my/version/1).\nThis is likely to happen if you open a specific file version via the ClearCase\nfile browser or version tree browser.\n\nSmall correction to use of variables local to the function (l:), not local\nto the script (s:).\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1124",
"filename": "ccase.tgz",
"script_version": "1.24.1",
"date": "2002-08-14",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Fixed goof in 'bd' command for results window, that would 'bd!' the first buffer\nmatching [acelrst] (ccase_results).\n\nPlease upgrade if you downloaded 1.24.\n\nSorry for the inconvience.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=1114",
"filename": "ccase.tgz",
"script_version": "1.25",
"date": "2002-08-13",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "After several comments on the possible naming collision of the ccase results\nfile, I've changed the implementation so that it uses a generated filename for\nthe temp file that captures command output (via tempname()), and now use a\nspecial buffer to display the results.\n\nEnjoy.\n"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=765",
"filename": "ccase.tgz",
"script_version": "1.22",
"date": "2002-04-05",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Added checkout of elements as \"unreserved\" as suggested by Barry Nisly. Plus some fixes to the documentation."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=462",
"filename": "ccase.tgz",
"script_version": "1.17",
"date": "2002-01-11",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Small bugfix: corrected default setting of g:ccaseUseDialog. Now checks\nto see if VIM was compiled with the GUI options.\n\nMAIN ADDITION:\nI finally forced myself to write up some documentation for this beast.\nHence it has now become ccase.tgz.\n\nContains:\ndoc/ccase.txt\nplugin/ccase.vim\n\nDon't forget to use :helptags to generate tags for\nnewly downloaded plugin documentation."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=311",
"filename": "ccase.vim",
"script_version": "1.14",
"date": "2001-11-01",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Lots of enhancements to prompting, added\ndiff capability utilizing vim diff\nfunctionality. Added more options for\ncheckin/out comments, making an element,\netc. Check it out."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=309",
"filename": "ccase.vim",
"script_version": "1.11",
"date": "2001-10-30",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Per suggestion by Gerard van Wageningen, added prompt box capability as well as\nvim console prompt capability for checkin and checkout comments. If using the\nGUI version and g:ccaseUseDialog is set to 1 (default) then the gui prompt box\nwill pop up for the comment to be added to the checkin/out. If g:ccaseUseDialog\nis set to 0, then prompt will be of the console variety.\n\nContinued suggestions are welcome!\n\n\nNote:\nScript version now matches cvs revision number."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=216",
"filename": "ccase.vim",
"script_version": "1.4",
"date": "2001-10-01",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Fixed bug in checking directory back in\nafter making element, in the new make\nelement functionality."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=213",
"filename": "ccase.vim",
"script_version": "1.3",
"date": "2001-10-01",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Added 'mkelem' functionality. Function to make current file an element prompts to checkout directory if it is not already checkedout, adds file (not left checkedout), and prompts for whether directory is to be checked in again."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=202",
"filename": "ccase.vim",
"script_version": "1.2",
"date": "2001-09-28",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Put in missing OpenIfNew function, that is used\nto open up a new 'results' buffer if one hasn't already been loaded."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=194",
"filename": "ccase.vim",
"script_version": "1.1",
"date": "2001-09-26",
"vim_version": "6.0",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Cleaned up some things, and tried to make\nthe script more in the style of a Vim 6.0 plugin.\nStill has a ways to go for setting up mapleader yet."
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=19",
"filename": "ccase.vim",
"script_version": "1.0",
"date": "2001-06-08",
"vim_version": "5.7",
"author": {
"user_id": "42",
"user_name": "pottsdl",
"first_name": "Douglas",
"last_name": "Potts",
"email": "pottsdl@gmail.com",
"homepage": "http://drbitz.blogspot.com/"
},
"release_notes": "Initial upload"
}
]
}