File: BibView.eng.ad

package info (click to toggle)
bibview 2.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,252 kB
  • ctags: 1,588
  • sloc: ansic: 15,149; yacc: 1,145; makefile: 297; lex: 221; sh: 17
file content (414 lines) | stat: -rw-r--r-- 15,079 bytes parent folder | download | duplicates (3)
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
! Resource Database for bibView 2.0
! ---------------------------------
! Language: English

BibView.iconName:		bibView
BibView*font: *helvetica-bold-r-*-120-*


! definition of defaults 

! BibView.quiet:	true
! BibView.iconsOnDesk:	false
! BibView.makeBackup:	true
! BibView.autoCheck:	true
! BibView.reqFields:	false
! BibView.ignoreCase:	true
! BibView.printAsBib:	true
! BibView.displayErrWin:true
! BibView.focus:	true
! BibView.orig:		false
! BibView.bibdir:	/usr/wiss/liebla/bib


! resources for main program window
BibView*mainwin.orientation:		vertical
BibView*mainwin.height:			150
BibView*mainwin.width:			240
BibView*mainwin*showGrip:		false
BibView*mainwin.commandBox.width: 	500
BibView*mainwin.commandBox.vSpace: 	0
BibView*mainwin.commandBox.hSpace: 	0
BibView*mainwin.commandBox.min: 	21

BibView*mainwin.desktop.label:
BibView*mainwin.desktop.width:   	500
BibView*mainwin.desktop.height:    	150
BibView*mainwin.desktop.fromVert:  	commandBox

BibView*mainwin*file.label:		File
BibView*mainwin*file.menuName:		fileMenu
BibView*fileMenu.label:			File Menu
BibView*fileMenu*item1*label:		New
BibView*fileMenu*item2*label:		Open
BibView*fileMenu*item3*label:		Close
BibView*fileMenu*item4*label:		Save
BibView*fileMenu*item5*label:		Save as
BibView*fileMenu*item6*label:		Quit

BibView*mainwin*services.label:      	Services
BibView*mainwin*services.menuName:	servicesMenu
BibView*servicesMenu.label:		Services Menu
BibView*servicesMenu*item1*label:	Consistency Check	
BibView*servicesMenu*item2*label:	Unify
BibView*servicesMenu*item3*label:	Print
BibView*servicesMenu*item4*label:	Edit Macros
BibView*servicesMenu*item5*label:	Load Configuration

BibView*mainwin*options.label:       	Options
BibView*mainwin*options.menuName:	optionsMenu
BibView*mainwin*options*leftMargin: 	20
BibView*optionsMenu.label:		Options Menu
BibView*optionsMenu*item1*label:	Beep on Error
BibView*optionsMenu*item2*label:	Backup  
BibView*optionsMenu*item3*label:	Icons on Desktop  
BibView*optionsMenu*item4*label:	Automatic Check
BibView*optionsMenu*item5*label:	Required Fields
BibView*optionsMenu*item6*label:	Ignore Case
BibView*optionsMenu*item7*label:	Print As Bib
BibView*optionsMenu*item8*label:	Display Error Window

BibView*mainwin*window.label:      	Window
BibView*mainwin*window.menuName:	windowMenu
BibView*mainwin*window*leftMargin: 	20
BibView*windowMenu.label:		Window Menu
BibView*windowMenu*item1*label:		Cascade

BibView*mainwin*help.label:      	Help
BibView*mainwin*help.menuName:		helpMenu
BibView*helpMenu.label:			Help Menu
BibView*helpMenu*item1*label:		Survey
BibView*helpMenu*item2*label:		Main Window
BibView*helpMenu*item3*label:		Bibliography Window
BibView*helpMenu*item4*label:		List Window
BibView*helpMenu*item5*label:		Card Window
BibView*helpMenu*item6*label:		Other Windows
BibView*helpMenu*info*label:		Program Info

BibView*bibWin.orientation:		vertical
BibView*bibWin.width:			352
BibView*bibWin.height:			150
BibView*bibWin*showGrip:		false
BibView*bibWin*commandBox.width: 	450
BibView*bibWin*commandBox.vSpace: 	0
BibView*bibWin*commandBox.hSpace: 	0
BibView*bibWin*commandBox.min: 		21

BibView*bibWin*commandBox*new.label:	New
BibView*bibWin*new.menuName:		newMenu
BibView*bibWin*newMenu.label:		New Menu

BibView*bibWin*commandBox*search.label:	Search
BibView*bibWin*commandBox*list.label:	List
BibView*bibWin*commandBox*macro.label:	Macros
BibView*bibWin*commandBox*print.label:	Print
BibView*bibWin*commandBox*save.label:	Save
BibView*bibWin*commandBox*close.label:	Close

