-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecb-face.el
688 lines (582 loc) · 30.8 KB
/
ecb-face.el
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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
;;; ecb-face.el --- all face-options of ECB
;; Copyright (C) 2000 - 2005 Jesper Nordenberg,
;; Klaus Berndl,
;; Kevin A. Burton,
;; Free Software Foundation, Inc.
;; Author: Klaus Berndl <[email protected]>
;; Kevin A. Burton <[email protected]>
;; Maintainer: Klaus Berndl <[email protected]>
;; Keywords: browser, code, programming, tools
;; Created: 2001
;; This program is free software; you can redistribute it and/or modify it under
;; the terms of the GNU General Public License as published by the Free Software
;; Foundation; either version 2, or (at your option) any later version.
;; This program is distributed in the hope that it will be useful, but WITHOUT
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
;; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
;; details.
;; You should have received a copy of the GNU General Public License along with
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;; $Id: ecb-face.el,v 1.25 2009/05/03 13:16:11 berndl Exp $
;;; Commentary:
;; This file contains all options with type 'face and all face-definitions of
;; ECB.
;;; History
;;
;; For the ChangeLog of this file see the CVS-repository. For a complete
;; history of the ECB-package see the file NEWS.
;;; Code
(eval-when-compile
(require 'silentcomp))
(silentcomp-defun set-face-parent)
(silentcomp-defun make-face-bold)
(silentcomp-defun make-face)
(silentcomp-defun set-face-foreground)
(defgroup ecb-face-options nil
"Settings for all faces used in ECB."
:group 'ecb
:prefix "ecb-")
(defgroup ecb-faces nil
"Definitions of all ECB-faces"
:group 'ecb-face-options
:group 'faces
:prefix "ecb-")
(defmacro ecb-face-default (&optional height bold-p italic-p
inherit
fg-light-col fg-dark-col
bg-light-col bg-dark-col
fg-rest bg-rest
reverse-video-p)
"Macro for setting default values for an ECB face.
The parameters are set for the following display-types:
- ((class color) (background light)): HEIGHT, BOLD-P, ITALIC-P, INHERIT
FG-LIGHT-COL, BG-LIGHT-COL
- ((class color) (background dark)): HEIGHT, BOLD-P, ITALIC-P, INHERIT
FG-DARK-COL, BG-DARK-COL
- t: HEIGHT, BOLD-P, ITALIC-P, INHERIT, FG-REST, BG-REST, REVERSE-VIDEO."
`(list (list '((class color) (background light))
(append (if (and ,height (not ecb-running-xemacs)) (list :height ,height))
(if ,bold-p (if (not ecb-running-xemacs)
(list :weight 'bold)
(list :bold t)))
(if ,italic-p (if (not ecb-running-xemacs)
(list :slant 'italic)
(list :italic t)))
(if (and ,inherit (not ecb-running-xemacs)) (list :inherit ,inherit))
(if ,fg-light-col (list :foreground ,fg-light-col))
(if ,bg-light-col (list :background ,bg-light-col))))
(list '((class color) (background dark))
(append (if (and ,height (not ecb-running-xemacs)) (list :height ,height))
(if ,bold-p (if (not ecb-running-xemacs)
(list :weight 'bold)
(list :bold t)))
(if ,italic-p (if (not ecb-running-xemacs)
(list :slant 'italic)
(list :italic t)))
(if (and ,inherit (not ecb-running-xemacs)) (list :inherit ,inherit))
(if ,fg-dark-col (list :foreground ,fg-dark-col))
(if ,bg-dark-col (list :background ,bg-dark-col))))
(list 't (append (if (and ,height (not ecb-running-xemacs)) (list :height ,height))
(if ,bold-p (if (not ecb-running-xemacs)
(list :weight 'bold)
(list :bold t)))
(if ,italic-p (if (not ecb-running-xemacs)
(list :slant 'italic)
(list :italic t)))
(if (and ,inherit (not ecb-running-xemacs)) (list :inherit ,inherit))
(if ,fg-rest (list :foreground ,fg-rest))
(if ,bg-rest (list :foreground ,bg-rest))
(if ,reverse-video-p (list :reverse-video t))))))
(defface ecb-default-general-face (ecb-face-default 1.0)
"*Basic face for all ECB tree-buffers.
It´s recommended to define here the font-family, the font-size, the basic
color etc.
In GNU Emacs 21.X all faces \(even the face 'ecb-default-highlight-face') used
in the ECB tree-buffers inherit from this face. Therefore the default
attributes like font etc. of a face used in a tree-buffer can be very easily
changed with face 'ecb-default-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature but the options
`ecb-directories-general-face', `ecb-sources-general-face',
`ecb-methods-general-face' and `ecb-history-general-face' offer the choice to
use the face 'ecb-default-general-face' so also with XEmacs and GNU Emacs 20.X
the basic face-settings can be easily changed just by customizing the face
'ecb-default-general-face'!"
:group 'ecb-faces)
(defface ecb-tree-guide-line-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face
"grey" "gray")
"*Face for the guide-lines in the tree-buffers."
:group 'ecb-faces)
(defcustom ecb-tree-guide-line-face 'ecb-tree-guide-line-face
"*Face for the guide-lines in the tree-buffers."
:group 'ecb-face-options)
(defface ecb-directories-general-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face)
"*Basic face for the ECB directories buffer.
It´s recommended to define here the font-family, the font-size, the basic
color etc."
:group 'ecb-faces)
(defcustom ecb-directories-general-face 'ecb-default-general-face
"*Basic face for the ECB directories buffer.
This defines the basic face the whole directory buffer should displayed with.
If the face 'ecb-default-general-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-general-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-directories
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-directories-general-face)))
(defface ecb-sources-general-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face)
"*Basic face for the ECB sources buffer.
It´s recommended to define here the font-family, the font-size, the basic
color etc."
:group 'ecb-faces)
(defcustom ecb-sources-general-face 'ecb-default-general-face
"*Basic face for the ECB sources buffer.
This defines the basic face the whole sources buffer should displayed with. If
the face 'ecb-default-general-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-general-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-sources
:type 'face
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-sources-general-face)))
(defface ecb-methods-general-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face)
"*Basic face for the ECB methods buffer.
It´s recommended to define here the font-family, the font-size, the basic
color etc."
:group 'ecb-faces)
(defcustom ecb-methods-general-face 'ecb-default-general-face
"*Basic face for the ECB methods buffer.
This defines the basic face the whole methods buffer should displayed with. If
the face 'ecb-default-general-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-general-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-methods
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-methods-general-face)))
(defface ecb-history-general-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face)
"*Basic face for the ECB history buffer.
It´s recommended to define here the font-family, the font-size, the basic
color etc."
:group 'ecb-faces)
(defcustom ecb-history-general-face 'ecb-default-general-face
"*Basic face for the ECB history buffer.
This defines the basic face the whole history buffer should displayed with. If
the face 'ecb-default-general-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-general-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-history
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-history-general-face)))
;; TODO: Klaus Berndl <[email protected]>: add the following three faces
;; incl. their options to the texi
(defface ecb-history-bucket-node-face (ecb-face-default nil nil nil
'ecb-bucket-node-face)
"*Face used for displaying a bucket-node in the ECB-history-buffer.
In GNU Emacs 21.X this face inherits from the face 'ecb-bucket-node-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-history-buffer should be displayed with the same basic
attributes set by 'ecb-bucket-node-face' this set of basic attributes have
to be set in 'ecb-history-bucket-node-face' too!"
:group 'ecb-faces)
(defcustom ecb-history-bucket-node-face 'ecb-history-bucket-node-face
"*Basic face for displaying a bucket-node in the ECB-history-buffer.
This defines the basic face for the bucket-nodes used to bucketize the
history-entries as defined with the option `ecb-history-make-buckets'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-history
:type '(radio (const :tag "Use ecb-bucket-node-face"
:value ecb-bucket-node-face)
(face :tag "Special face"
:value ecb-history-bucket-node-face)))
(defface ecb-history-indirect-buffer-face (ecb-face-default nil nil t
'ecb-history-general-face)
"*Define a face for displaying indirect buffers in the history buffer.
In GNU Emacs 21.X this face inherits from the face 'ecb-history-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-history-buffer should be displayed with the same basic
attributes set by 'ecb-history-general-face' this set of basic attributes have
to be set in 'ecb-history-indirect-buffer-face' too!"
:group 'ecb-faces)
(defcustom ecb-history-indirect-buffer-face 'ecb-history-indirect-buffer-face
"*Face for indirect buffers in the history buffer."
:group 'ecb-history
:group 'ecb-face-options
:type '(radio (const :tag "Use ecb-history-general-face"
:value ecb-history-general-face)
(face :tag "Special face"
:value ecb-history-indirect-buffer-face)))
(defface ecb-history-dead-buffer-face (ecb-face-default nil nil nil
'ecb-history-general-face
"gray60"
"gray60"
nil nil
nil "gray60")
"*Define a face for history entries pointing to dead buffers.
In GNU Emacs 21.X this face inherits from the face 'ecb-history-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-history-buffer should be displayed with the same basic
attributes set by 'ecb-history-general-face' this set of basic attributes have
to be set in 'ecb-history-dead-buffer-face' too!"
:group 'ecb-faces)
(defcustom ecb-history-dead-buffer-face 'ecb-history-dead-buffer-face
"*Face for history entries pointing to dead buffers."
:group 'ecb-history
:group 'ecb-face-options
:type '(radio (const :tag "Use ecb-history-general-face"
:value ecb-history-general-face)
(face :tag "Special face"
:value ecb-history-dead-buffer-face)))
(defface ecb-default-highlight-face (ecb-face-default nil nil nil
nil ;'ecb-default-general-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define basic face for highlighting the selected node in a tree-buffer.
In GNU Emacs 21.X all highlighting faces in the ECB tree-buffers inherit from
this face. Therefore the default attributes like font etc. of a face used in a
tree-buffer for highlighting the current tag can be very easily changed with
face 'ecb-default-highlight-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature but the options
`ecb-directory-face', `ecb-source-face', `ecb-method-face' and
`ecb-history-face' offer the choice to use the face
'ecb-default-highlight-face' so also with XEmacs and GNU Emacs 20.X the basic
face-settings can be easily changed just by customizing the face
'ecb-default-highlight-face'!"
:group 'ecb-faces)
(defface ecb-directory-face (ecb-face-default nil nil nil
'ecb-default-highlight-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define face used for highlighting current dir in directories buffer."
:group 'ecb-faces)
(defcustom ecb-directory-face 'ecb-default-highlight-face
"*Face used for highlighting current directory in the directories-buffer.
If the face 'ecb-default-highlight-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-highlight-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-directories
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-directory-face)))
(defface ecb-source-face (ecb-face-default nil nil nil
'ecb-default-highlight-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define face used for highlighting current source in the sources buffer."
:group 'ecb-faces)
(defcustom ecb-source-face 'ecb-default-highlight-face
"*Face used for highlighting current source in the sources buffer.
If the face 'ecb-default-highlight-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-highlight-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-sources
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-sources-face)))
(defface ecb-method-face (ecb-face-default nil nil nil
'ecb-default-highlight-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define face used for highlighting current tag in the methods buffer."
:group 'ecb-faces)
(defcustom ecb-method-face 'ecb-default-highlight-face
"*Face used for highlighting current tag in the methods buffer.
If the face 'ecb-default-highlight-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-highlight-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-methods
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-method-face)))
(defface ecb-method-non-semantic-face (ecb-face-default nil nil nil
'ecb-methods-general-face
"brown" "brown")
"*Define face used for displaying tags of non-semantic-sources."
:group 'ecb-faces)
(defcustom ecb-method-non-semantic-face 'speedbar-tag-face
"*Face used for for displaying tags of non-semantic-sources.
Default is the face used by speedbar for tags.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-methods
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-method-face)))
(defface ecb-history-face (ecb-face-default nil nil nil
'ecb-default-highlight-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define face used for highlighting current entry in the history buffer."
:group 'ecb-faces)
(defcustom ecb-history-face 'ecb-default-highlight-face
"*Face used for highlighting current entry in the history buffer.
If the face 'ecb-default-highlight-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-highlight-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-history
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-history-face)))
(defface ecb-analyse-face (ecb-face-default nil nil nil
'ecb-default-highlight-face
"yellow" nil
"cornflower blue" "magenta"
nil nil t)
"*Define face used for highlighting current entry in the analyse buffer."
:group 'ecb-faces)
(defcustom ecb-analyse-face 'ecb-default-highlight-face
"*Face used for highlighting current entry in the analyse buffer.
If the face 'ecb-default-highlight-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-highlight-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-analyse
:type '(radio (const :tag "Use ecb-default-highlight-face"
:value ecb-default-highlight-face)
(face :tag "Special face"
:value ecb-analyse-face)))
(defface ecb-analyse-general-face (ecb-face-default 1.0 nil nil
'ecb-default-general-face)
"*Basic face for the ECB analyse buffer.
It´s recommended to define here the font-family, the font-size, the basic
color etc."
:group 'ecb-faces)
(defcustom ecb-analyse-general-face 'ecb-default-general-face
"*Basic face for the ECB analyse buffer.
This defines the basic face the whole history buffer should displayed with. If
the face 'ecb-default-general-face' is used then the display of all
ECB-tree-buffers can be changed by modifying only the face
'ecb-default-general-face'.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-analyse
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-analyse-general-face)))
(defface ecb-analyse-bucket-element-face (ecb-face-default nil nil nil
'ecb-analyse-general-face
"brown")
"*Face used for displaying elements of buckets in the ECB-analyse-buffer.
In GNU Emacs 21.X this face inherits from the face 'ecb-default-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-buffers should be displayed with the same basic
attributes set by 'ecb-default-general-face' this set of basic attributes have
to be set in 'ecb-analyse-bucket-node-face' too!"
:group 'ecb-faces)
(defcustom ecb-analyse-bucket-element-face 'ecb-analyse-bucket-element-face
"*Basic face for displaying elements of buckets in the ECB-analyse-buffer.
This defines the basic face for the elements of category-buckets like Context,
Prefix, Completions etc. in the ECB-analyse-buffer.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-analyse
:type '(radio (const :tag "Use ecb-default-general-face"
:value ecb-default-general-face)
(face :tag "Special face"
:value ecb-analyse-bucket-element-face)))
(defface ecb-analyse-bucket-node-face (ecb-face-default nil t nil
'ecb-bucket-node-face)
"*Face used for displaying a bucket-node in the ECB-analyse-buffer.
In GNU Emacs 21.X this face inherits from the face 'ecb-default-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-buffers should be displayed with the same basic
attributes set by 'ecb-default-general-face' this set of basic attributes have
to be set in 'ecb-analyse-bucket-node-face' too!"
:group 'ecb-faces)
(defcustom ecb-analyse-bucket-node-face 'ecb-analyse-bucket-node-face
"*Basic face for displaying a bucket-node in the ECB-analyse-buffer.
This defines the basic face for the bucket-nodes like Context, Prefix,
Completions etc. in the ECB-analyse-buffer.
Changes take first effect after finishing and reactivating ECB!"
:group 'ecb-face-options
:group 'ecb-analyse
:type '(radio (const :tag "Use ecb-bucket-node-face"
:value ecb-bucket-node-face)
(face :tag "Special face"
:value ecb-analyse-bucket-node-face)))
(defface ecb-tag-header-face (ecb-face-default nil nil nil nil nil nil
"SeaGreen1" "SeaGreen1"
nil nil t)
"*Define face used for highlighting the tag header.
The tag header is the first line of the tag which is highlighted after
jumping to it by clicking onto a node in the methods buffer."
:group 'ecb-faces)
(defcustom ecb-tag-header-face 'ecb-tag-header-face
"*Face used for highlighting the tag header.
The tag header is the first line of the tag which is highlighted after
jumping to it by clicking onto a node in the methods buffer."
:group 'ecb-face-options
:group 'ecb-methods
:type 'face)
(defface ecb-source-in-directories-buffer-face (ecb-face-default nil nil nil
'ecb-directories-general-face
"medium blue"
"LightBlue1"
nil nil
nil "gray")
"*Define a face for displaying sources in the directories buffer."
:group 'ecb-faces)
(defcustom ecb-source-in-directories-buffer-face 'ecb-source-in-directories-buffer-face
"*Face for source files in the directories buffer."
:group 'ecb-directories
:group 'ecb-face-options
:type 'face)
(defface ecb-source-read-only-face (ecb-face-default nil nil t
'ecb-default-general-face)
"*Define a face for displaying read-only sources."
:group 'ecb-faces)
(defcustom ecb-source-read-only-face 'ecb-source-read-only-face
"*Face for read-only sources."
:group 'ecb-sources
:group 'ecb-directories
:group 'ecb-face-options
:type 'face)
(defface ecb-directory-not-accessible-face (ecb-face-default nil nil nil
'ecb-directories-general-face
"gray60"
"gray60"
nil nil
nil "gray60")
"*Define a face for displaying not accessible dirs in the directories buffer."
:group 'ecb-faces)
(defcustom ecb-directory-not-accessible-face 'ecb-directory-not-accessible-face
"*Face for not accessible dirs in the directories buffer."
:group 'ecb-directories
:group 'ecb-face-options
:type 'face)
(defface ecb-type-tag-class-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-interface-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-struct-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-typedef-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-union-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-enum-face (ecb-face-default nil t)
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-type-tag-group-face (ecb-face-default nil t nil nil
(if ecb-running-xemacs
"dimgray"
"dim gray")
(if ecb-running-xemacs
"dimgray"
"dim gray"))
"*Define face used with option `ecb-type-tag-display'."
:group 'ecb-faces)
(defface ecb-bucket-node-face (ecb-face-default nil t nil
'ecb-default-general-face)
"*Face used for displaying bucket-nodes in the ECB-buffers.
See also `ecb-bucket-node-display'.
In GNU Emacs 21.X this face inherits from the face 'ecb-default-general-face'.
With XEmacs and GNU Emacs 20.X there is no inheritance-feature so if the
buckets in the ECB-buffers should be displayed with the same basic
attributes set by 'ecb-default-general-face' this set of basic attributes have
to be set in 'ecb-bucket-node-face' too!"
:group 'ecb-faces)
;; - mode-line faces-------------------------------------------
;; For XEmacs a face in the modeline should really inhertit from the face
;; 'modeline!
;; TODO: Klaus Berndl <[email protected]>: Currently with XEmacs 21.4.X
;; set-face-parent MUST be before defface - therefore we have to use make-face
;; first and then adding the values to this face we would have also added
;; by`defface. The defface is here only used to make this face customizable!
;; Maybe later XEmacs-versions support the parent-keyword with defface then we
;; can change back this ugly hack.
(when ecb-running-xemacs
(make-face 'ecb-mode-line-win-nr-face)
(set-face-parent 'ecb-mode-line-win-nr-face 'modeline nil '(default))
(make-face-bold 'ecb-mode-line-win-nr-face))
(defface ecb-mode-line-win-nr-face (ecb-face-default nil t)
"*Define face for the window-number in the mode-line.
See `ecb-mode-line-display-window-number'."
:group 'ecb-faces)
(defcustom ecb-mode-line-win-nr-face 'ecb-mode-line-win-nr-face
"*Face used for the window-number in the mode-line.
See `ecb-mode-line-display-window-number'. For XEmacs the face should inherit
from the face 'modeline \(see `set-face-parent')!"
:group 'ecb-mode-line
:group 'ecb-face-options
:type 'face)
(when ecb-running-xemacs
(make-face 'ecb-mode-line-prefix-face)
(set-face-parent 'ecb-mode-line-prefix-face 'modeline nil '(default))
(set-face-foreground 'ecb-mode-line-prefix-face "forestgreen"))
;; nil '(default color win)))
(defface ecb-mode-line-prefix-face (ecb-face-default nil nil nil nil
"forestgreen"
"forestgreen")
"*Define face for the prefix in the mode-line.
See `ecb-mode-line-prefixes'."
:group 'ecb-faces)
(defcustom ecb-mode-line-prefix-face 'ecb-mode-line-prefix-face
"*Face used for the prefix in the mode-line.
See `ecb-mode-line-prefixes'. For XEmacs the face should inherit from the face
'modeline \(see `set-face-parent')!"
:group 'ecb-mode-line
:group 'ecb-face-options
:type 'face)
(when ecb-running-xemacs
(make-face 'ecb-mode-line-data-face)
(set-face-parent 'ecb-mode-line-data-face 'modeline nil '(default)))
(defface ecb-mode-line-data-face (ecb-face-default)
"*Define face for the data in the mode-line.
See `ecb-mode-line-data'."
:group 'ecb-faces)
(defcustom ecb-mode-line-data-face 'ecb-mode-line-data-face
"*Face used for the data in the mode-line.
See `ecb-mode-line-data'. For XEmacs the face should inherit from the face
'modeline \(see `set-face-parent')!"
:group 'ecb-mode-line
:group 'ecb-face-options
:type 'face)
(silentcomp-provide 'ecb-face)
;;; ecb-face.el ends here