BibView*bibWin*window.label:		Window
BibView*bibWin*window.menuName:		windowMenu
BibView*bibWin*window*leftMargin: 	20
BibView*bibWin*windowMenu.label:	Window Menue
BibView*bibWin*windowMenu*item1.label:	Cascade

BibView*bibWin.bibdesk.label:
BibView*bibWin.bibdesk.width:   	450
BibView*bibWin.bibdesk.height:    	350
BibView*bibWin.bibdesk.fromVert:  	commandBox


! resources for list windows
! --------------------------
BibView*listWin*allowShellResize:	true
BibView*listWin*allowResize:		true
BibView*listWin.height:			450
BibView*listWin.width:			530
BibView*listWin.horizDistance:		235
BibView*listWin.vertDistance:		20
BibView*listWin.borderWidth:		2
BibView*listWin.orientation:		vertical
BibView*listWin*showGrip:		false
BibView*listWin.commandBox.vSpace: 	0
BibView*listWin.commandBox.hSpace: 	0
BibView*listWin.commandBox.min: 	21
BibView*listWin.commandBox*print.label:	Print
BibView*listWin.commandBox*save.label:	Save
BibView*listWin.commandBox*sort.label:	Sort
BibView*listWin.commandBox*copy.label:	Copy
BibView*listWin.commandBox*quit.label:	Close
BibView*listWin*sort.menuName:		sortMenu
BibView*listWin*sortMenu.label:		Sort Menu
BibView*listWin*listVport.fromVert:	commandBox
BibView*listWin*listVport*font: 	*fixed-bold-r-*-100-*
BibView*listWin*head1.width:		1000
BibView*listWin*list.verticalList:	true
BibView*listWin*list.forceColumns:	true
BibView*listWin*list.defaultColumns:	1


! resources for edit windows
! --------------------------
BibView*macWin*allowResize:		true
BibView*macWin.height:			300
BibView*macWin.width:			450
BibView*macWin.borderWidth:		2
BibView*macWin.orientation:		vertical
BibView*macWin*showGrip:		false
BibView*macWin.commandBox.vSpace: 	0
BibView*macWin.commandBox.hSpace: 	0
BibView*macWin.commandBox.min: 	21
BibView*macWin.commandBox*save.label:	Save
BibView*macWin.commandBox*close.label:	Close
BibView*macText.fromVert:		commandBox
BibView*macText*font: 			*fixed-bold-r-*-100-*
BibView*macText*textSource.editType:	edit
BibView*macText*input: 			true

! resources for help windows
! --------------------------
BibView*helpWin*allowResize:		true
BibView*helpWin.height:			300
BibView*helpWin.width:			500
BibView*helpWin.borderWidth:		2
BibView*helpWin.orientation:		vertical
BibView*helpWin*showGrip:		false
BibView*helpWin.commandBox.vSpace: 	0
BibView*helpWin.commandBox.hSpace: 	0
BibView*helpWin.commandBox.min: 	21
BibView*helpWin.commandBox*close.label:	Close
BibView*helpText.fromVert:		commandBox
BibView*helpText*font: 			*fixed-bold-r-*-120-*
BibView*helpText*input: 		true

! resources for annote windows
! --------------------------
BibView*annoteWin*allowResize:		true
BibView*annoteWin.height:		300
BibView*annoteWin.width:		500
BibView*annoteWin.borderWidth:		2
BibView*annoteWin.orientation:		vertical
BibView*annoteWin*showGrip:		false
BibView*annoteWin.commandBox.vSpace: 	0
BibView*annoteWin.commandBox.hSpace: 	0
BibView*annoteWin.commandBox.min: 	21
BibView*annoteWin.commandBox*close.label:	Close
BibView*annoteWin.commandBox*save.label:	Save
BibView*annoteText.fromVert:		commandBox
BibView*annoteText*font: 		*fixed-bold-r-*-120-*
BibView*annoteText*input: 		true

! resources for search windows
! ----------------------------
BibView*srchShell.title:		Search
BibView*srchWin.height:			400
BibView*srchWin.width:			380
BibView*srchWin.borderWidth:		2
BibView*srchWin.orientation:		vertical
BibView*srchWin*showGrip:		false
BibView*srchWin.commandBox.vSpace: 	0
BibView*srchWin.commandBox.hSpace: 	0
BibView*srchWin.commandBox.min: 	21
BibView*srchWin.commandBox*ok.label:	Start search
BibView*srchWin.commandBox*cancel.label:Cancel
BibView*srchWin*srchFlds*borderwidth:	0
BibView*srchWin*srchFlds*vSpace:	0
BibView*srchWin*srchFlds*font: 		*helvetica-bold-r-*-100-*
BibView*srchWin*ComboBox.borderWidth:	0
BibView*srchWin*ComboBox.margin:	4
BibView*srchWin*ComboBox*Text.width:	250
BibView*srchWin*ComboBox*Toggle.width:	100
BibView*srchWin*ComboBox*Toggle.justify:left
BibView*srchWin*ComboBox*Viewport.borderWidth:	4
BibView*srchWin*ComboBox*Viewport.width:	300
BibView*srchWin*ComboBox*Viewport.height:	100
BibView*srchWin*cbAllFields*name:       AllFields:
BibView*srchWin*cbBibType*name:		BibTeX Type:
BibView*srchWin*cbMainkey*name:		BibTeX Key:
BibView*srchWin*cbUserfield1.width:     100
BibView*srchWin*cbUserfield2.width:     100
BibView*srchWin*cbUsercont1.width:      250
BibView*srchWin*cbUsercont2.width:      250
BibView*srchWin*fldHead.label:          Userdefined Fields
BibView*srchWin*fldHead.width:          355


! resources for card windows
! --------------------------
BibView*cardShell.allowShellResize:	true
BibView*cardWin*Text*scrollHorizontal:	whenNeeded
BibView*cardWin*Text*scrollVertical:	whenNeeded
BibView*cardWin*Text*thickness:		8
BibView*cardWin*Text.height:		28
BibView*cardWin*Text*textSource.editType:	edit
BibView*cardWin*Text*input: 		true
BibView*cardWin*Label*justify:		left
BibView*cardWin*Label*width:		70

BibView*cardWin.width:			600
BibView*cardWin.borderWidth:		2
BibView*cardWin.commandBox.showGrip:	false
BibView*cardWin.commandBox.width: 	400
BibView*cardWin.commandBox.vSpace: 	0
BibView*cardWin.commandBox.hSpace: 	0
BibView*cardWin.commandBox.min: 	21
BibView*cardWin.commandBox.skipAdjust: 	true
BibView*cardWin.commandBox*userDef.label:	User Data
BibView*cardWin.commandBox*save.label:		Save
BibView*cardWin.commandBox*change.label:	Change
BibView*cardWin.commandBox*delete.label:	Delete
BibView*cardWin.commandBox*copy.label:		Copy
BibView*cardWin.commandBox*crossref.label:	Crossref
BibView*cardWin.commandBox*duplicate.label:	Duplicate
BibView*cardWin.commandBox*quit.label:		Close
BibView*cardWin*duplicate.menuName:	        duplicateMenu
BibView*cardWin*duplicateMenu.label:	        Duplicate Menu

BibView*cardWin.userFldVport*font: 	*helvetica-bold-r-*-100-*
BibView*cardWin.userFldVport.allowResize: true
BibView*cardWin.userFldVport.min:	100
BibView*cardWin.userFldVport.max:	150
BibView*cardWin*userFieldL.width:	150
BibView*cardWin*userField.width:	225
BibView*cardWin*userFldHead.label:	Userdefined Fields
BibView*cardWin*userFldHead.width:	380
BibView*cardWin*userFldHead.borderWidth:	2
BibView*cardWin*userFldHead.justify:	center

! general resources for all card types
BibView*cardWin.carddesk*font: 		iso1.16
BibView*cardWin.carddesk*Label*borderWidth:	0
BibView*cardWin.carddesk.defaultDistance:	0

! card window field resources
BibView*cardWin.carddesk*field.width:		355
BibView*cardWin.carddesk*field.height:		60


! confirm load box resources
! --------------------------
BibView*confirmLoadShell.title:		Load?
BibView*confirmLoadBox.label:	 File is loaded.\nTake saved version?	
BibView*confirmLoadBox*ok.label:	OK
BibView*confirmLoadBox*cancel.label:	Cancel


! confirm close box resources
! ---------------------------
BibView*confirmQuitShell.title:	Close?
BibView*confirmQuitBox.label:  There are unsaved changes!\nDo you really want to close?
BibView*confirmQuitBox*ok.label:	Close
BibView*confirmQuitBox*cancel.label:	Cancel

! confirm delete box resources
! ---------------------------
BibView*confirmDeleteShell.title:	Delete?
BibView*confirmDeleteBox.label:  Do you really want to delete the entry?
BibView*confirmDeleteBox*ok.label:	Yes
BibView*confirmDeleteBox*cancel.label:	Cancel

! file select box resources
! -------------------------
BibView*fileSelectBoxShell.title:	BibView file manager
BibView*fileSelectBoxShell.iconName:	BibView file manager
BibView*fileLoadHead.label:		Choose BibTeX file:
BibView*fileRenameHead.label:		rename BibTeX file:
BibView*filePrintHead.label:		LaTeX file:
BibView*configLoadHead.label:		configuration file:
BibView*fileListSaveHead.label:		save list as BibTeX file:


! bibtex file select box resources
! --------------------------------
BibView*bibselShell.title:		BibView file selection
BibView*bibselWin*closeHead.label:	Close
BibView*bibselWin*saveHead.label:	Save
BibView*bibselWin*saveAsHead.label:     Save as	(file that should be saved)
BibView*bibselWin*copyHead.label:	Copy to
BibView*bibselWin*collSrcHead.label:	Take entries from
BibView*bibselWin*collDestHead.label:	Insert into
BibView*bibselWin*checkHead.label:	Check
BibView*bibselWin*printHead.label:	Print
BibView*bibselWin*macroHead.label:	Edit Macros
BibView*bibselWin*cancel.label:		Cancel



! notice, warning, error resources
! --------------------------------
BibView*errorShell.title:	BibView Message
BibView*errorWin*type.label:	ERROR:
BibView*errorWin*ok.label:	OK

BibView*warnShell.title:	BibView Message
BibView*warnWin*type.label:	WARNING:
BibView*warnWin*ok.label:	OK

BibView*noticeShell.title:	BibView Message
BibView*noticeWin*type.label:	HINT:
BibView*noticeWin*ok.label:	OK

BibView*msgText10.label:  Not yet implemented.
BibView*msgText11.label:  No storage!
BibView*msgText12.label:  No BibTeX file!
BibView*msgText14.label:  No BibTeX file open.
BibView*msgText15.label:  File cannot be unified.
BibView*msgText16.label:  Card cannot be copied.
BibView*msgText17.label:  List cannot be copied.
BibView*msgText18.label:  Crossref field empty.
BibView*msgText19.label:  Crossref not available.
BibView*msgText30.label:  Windows can't be cascaded!
BibView*msgText50.label:  File can't be opened!
BibView*msgText51.label:  No configuration file.
BibView*msgText52.label:  Tempory file can't be opened!
BibView*msgText53.label:  Macros can't be saved!
BibView*msgText54.label:  Please close Error Window!
BibView*msgText55.label:  Error in writing the file!
BibView*msgText56.label:  Filename not correct!
BibView*msgText60.label:  There are inconsistencies.\nThe cards are shown in List.
BibView*msgText61.label:  No inconsistencies.
BibView*msgText62.label:  There are syntactic problems.\n Please correct error and load again.
BibView*msgText63.label:  Some required fields are not entered.\nThe entry was saved.
BibView*msgText64.label:  Syntax Error.\nEntries will be lost.
BibView*msgText100.label: Double Keys are not allowed.\nCard in Tree.
BibView*msgText101.label: No regular expression.
BibView*msgText102.label: No entries found in file.
BibView*msgText114.label: Card incomplete: no author or editor.
BibView*msgText115.label: Card incomplete: no chapter and/or pages.
BibView*msgText120.label: No further files loadable.\nFirst close.
BibView*msgText121.label: Internal Error: Nr. 121

BibView*bibWin.commandBox*save.accelerators: #augment\n\
      <Key>F2: set() notify()
BibView*bibWin.commandBox*close.accelerators: #augment\n\
      <Key>F1: set() notify()
BibView*bibWin.commandBox*print.accelerators: #augment\n\
      <Key>p: set() notify()
BibView*bibWin.commandBox*list.accelerators: #augment\n\
      <Key>l: set() notify()

BibView*listWin.commandBox*save.accelerators: #augment\n\
      <Key>F2: set() notify()
BibView*listWin.commandBox*quit.accelerators: #augment\n\
      <Key>F1: set() notify()
BibView*listWin.commandBox*print.accelerators: #augment\n\
      <Key>p: set() notify()
BibView*listWin.commandBox*copy.accelerators: #augment\n\
      <Key>c: set() notify()

BibView*annoteWin*Translations: #override \
  <Key>F1:   close()\n\
  <Key>F2:   save()\n\
  <Key>F3:   saveclose()\n\
  <Key>F5:   string(article)\n\
  <Key>F6:   string(and)

BibView*cardWin*Translations: #override \
  <Key>Tab:           forward_focus()\n\
  <Key>Escape:        backward_focus()\n\
  <Btn3Down>,<Btn3Up>: set_focus()\n\
  <Key>F1:            close()\n\
  <Key>F2:            save()\n\
  <Key>F3:            saveclose()\n\
  <Key>F4:            next()\n\
  <Key>F5:            string(article)\n\
  <Key>F6:            string(inproceedings)