Mercurial > emacs
annotate lisp/speedbar.el @ 31383:860d7ac182e3
(vc-rcs-show-log-entry): New function.
(vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
(vc-rcs-register): If there is no RCS subdir, ask the
user whether to create one.
(vc-rcs-state-heuristic): Use
file-ownership-preserved-p.
(vc-rcs-checkout): Remove the error-handling for missing-rcs.
(vc-rcs-state-heuristic): Don't use file-writable-p.
(vc-rcs-print-log): Insert in the current buffer.
(vc-rcs-diff): Insert in the current buffer and remove unused arg
CMP.
(vc-rcs-workfile-unchanged-p): Use vc-do-command
instead of vc-simple-command.
(vc-rcs-fetch-master-state): Removed check for unlocked-changes to
avoid doing a diff when opening a file.
(vc-rcs-state): Added check for unlocked-changes.
(vc-rcs-header): Escape Id.
(vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
(vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
version.
(vc-rcs-state-heuristic): Use file-writable-p instead
of comparing userids.
(vc-rcs-fetch-master-state): Handle the case where rcs is missing.
Simplify the logic by eliminating unreachable code.
(vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
just do a recursive call if we need to retry.
(vc-rcs-checkout): Handle the case where rcs is missing by making
the buffer read-write if requested and re-signalling the error.
(vc-rcs-find-most-recent-rev): New function. The code
derives from the old vc-parse-buffer but uses the revision number
rather than the date (much easier to compare robustly).
(vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
locking-user more directly. Check strict locking and set
checkout-model appropriately.
(vc-rcs-parse-locks): Remove.
(vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
(vc-rcs-system-release): Use with-current-buffer and
vc-parse-buffer.
(vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
Merge in code
from vc-rcs-hooks.el. Don't require 'vc anymore.
(vc-rcs-responsible-p): Use expand-file-name instead of concat and
file-directory-p instead of file-exists-p.
(vc-rcs-exists): Remove.
(vc-rcs-header): New var.
Update Copyright.
(vc-rcs-rename-file): New function.
(vc-rcs-diff): Remove unused `backend' variable.
(vc-rcs-clear-headers): New function; code moved here
from vc-clear-headers in vc.el.
(tail): Provide vc-rcs and remove vc-rcs-logentry-check.
(vc-rcs-register): Parse command output to find master
file name and workfile version.
(vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
Require vc and vc-rcs-hooks.
(vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
(vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
(vc-release-greater-or-equal-p): Move from vc.
(vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
(vc-rcs-checkout): Add a missing `new-version' argument in the
call to vc-rcs-latest-on-branch-p. Hopefully that was the right
one.
(vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
Updated everything to use `vc-checkout-model'.
(vc-rcs-backend-release-p): function added. other
stuff updated to reference this function instead of the old
`vc-backend-release-p'.
(vc-rcs-logentry-check): Function added.
(vc-rcs-checkin, vc-rcs-previous-version)
(vc-rcs-checkout): Name space cleaned up. No more revision number
crunching function names that are not prefixed with vc-rcs.
(vc-rcs-checkout-model): Function added. References to
`vc-checkout-model' replaced.
(vc-rcs-admin): Added the query-only option as
required by the vc.el file.
(vc-rcs-exists): Function added.
(vc-*-checkout):
Use with-temp-file instead of /bin/sh. Merged from mainline
(vc-rcs-latest-on-branch-p): Moved to vc-rcs-hooks.el.
(vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
(vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
(vc-rcs-previous-version): Functions added.
(vc-rcs-diff): Function added.
(vc-rcs-checkout) Bug (typo) found and fixed.
(vc-rcs-register-switches) Variable `vc-rcs-register-switches' added.
Require vc when compiling.
(vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
(vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
(vc-rcs-checkin): New functions (code from vc.el).
(vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
Doc fix.
(vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
(vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
(vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
(vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
from vc.el.
(vc-rcs-system-release):
Renamed from vc-rcs-backend-release.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 04 Sep 2000 19:47:43 +0000 |
parents | 7f1b3013a136 |
children | a2d8210661c8 |
rev | line source |
---|---|
22735 | 1 ;;; speedbar --- quick access to files and tags in a frame |
21650 | 2 |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3 ;;; Copyright (C) 1996, 97, 98, 99, 00 Free Software Foundation |
22735 | 4 |
5 ;; Author: Eric M. Ludlam <zappo@gnu.org> | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
6 ;; Version: 0.11 |
22735 | 7 ;; Keywords: file, tags, tools |
8 | |
21650 | 9 ;; This file is part of GNU Emacs. |
22735 | 10 |
21650 | 11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | |
13 ;; the Free Software Foundation; either version 2, or (at your option) | |
14 ;; any later version. | |
22735 | 15 |
21650 | 16 ;; GNU Emacs is distributed in the hope that it will be useful, |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
22735 | 20 |
21650 | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
25 | |
26 ;;; Commentary: | |
27 ;; | |
28 ;; The speedbar provides a frame in which files, and locations in | |
29 ;; files are displayed. These items can be clicked on with mouse-2 | |
30 ;; in order to make the last active frame display that file location. | |
31 ;; | |
32 ;; Starting Speedbar: | |
33 ;; | |
26491
7de24bd78e93
Clean up comment at the start of the file.
Gerd Moellmann <gerd@gnu.org>
parents:
25432
diff
changeset
|
34 ;; Simply type `M-x speedbar', and it will be autoloaded for you. |
7de24bd78e93
Clean up comment at the start of the file.
Gerd Moellmann <gerd@gnu.org>
parents:
25432
diff
changeset
|
35 |
22735 | 36 ;; If you want to choose it from a menu, such as "Tools", you can do this: |
21650 | 37 ;; |
38 ;; (define-key-after (lookup-key global-map [menu-bar tools]) | |
39 ;; [speedbar] '("Speedbar" . speedbar-frame-mode) [calendar]) | |
40 ;; | |
41 ;; If you want to access speedbar using only the keyboard, do this: | |
42 ;; | |
26491
7de24bd78e93
Clean up comment at the start of the file.
Gerd Moellmann <gerd@gnu.org>
parents:
25432
diff
changeset
|
43 ;; (global-set-key [f4] 'speedbar-get-focus) |
21650 | 44 ;; |
45 ;; This will let you hit f4 (or whatever key you choose) to jump | |
46 ;; focus to the speedbar frame. Pressing it again will bring you back | |
47 ;; to the attached frame. Pressing RET or e to jump to a file | |
48 ;; or tag will move you back to the attached frame. The command | |
49 ;; `speedbar-get-focus' will also create a speedbar frame if it does | |
50 ;; not exist. | |
51 ;; | |
52 ;; Customizing Speedbar: | |
53 ;; | |
54 ;; Once a speedbar frame is active, it takes advantage of idle time | |
55 ;; to keep its contents updated. The contents is usually a list of | |
56 ;; files in the directory of the currently active buffer. When | |
57 ;; applicable, tags in the active file can be expanded. | |
58 ;; | |
59 ;; To add new supported files types into speedbar, use the function | |
60 ;; `speedbar-add-supported-extension' If speedbar complains that the | |
61 ;; file type is not supported, that means there is no built in | |
62 ;; support from imenu, and the etags part wasn't set up correctly. You | |
63 ;; may add elements to `speedbar-supported-extension-expressions' as long | |
64 ;; as it is done before speedbar is loaded. | |
65 ;; | |
66 ;; To prevent speedbar from following you into certain directories | |
67 ;; use the function `speedbar-add-ignored-path-regexp' too add a new | |
68 ;; regular expression matching a type of path. You may add list | |
69 ;; elements to `speedbar-ignored-path-expressions' as long as it is | |
70 ;; done before speedbar is loaded. | |
71 ;; | |
72 ;; To add new file types to imenu, see the documentation in the | |
22735 | 73 ;; file imenu.el that comes with Emacs. To add new file types which |
21650 | 74 ;; etags supports, you need to modify the variable |
75 ;; `speedbar-fetch-etags-parse-list'. | |
76 ;; | |
77 ;; If the updates are going too slow for you, modify the variable | |
78 ;; `speedbar-update-speed' to a longer idle time before updates. | |
79 ;; | |
80 ;; If you navigate directories, you will probably notice that you | |
81 ;; will navigate to a directory which is eventually replaced after | |
82 ;; you go back to editing a file (unless you pull up a new file.) | |
83 ;; The delay time before this happens is in | |
84 ;; `speedbar-navigating-speed', and defaults to 10 seconds. | |
85 ;; | |
22735 | 86 ;; To enable mouse tracking with information in the minibuffer of |
87 ;; the attached frame, use the variable `speedbar-track-mouse-flag'. | |
88 ;; | |
89 ;; Tag layout can be modified through `speedbar-tag-hierarchy-method', | |
90 ;; which controls how tags are layed out. It is actually a list of | |
91 ;; functions that filter the data. The default groups large tag lists | |
92 ;; into sub-lists. A long flat list can be used instead if needed. | |
93 ;; Other filters could be easily added. | |
94 ;; | |
21650 | 95 ;; AUC-TEX users: The imenu tags for AUC-TEX mode don't work very |
96 ;; well. Use the imenu keywords from tex-mode.el for better results. | |
97 ;; | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
98 ;; This file requires the library package assoc (association lists) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
99 ;; |
22735 | 100 ;;; Developing for speedbar |
101 ;; | |
102 ;; Adding a speedbar specialized display mode: | |
103 ;; | |
104 ;; Speedbar can be configured to create a special display for certain | |
105 ;; modes that do not display tradition file/tag data. Rmail, Info, | |
106 ;; and the debugger are examples. These modes can, however, benefit | |
107 ;; from a speedbar style display in their own way. | |
21650 | 108 ;; |
22735 | 109 ;; If your `major-mode' is `foo-mode', the only requirement is to |
110 ;; create a function called `foo-speedbar-buttons' which takes one | |
111 ;; argument, BUFFER. BUFFER will be the buffer speedbar wants filled. | |
112 ;; In `foo-speedbar-buttons' there are several functions that make | |
113 ;; building a speedbar display easy. See the documentation for | |
114 ;; `speedbar-with-writable' (needed because the buffer is usually | |
115 ;; read-only) `speedbar-make-tag-line', `speedbar-insert-button', and | |
116 ;; `speedbar-insert-generic-list'. If you use | |
117 ;; `speedbar-insert-generic-list', also read the doc for | |
118 ;; `speedbar-tag-hierarchy-method' in case you wish to override it. | |
119 ;; The function `speedbar-with-attached-buffer' brings you back to the | |
120 ;; buffer speedbar is displaying for. | |
21650 | 121 ;; |
22735 | 122 ;; For those functions that make buttons, the "function" should be a |
123 ;; symbol that is the function to call when clicked on. The "token" | |
124 ;; is extra data you can pass along. The "function" must take three | |
125 ;; parameters. They are (TEXT TOKEN INDENT). TEXT is the text of the | |
126 ;; button clicked on. TOKEN is the data passed in when you create the | |
127 ;; button. INDENT is an indentation level, or 0. You can store | |
128 ;; indentation levels with `speedbar-make-tag-line' which creates a | |
129 ;; line with an expander (eg. [+]) and a text button. | |
130 ;; | |
131 ;; Some useful functions when writing expand functions, and click | |
132 ;; functions are `speedbar-change-expand-button-char', | |
133 ;; `speedbar-delete-subblock', and `speedbar-center-buffer-smartly'. | |
134 ;; The variable `speedbar-power-click' is set to t in your functions | |
135 ;; when the user shift-clicks. This indications anything from | |
136 ;; refreshing cached data to making a buffer appear in a new frame. | |
137 ;; | |
138 ;; If you wish to add to the default speedbar menu for the case of | |
139 ;; `foo-mode', create a variable `foo-speedbar-menu-items'. This | |
140 ;; should be a list compatible with the `easymenu' package. It will | |
141 ;; be spliced into the main menu. (Available with click-mouse-3). If | |
142 ;; you wish to have extra key bindings in your special mode, create a | |
143 ;; variable `foo-speedbar-key-map'. Instead of using `make-keymap', | |
144 ;; or `make-sparse-keymap', use the function | |
145 ;; `speedbar-make-specialized-keymap'. This lets you inherit all of | |
146 ;; speedbar's default bindings with low overhead. | |
147 ;; | |
148 ;; Adding a speedbar top-level display mode: | |
149 ;; | |
150 ;; Unlike the specialized modes, there are no name requirements, | |
151 ;; however the methods for writing a button display, menu, and keymap | |
152 ;; are the same. Once you create these items, you can call the | |
153 ;; function `speedbar-add-expansion-list'. It takes one parameter | |
154 ;; which is a list element of the form (NAME MENU KEYMAP &rest | |
155 ;; BUTTON-FUNCTIONS). NAME is a string that will show up in the | |
156 ;; Displays menu item. MENU is a symbol containing the menu items to | |
157 ;; splice in. KEYMAP is a symbol holding the keymap to use, and | |
158 ;; BUTTON-FUNCTIONS are the function names to call, in order, to create | |
159 ;; the display. | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
160 ;; Another tweekable variable is `speedbar-stealthy-function-list' |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
161 ;; which is of the form (NAME &rest FUNCTION ...). NAME is the string |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
162 ;; name matching `speedbar-add-expansion-list'. (It does not need to |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
163 ;; exist.). This provides additional display info which might be |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
164 ;; time-consuming to calculate. |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
165 ;; Lastly, `speedbar-mode-functions-list' allows you to set special |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
166 ;; function overrides. At the moment very few functions are |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
167 ;; over ridable, but more will be added as the need is discovered. |
21650 | 168 |
169 ;;; TODO: | |
170 ;; - More functions to create buttons and options | |
171 ;; - Timeout directories we haven't visited in a while. | |
172 | |
173 (require 'assoc) | |
174 (require 'easymenu) | |
175 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
176 (condition-case nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
177 (require 'image) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
178 (error nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
179 |
22735 | 180 (defvar speedbar-xemacsp (string-match "XEmacs" emacs-version) |
181 "Non-nil if we are running in the XEmacs environment.") | |
182 (defvar speedbar-xemacs20p (and speedbar-xemacsp | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
183 (>= emacs-major-version 20))) |
22735 | 184 |
21650 | 185 ;; customization stuff |
186 (defgroup speedbar nil | |
187 "File and tag browser frame." | |
188 :group 'tags | |
21658
d8a81542dbf9
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21650
diff
changeset
|
189 :group 'tools |
22250
a77d473867b8
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21658
diff
changeset
|
190 :group 'convenience |
21658
d8a81542dbf9
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
21650
diff
changeset
|
191 :version "20.3") |
21650 | 192 |
193 (defgroup speedbar-faces nil | |
194 "Faces used in speedbar." | |
195 :prefix "speedbar-" | |
196 :group 'speedbar | |
197 :group 'faces) | |
198 | |
199 (defgroup speedbar-vc nil | |
200 "Version control display in speedbar." | |
201 :prefix "speedbar-" | |
202 :group 'speedbar) | |
203 | |
204 ;;; Code: | |
22735 | 205 (defvar speedbar-initial-expansion-mode-alist |
206 '(("buffers" speedbar-buffer-easymenu-definition speedbar-buffers-key-map | |
207 speedbar-buffer-buttons) | |
208 ("quick buffers" speedbar-buffer-easymenu-definition speedbar-buffers-key-map | |
209 speedbar-buffer-buttons-temp) | |
210 ;; Files last, means first in the Displays menu | |
211 ("files" speedbar-easymenu-definition-special speedbar-file-key-map | |
212 speedbar-directory-buttons speedbar-default-directory-list) | |
213 ) | |
214 "List of named expansion elements for filling the speedbar frame. | |
215 These expansion lists are only valid for regular files. Special modes | |
216 still get to override this list on a mode-by-mode basis. This list of | |
217 lists is of the form (NAME MENU KEYMAP FN1 FN2 ...). NAME is a string | |
218 representing the types of things to be displayed. MENU is an easymenu | |
219 structure used when in this mode. KEYMAP is a local keymap to install | |
220 over the regular speedbar keymap. FN1 ... are functions that will be | |
221 called in order. These functions will always get the default | |
222 directory to use passed in as the first parameter, and a 0 as the | |
223 second parameter. The 0 indicates the uppermost indentation level. | |
224 They must assume that the cursor is at the position where they start | |
225 inserting buttons.") | |
21650 | 226 |
23372
64e80b07376b
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam <zappo@gnu.org>
parents:
23275
diff
changeset
|
227 (defvar speedbar-initial-expansion-list-name "files" |
22735 | 228 "A symbol name representing the expansion list to use. |
229 The expansion list `speedbar-initial-expansion-mode-alist' contains | |
23372
64e80b07376b
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam <zappo@gnu.org>
parents:
23275
diff
changeset
|
230 the names and associated functions to use for buttons in speedbar.") |
22735 | 231 |
232 (defvar speedbar-previously-used-expansion-list-name "files" | |
233 "Save the last expansion list method. | |
234 This is used for returning to a previous expansion list method when | |
235 the user is done with the current expansion list.") | |
21650 | 236 |
237 (defvar speedbar-stealthy-function-list | |
22735 | 238 '(("files" |
239 speedbar-update-current-file speedbar-check-vc speedbar-check-objects) | |
240 ) | |
21650 | 241 "List of functions to periodically call stealthily. |
22735 | 242 This list is of the form: |
243 '( (\"NAME\" FUNCTION ...) | |
244 ...) | |
245 where NAME is the name of the major display mode these functions are | |
246 for, and the remaining elements FUNCTION are functions to call in order. | |
21650 | 247 Each function must return nil if interrupted, or t if completed. |
248 Stealthy functions which have a single operation should always return | |
249 t. Functions which take a long time should maintain a state (where | |
250 they are in their speedbar related calculations) and permit | |
251 interruption. See `speedbar-check-vc' as a good example.") | |
252 | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
253 (defvar speedbar-mode-functions-list |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
254 '(("files" (speedbar-item-info . speedbar-files-item-info) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
255 (speedbar-line-path . speedbar-files-line-path)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
256 ("buffers" (speedbar-item-info . speedbar-buffers-item-info) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
257 (speedbar-line-path . speedbar-buffers-line-path)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
258 ("quick buffers" (speedbar-item-info . speedbar-buffers-item-info) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
259 (speedbar-line-path . speedbar-buffers-line-path)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
260 ) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
261 "List of function tables to use for different major display modes. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
262 It is not necessary to define any functions for a specialized mode. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
263 This just provides a simple way of adding lots of customizations. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
264 Each sublist is of the form: |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
265 (\"NAME\" (FUNCTIONSYMBOL . REPLACEMENTFUNCTION) ...) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
266 Where NAME is the name of the specialized mode. The rest of the list |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
267 is a set of dotted pairs of the form FUNCTIONSYMBOL, which is the name |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
268 of a function you would like to replace, and REPLACEMENTFUNCTION, |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
269 which is a function you can call instead. Not all functions can be |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
270 replaced this way. Replaceable functions must provide that |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
271 functionality individually.") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
272 |
21650 | 273 (defcustom speedbar-mode-specific-contents-flag t |
274 "*Non-nil means speedbar will show special mode contents. | |
275 This permits some modes to create customized contents for the speedbar | |
276 frame." | |
277 :group 'speedbar | |
278 :type 'boolean) | |
279 | |
280 (defvar speedbar-special-mode-expansion-list nil | |
22735 | 281 "Default function list for creating specialized button lists. |
282 This list is set by modes that wish to have special speedbar displays. | |
283 The list is of function names. Each function is called with one | |
284 parameter BUFFER, the originating buffer. The current buffer is the | |
285 speedbar buffer.") | |
21650 | 286 |
22735 | 287 (defvar speedbar-special-mode-key-map nil |
288 "Default keymap used when identifying a specialized display mode. | |
289 This keymap is local to each buffer that wants to define special keybindings | |
290 effective when it's display is shown.") | |
21650 | 291 |
292 (defcustom speedbar-visiting-file-hook nil | |
293 "Hooks run when speedbar visits a file in the selected frame." | |
294 :group 'speedbar | |
295 :type 'hook) | |
296 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
297 (defcustom speedbar-visiting-tag-hook '(speedbar-highlight-one-tag-line) |
21650 | 298 "Hooks run when speedbar visits a tag in the selected frame." |
299 :group 'speedbar | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
300 :type 'hook |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
301 :options '(speedbar-highlight-one-tag-line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
302 speedbar-recenter-to-top |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
303 speedbar-recenter |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
304 )) |
21650 | 305 |
306 (defcustom speedbar-load-hook nil | |
307 "Hooks run when speedbar is loaded." | |
308 :group 'speedbar | |
309 :type 'hook) | |
310 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
311 (defcustom speedbar-reconfigure-keymaps-hook nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
312 "Hooks run when the keymaps are regenerated." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
313 :group 'speedbar |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
314 :type 'hook) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
315 |
21650 | 316 (defcustom speedbar-show-unknown-files nil |
317 "*Non-nil show files we can't expand with a ? in the expand button. | |
318 nil means don't show the file in the list." | |
319 :group 'speedbar | |
320 :type 'boolean) | |
321 | |
322 (defcustom speedbar-update-speed | |
323 (if speedbar-xemacsp | |
324 (if speedbar-xemacs20p | |
325 2 ; 1 is too obrusive in XEmacs | |
326 5) ; when no idleness, need long delay | |
327 1) | |
328 "*Idle time in seconds needed before speedbar will update itself. | |
329 Updates occur to allow speedbar to display directory information | |
330 relevant to the buffer you are currently editing." | |
331 :group 'speedbar | |
332 :type 'integer) | |
333 | |
22735 | 334 ;; When I moved to a repeating timer, I had the horrible missfortune |
335 ;; of loosing the ability for adaptive speed choice. This update | |
336 ;; speed currently causes long delays when it should have been turned off. | |
337 (defcustom speedbar-navigating-speed speedbar-update-speed | |
21650 | 338 "*Idle time to wait after navigation commands in speedbar are executed. |
339 Navigation commands included expanding/contracting nodes, and moving | |
340 between different directories." | |
341 :group 'speedbar | |
342 :type 'integer) | |
343 | |
344 (defcustom speedbar-frame-parameters '((minibuffer . nil) | |
345 (width . 20) | |
346 (border-width . 0) | |
347 (menu-bar-lines . 0) | |
348 (unsplittable . t)) | |
349 "*Parameters to use when creating the speedbar frame in Emacs. | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
350 Any parameter supported by a frame may be added. The parameter `height' |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
351 will be initialized to the height of the frame speedbar is |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
352 attached to and added to this list before the new frame is initialized." |
21650 | 353 :group 'speedbar |
354 :type '(repeat (sexp :tag "Parameter:"))) | |
355 | |
356 ;; These values by Hrvoje Niksic <hniksic@srce.hr> | |
357 (defcustom speedbar-frame-plist | |
358 '(minibuffer nil width 20 border-width 0 | |
359 internal-border-width 0 unsplittable t | |
360 default-toolbar-visible-p nil has-modeline-p nil | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
361 menubar-visible-p nil) |
21650 | 362 "*Parameters to use when creating the speedbar frame in XEmacs. |
363 Parameters not listed here which will be added automatically are | |
364 `height' which will be initialized to the height of the frame speedbar | |
365 is attached to." | |
366 :group 'speedbar | |
367 :type '(repeat (group :inline t | |
368 (symbol :tag "Property") | |
369 (sexp :tag "Value")))) | |
370 | |
371 (defcustom speedbar-use-imenu-flag (stringp (locate-library "imenu")) | |
372 "*Non-nil means use imenu for file parsing. nil to use etags. | |
373 XEmacs prior to 20.4 doesn't support imenu, therefore the default is to | |
374 use etags instead. Etags support is not as robust as imenu support." | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
375 :tag "Use Imenu for tags" |
21650 | 376 :group 'speedbar |
377 :type 'boolean) | |
378 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
379 (defvar speedbar-dynamic-tags-function-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
380 '((speedbar-fetch-dynamic-imenu . speedbar-insert-imenu-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
381 (speedbar-fetch-dynamic-etags . speedbar-insert-etags-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
382 "Set to a functions which will return and insert a list of tags. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
383 Each element is of the form ( FETCH . INSERT ) where FETCH |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
384 is a funciotn which takes one parameter (the file to tag) and returns a |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
385 list of tags. The tag list can be of any form as long as the |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
386 corresponding insert method can handle it. If it returns t, then an |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
387 error occured, and the next fetch routine is tried. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
388 INSERT is a function which takes an INDENTation level, and a LIST of |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
389 tags to insert. It will then create the speedbar buttons.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
390 |
22735 | 391 (defcustom speedbar-track-mouse-flag t |
392 "*Non-nil means to display info about the line under the mouse." | |
393 :group 'speedbar | |
394 :type 'boolean) | |
395 | |
21650 | 396 (defcustom speedbar-sort-tags nil |
22735 | 397 "*If Non-nil, sort tags in the speedbar display. *Obsolete*." |
21650 | 398 :group 'speedbar |
399 :type 'boolean) | |
400 | |
22735 | 401 (defcustom speedbar-tag-hierarchy-method |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
402 '(speedbar-prefix-group-tag-hierarchy |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
403 speedbar-trim-words-tag-hierarchy) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
404 "*List of hooks which speedbar will use to organize tags into groups. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
405 Groups are defined as expandable meta-tags. Imenu supports |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
406 such things in some languages, such as separating variables from |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
407 functions. Each hook takes one argument LST, and may destructivly |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
408 create a new list of the same form. LST is a list of elements of the |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
409 form: |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
410 (ELT1 ELT2 ... ELTn) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
411 where each ELT is of the form |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
412 (TAG-NAME-STRING . NUMBER-OR-MARKER) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
413 or |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
414 (GROUP-NAME-STRING ELT1 EL2... ELTn)" |
22735 | 415 :group 'speedbar |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
416 :type 'hook |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
417 :options '(speedbar-sort-tag-hierarchy |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
418 speedbar-trim-words-tag-hierarchy |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
419 speedbar-prefix-group-tag-hierarchy |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
420 speedbar-simple-group-tag-hierarchy) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
421 ) |
22735 | 422 |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
423 (defcustom speedbar-tag-group-name-minimum-length 4 |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
424 "*The minimum length of a prefix group name before expanding. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
425 Thus, if the `speedbar-tag-hierarchy-method' includes `prefix-group' |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
426 and one such groups common characters is less than this number of |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
427 characters, then the group name will be changed to the form of: |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
428 worda to wordb |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
429 instead of just |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
430 word |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
431 This way we won't get silly looking listings." |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
432 :group 'speedbar |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
433 :type 'integer) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
434 |
22735 | 435 (defcustom speedbar-tag-split-minimum-length 20 |
436 "*Minimum length before we stop trying to create sub-lists in tags. | |
437 This is used by all tag-hierarchy methods that break large lists into | |
438 sub-lists." | |
439 :group 'speedbar | |
440 :type 'integer) | |
441 | |
442 (defcustom speedbar-tag-regroup-maximum-length 10 | |
443 "*Maximum length of submenus that are regrouped. | |
444 If the regrouping option is used, then if two or more short subgroups | |
445 are next to each other, then they are combined until this number of | |
446 items is reached." | |
447 :group 'speedbar | |
448 :type 'integer) | |
449 | |
21650 | 450 (defcustom speedbar-activity-change-focus-flag nil |
451 "*Non-nil means the selected frame will change based on activity. | |
452 Thus, if a file is selected for edit, the buffer will appear in the | |
453 selected frame and the focus will change to that frame." | |
454 :group 'speedbar | |
455 :type 'boolean) | |
456 | |
457 (defcustom speedbar-directory-button-trim-method 'span | |
458 "*Indicates how the directory button will be displayed. | |
459 Possible values are: | |
460 'span - span large directories over multiple lines. | |
461 'trim - trim large directories to only show the last few. | |
462 nil - no trimming." | |
463 :group 'speedbar | |
464 :type '(radio (const :tag "Span large directories over mutiple lines." | |
465 span) | |
466 (const :tag "Trim large directories to only show the last few." | |
467 trim) | |
468 (const :tag "No trimming." nil))) | |
469 | |
470 (defcustom speedbar-smart-directory-expand-flag t | |
471 "*Non-nil means speedbar should use smart expansion. | |
472 Smart expansion only affects when speedbar wants to display a | |
473 directory for a file in the attached frame. When smart expansion is | |
474 enabled, new directories which are children of a displayed directory | |
475 are expanded in the current framework. If nil, then the current | |
476 hierarchy would be replaced with the new directory." | |
477 :group 'speedbar | |
478 :type 'boolean) | |
479 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
480 (defcustom speedbar-indentation-width 1 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
481 "*When sub-nodes are expanded, the number of spaces used for indentation." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
482 :group 'speedbar |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
483 :type 'integer) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
484 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
485 (defcustom speedbar-hide-button-brackets-flag nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
486 "*Non-nil means speedbar will hide the brackets around the + or -." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
487 :group 'speedbar |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
488 :type 'boolean) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
489 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
490 (defcustom speedbar-use-images (and (or (fboundp 'defimage) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
491 (fboundp 'make-image-specifier)) |
29260
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
492 (if (fboundp 'display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
493 (display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
494 window-system)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
495 "*Non nil if speedbar should display icons." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
496 :group 'speedbar |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
497 :type 'boolean) |
22735 | 498 |
21650 | 499 (defcustom speedbar-before-popup-hook nil |
500 "*Hooks called before popping up the speedbar frame." | |
501 :group 'speedbar | |
502 :type 'hook) | |
503 | |
504 (defcustom speedbar-before-delete-hook nil | |
505 "*Hooks called before deleting the speedbar frame." | |
506 :group 'speedbar | |
507 :type 'hook) | |
508 | |
509 (defcustom speedbar-mode-hook nil | |
510 "*Hooks called after creating a speedbar buffer." | |
511 :group 'speedbar | |
512 :type 'hook) | |
513 | |
514 (defcustom speedbar-timer-hook nil | |
515 "*Hooks called after running the speedbar timer function." | |
516 :group 'speedbar | |
517 :type 'hook) | |
518 | |
519 (defcustom speedbar-verbosity-level 1 | |
520 "*Verbosity level of the speedbar. 0 means say nothing. | |
521 1 means medium level verbosity. 2 and higher are higher levels of | |
522 verbosity." | |
523 :group 'speedbar | |
524 :type 'integer) | |
525 | |
22735 | 526 (defvar speedbar-indicator-separator " " |
527 "String separating file text from indicator characters.") | |
528 | |
21650 | 529 (defcustom speedbar-vc-do-check t |
530 "*Non-nil check all files in speedbar to see if they have been checked out. | |
531 Any file checked out is marked with `speedbar-vc-indicator'" | |
532 :group 'speedbar-vc | |
533 :type 'boolean) | |
534 | |
22735 | 535 (defvar speedbar-vc-indicator "*" |
21650 | 536 "Text used to mark files which are currently checked out. |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
537 Other version control systems can be added by examining the function |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
538 `speedbar-vc-path-enable-hook' and `speedbar-vc-in-control-hook'.") |
21650 | 539 |
540 (defcustom speedbar-vc-path-enable-hook nil | |
541 "*Return non-nil if the current path should be checked for Version Control. | |
542 Functions in this hook must accept one parameter which is the path | |
543 being checked." | |
544 :group 'speedbar-vc | |
545 :type 'hook) | |
546 | |
547 (defcustom speedbar-vc-in-control-hook nil | |
548 "*Return non-nil if the specified file is under Version Control. | |
549 Functions in this hook must accept two parameters. The PATH of the | |
550 current file, and the FILENAME of the file being checked." | |
551 :group 'speedbar-vc | |
552 :type 'hook) | |
553 | |
554 (defvar speedbar-vc-to-do-point nil | |
555 "Local variable maintaining the current version control check position.") | |
556 | |
22735 | 557 (defcustom speedbar-obj-do-check t |
558 "*Non-nil check all files in speedbar to see if they have an object file. | |
559 Any file checked out is marked with `speedbar-obj-indicator', and the | |
560 marking is based on `speedbar-obj-alist'" | |
561 :group 'speedbar-vc | |
562 :type 'boolean) | |
563 | |
564 (defvar speedbar-obj-to-do-point nil | |
565 "Local variable maintaining the current version control check position.") | |
566 | |
567 (defvar speedbar-obj-indicator '("#" . "!") | |
568 "Text used to mark files that have a corresponding hidden object file. | |
569 The car is for an up-to-date object. The cdr is for an out of date object. | |
570 The expression `speedbar-obj-alist' defines who gets tagged.") | |
571 | |
572 (defvar speedbar-obj-alist | |
573 '(("\\.\\([cpC]\\|cpp\\|cc\\)$" . ".o") | |
574 ("\\.el$" . ".elc") | |
575 ("\\.java$" . ".class") | |
576 ("\\.f\\(or\\|90\\|77\\)?$" . ".o") | |
577 ("\\.tex$" . ".dvi") | |
578 ("\\.texi$" . ".info")) | |
579 "Alist of file extensions, and their corresponding object file type.") | |
580 | |
581 (defvar speedbar-indicator-regex | |
582 (concat (regexp-quote speedbar-indicator-separator) | |
583 "\\(" | |
584 (regexp-quote speedbar-vc-indicator) | |
585 "\\|" | |
586 (regexp-quote (car speedbar-obj-indicator)) | |
587 "\\|" | |
588 (regexp-quote (cdr speedbar-obj-indicator)) | |
589 "\\)*") | |
590 "Regular expression used when identifying files. | |
591 Permits stripping of indicator characters from a line.") | |
592 | |
593 (defcustom speedbar-scanner-reset-hook nil | |
594 "*Hook called whenever generic scanners are reset. | |
595 Set this to implement your own scanning / rescan safe functions with | |
596 state data." | |
597 :group 'speedbar | |
598 :type 'hook) | |
599 | |
21650 | 600 (defvar speedbar-ignored-modes nil |
601 "*List of major modes which speedbar will not switch directories for.") | |
602 | |
603 (defun speedbar-extension-list-to-regex (extlist) | |
604 "Takes EXTLIST, a list of extensions and transforms it into regexp. | |
22735 | 605 All the preceding `.' are stripped for an optimized expression starting |
606 with `.' followed by extensions, followed by full-filenames." | |
21650 | 607 (let ((regex1 nil) (regex2 nil)) |
608 (while extlist | |
609 (if (= (string-to-char (car extlist)) ?.) | |
610 (setq regex1 (concat regex1 (if regex1 "\\|" "") | |
611 (substring (car extlist) 1))) | |
612 (setq regex2 (concat regex2 (if regex2 "\\|" "") (car extlist)))) | |
613 (setq extlist (cdr extlist))) | |
614 ;; concat all the sub-exressions together, making sure all types | |
615 ;; of parts exist during concatination. | |
616 (concat "\\(" | |
617 (if regex1 (concat "\\(\\.\\(" regex1 "\\)\\)") "") | |
618 (if (and regex1 regex2) "\\|" "") | |
619 (if regex2 (concat "\\(" regex2 "\\)") "") | |
620 "\\)$"))) | |
621 | |
622 (defvar speedbar-ignored-path-regexp nil | |
623 "Regular expression matching paths speedbar will not switch to. | |
624 Created from `speedbar-ignored-path-expressions' with the function | |
625 `speedbar-extension-list-to-regex' (A misnamed function in this case.) | |
626 Use the function `speedbar-add-ignored-path-regexp', or customize the | |
627 variable `speedbar-ignored-path-expressions' to modify this variable.") | |
628 | |
629 (defcustom speedbar-ignored-path-expressions | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
630 '("[/\\]logs?[/\\]\\'") |
21650 | 631 "*List of regular expressions matching directories speedbar will ignore. |
632 They should included paths to directories which are notoriously very | |
633 large and take a long time to load in. Use the function | |
634 `speedbar-add-ignored-path-regexp' to add new items to this list after | |
635 speedbar is loaded. You may place anything you like in this list | |
636 before speedbar has been loaded." | |
637 :group 'speedbar | |
638 :type '(repeat (regexp :tag "Path Regexp")) | |
639 :set (lambda (sym val) | |
640 (setq speedbar-ignored-path-expressions val | |
641 speedbar-ignored-path-regexp | |
642 (speedbar-extension-list-to-regex val)))) | |
643 | |
22735 | 644 (defcustom speedbar-directory-unshown-regexp "^\\(CVS\\|RCS\\|SCCS\\)\\'" |
645 "*Regular expression matching directories not to show in speedbar. | |
646 They should include commonly existing directories which are not | |
647 useful, such as version control." | |
648 :group 'speedbar | |
649 :type 'string) | |
650 | |
21650 | 651 (defvar speedbar-file-unshown-regexp |
652 (let ((nstr "") (noext completion-ignored-extensions)) | |
653 (while noext | |
654 (setq nstr (concat nstr (regexp-quote (car noext)) "\\'" | |
655 (if (cdr noext) "\\|" "")) | |
656 noext (cdr noext))) | |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
657 ;; backup refdir lockfile |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
658 (concat nstr "\\|#[^#]+#$\\|\\.\\.?\\'\\|\\.#")) |
21650 | 659 "*Regexp matching files we don't want displayed in a speedbar buffer. |
660 It is generated from the variable `completion-ignored-extensions'") | |
661 | |
662 ;; this is dangerous to customize, because the defaults will probably | |
663 ;; change in the future. | |
664 (defcustom speedbar-supported-extension-expressions | |
22735 | 665 (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" |
666 ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".f\\(90\\|77\\|or\\)?") | |
21650 | 667 (if speedbar-use-imenu-flag |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
668 '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" |
22735 | 669 ;; html is not supported by default, but an imenu tags package |
670 ;; is available. Also, html files are nice to be able to see. | |
671 ".s?html" | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
672 "[Mm]akefile\\(\\.in\\)?"))) |
21650 | 673 "*List of regular expressions which will match files supported by tagging. |
674 Do not prefix the `.' char with a double \\ to quote it, as the period | |
675 will be stripped by a simplified optimizer when compiled into a | |
676 singular expression. This variable will be turned into | |
677 `speedbar-file-regexp' for use with speedbar. You should use the | |
678 function `speedbar-add-supported-extension' to add a new extension at | |
679 runtime, or use the configuration dialog to set it in your .emacs | |
680 file." | |
681 :group 'speedbar | |
682 :type '(repeat (regexp :tag "Extension Regexp")) | |
683 :set (lambda (sym val) | |
684 (setq speedbar-supported-extension-expressions val | |
685 speedbar-file-regexp (speedbar-extension-list-to-regex val))) | |
686 ) | |
687 | |
688 (defvar speedbar-file-regexp | |
689 (speedbar-extension-list-to-regex speedbar-supported-extension-expressions) | |
690 "Regular expression matching files we know how to expand. | |
691 Created from `speedbar-supported-extension-expression' with the | |
692 function `speedbar-extension-list-to-regex'") | |
693 | |
694 (defun speedbar-add-supported-extension (extension) | |
695 "Add EXTENSION as a new supported extension for speedbar tagging. | |
696 This should start with a `.' if it is not a complete file name, and | |
697 the dot should NOT be quoted in with \\. Other regular expression | |
698 matchers are allowed however. EXTENSION may be a single string or a | |
699 list of strings." | |
22735 | 700 (interactive "sExtionsion: ") |
21650 | 701 (if (not (listp extension)) (setq extension (list extension))) |
702 (while extension | |
703 (if (member (car extension) speedbar-supported-extension-expressions) | |
704 nil | |
705 (setq speedbar-supported-extension-expressions | |
706 (cons (car extension) speedbar-supported-extension-expressions))) | |
707 (setq extension (cdr extension))) | |
708 (setq speedbar-file-regexp (speedbar-extension-list-to-regex | |
709 speedbar-supported-extension-expressions))) | |
710 | |
711 (defun speedbar-add-ignored-path-regexp (path-expression) | |
712 "Add PATH-EXPRESSION as a new ignored path for speedbar tracking. | |
713 This function will modify `speedbar-ignored-path-regexp' and add | |
714 PATH-EXPRESSION to `speedbar-ignored-path-expressions'." | |
22735 | 715 (interactive "sPath regex: ") |
21650 | 716 (if (not (listp path-expression)) |
717 (setq path-expression (list path-expression))) | |
718 (while path-expression | |
719 (if (member (car path-expression) speedbar-ignored-path-expressions) | |
720 nil | |
721 (setq speedbar-ignored-path-expressions | |
722 (cons (car path-expression) speedbar-ignored-path-expressions))) | |
723 (setq path-expression (cdr path-expression))) | |
724 (setq speedbar-ignored-path-regexp (speedbar-extension-list-to-regex | |
725 speedbar-ignored-path-expressions))) | |
726 | |
727 ;; If we don't have custom, then we set it here by hand. | |
728 (if (not (fboundp 'custom-declare-variable)) | |
729 (setq speedbar-file-regexp (speedbar-extension-list-to-regex | |
730 speedbar-supported-extension-expressions) | |
731 speedbar-ignored-path-regexp (speedbar-extension-list-to-regex | |
732 speedbar-ignored-path-expressions))) | |
733 | |
22735 | 734 (defvar speedbar-update-flag (and |
735 (or (fboundp 'run-with-idle-timer) | |
736 (fboundp 'start-itimer) | |
737 (boundp 'post-command-idle-hook)) | |
29260
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
738 (if (fboundp 'display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
739 (display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
740 window-system)) |
21650 | 741 "*Non-nil means to automatically update the display. |
742 When this is nil then speedbar will not follow the attached frame's path. | |
743 When speedbar is active, use: | |
744 | |
745 \\<speedbar-key-map> `\\[speedbar-toggle-updates]' | |
746 | |
747 to toggle this value.") | |
748 | |
749 (defvar speedbar-syntax-table nil | |
750 "Syntax-table used on the speedbar.") | |
751 | |
752 (if speedbar-syntax-table | |
753 nil | |
754 (setq speedbar-syntax-table (make-syntax-table)) | |
755 ;; turn off paren matching around here. | |
756 (modify-syntax-entry ?\' " " speedbar-syntax-table) | |
757 (modify-syntax-entry ?\" " " speedbar-syntax-table) | |
758 (modify-syntax-entry ?( " " speedbar-syntax-table) | |
759 (modify-syntax-entry ?) " " speedbar-syntax-table) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
760 (modify-syntax-entry ?{ " " speedbar-syntax-table) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
761 (modify-syntax-entry ?} " " speedbar-syntax-table) |
21650 | 762 (modify-syntax-entry ?[ " " speedbar-syntax-table) |
763 (modify-syntax-entry ?] " " speedbar-syntax-table)) | |
764 | |
765 (defvar speedbar-key-map nil | |
766 "Keymap used in speedbar buffer.") | |
767 | |
768 (if speedbar-key-map | |
769 nil | |
770 (setq speedbar-key-map (make-keymap)) | |
771 (suppress-keymap speedbar-key-map t) | |
772 | |
773 ;; control | |
774 (define-key speedbar-key-map "g" 'speedbar-refresh) | |
775 (define-key speedbar-key-map "t" 'speedbar-toggle-updates) | |
776 (define-key speedbar-key-map "q" 'speedbar-close-frame) | |
23080
8b7bb810f362
*** empty log message ***
Dan Nicolaescu <done@ece.arizona.edu>
parents:
23073
diff
changeset
|
777 (define-key speedbar-key-map "Q" 'delete-frame) |
21650 | 778 |
779 ;; navigation | |
780 (define-key speedbar-key-map "n" 'speedbar-next) | |
781 (define-key speedbar-key-map "p" 'speedbar-prev) | |
22735 | 782 (define-key speedbar-key-map "\M-n" 'speedbar-restricted-next) |
783 (define-key speedbar-key-map "\M-p" 'speedbar-restricted-prev) | |
784 (define-key speedbar-key-map "\C-\M-n" 'speedbar-forward-list) | |
785 (define-key speedbar-key-map "\C-\M-p" 'speedbar-backward-list) | |
21650 | 786 (define-key speedbar-key-map " " 'speedbar-scroll-up) |
787 (define-key speedbar-key-map [delete] 'speedbar-scroll-down) | |
788 | |
22735 | 789 ;; Short cuts I happen to find useful |
790 (define-key speedbar-key-map "r" | |
791 (lambda () (interactive) | |
792 (speedbar-change-initial-expansion-list | |
793 speedbar-previously-used-expansion-list-name))) | |
794 (define-key speedbar-key-map "b" | |
795 (lambda () (interactive) | |
796 (speedbar-change-initial-expansion-list "quick buffers"))) | |
797 (define-key speedbar-key-map "f" | |
798 (lambda () (interactive) | |
799 (speedbar-change-initial-expansion-list "files"))) | |
800 | |
801 ;; Overrides | |
802 (substitute-key-definition 'switch-to-buffer | |
803 'speedbar-switch-buffer-attached-frame | |
804 speedbar-key-map global-map) | |
21650 | 805 |
806 (if speedbar-xemacsp | |
807 (progn | |
808 ;; mouse bindings so we can manipulate the items on each line | |
809 (define-key speedbar-key-map 'button2 'speedbar-click) | |
810 (define-key speedbar-key-map '(shift button2) 'speedbar-power-click) | |
22735 | 811 ;; Info doc fix from Bob Weiner |
812 (if (featurep 'infodoc) | |
813 nil | |
814 (define-key speedbar-key-map 'button3 'speedbar-xemacs-popup-kludge)) | |
815 (define-key speedbar-key-map '(meta button3) 'speedbar-mouse-item-info) | |
816 ) | |
817 | |
21650 | 818 ;; mouse bindings so we can manipulate the items on each line |
819 (define-key speedbar-key-map [down-mouse-1] 'speedbar-double-click) | |
820 (define-key speedbar-key-map [mouse-2] 'speedbar-click) | |
821 ;; This is the power click for new frames, or refreshing a cache | |
822 (define-key speedbar-key-map [S-mouse-2] 'speedbar-power-click) | |
823 ;; This adds a small unecessary visual effect | |
824 ;;(define-key speedbar-key-map [down-mouse-2] 'speedbar-quick-mouse) | |
825 (define-key speedbar-key-map [M-mouse-2] 'speedbar-mouse-item-info) | |
826 | |
827 (define-key speedbar-key-map [down-mouse-3] 'speedbar-emacs-popup-kludge) | |
828 | |
829 ;; This lets the user scroll as if we had a scrollbar... well maybe not | |
830 (define-key speedbar-key-map [mode-line mouse-2] 'speedbar-mouse-hscroll) | |
22735 | 831 ;; another handy place users might click to get our menu. |
832 (define-key speedbar-key-map [mode-line down-mouse-1] | |
833 'speedbar-emacs-popup-kludge) | |
834 | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
835 ;; We can't switch buffers with the buffer mouse menu. Lets hack it. |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
836 (define-key speedbar-key-map [C-down-mouse-1] 'speedbar-hack-buffer-menu) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
837 |
22735 | 838 ;; Lastly, we want to track the mouse. Play here |
839 (define-key speedbar-key-map [mouse-movement] 'speedbar-track-mouse) | |
840 )) | |
841 | |
842 (defun speedbar-make-specialized-keymap () | |
843 "Create a keymap for use w/ a speedbar major or minor display mode. | |
844 This basically creates a sparse keymap, and makes it's parent be | |
845 `speedbar-key-map'." | |
846 (let ((k (make-sparse-keymap))) | |
847 (set-keymap-parent k speedbar-key-map) | |
848 k)) | |
849 | |
850 (defvar speedbar-file-key-map nil | |
851 "Keymap used in speedbar buffer while files are displayed.") | |
852 | |
853 (if speedbar-file-key-map | |
854 nil | |
855 (setq speedbar-file-key-map (speedbar-make-specialized-keymap)) | |
856 | |
857 ;; Basic tree features | |
858 (define-key speedbar-file-key-map "e" 'speedbar-edit-line) | |
859 (define-key speedbar-file-key-map "\C-m" 'speedbar-edit-line) | |
860 (define-key speedbar-file-key-map "+" 'speedbar-expand-line) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
861 (define-key speedbar-file-key-map "=" 'speedbar-expand-line) |
22735 | 862 (define-key speedbar-file-key-map "-" 'speedbar-contract-line) |
863 | |
864 ;; file based commands | |
865 (define-key speedbar-file-key-map "U" 'speedbar-up-directory) | |
866 (define-key speedbar-file-key-map "I" 'speedbar-item-info) | |
867 (define-key speedbar-file-key-map "B" 'speedbar-item-byte-compile) | |
868 (define-key speedbar-file-key-map "L" 'speedbar-item-load) | |
869 (define-key speedbar-file-key-map "C" 'speedbar-item-copy) | |
870 (define-key speedbar-file-key-map "D" 'speedbar-item-delete) | |
871 (define-key speedbar-file-key-map "O" 'speedbar-item-object-delete) | |
872 (define-key speedbar-file-key-map "R" 'speedbar-item-rename) | |
873 ) | |
21650 | 874 |
875 (defvar speedbar-easymenu-definition-base | |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
876 (append |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
877 '("Speedbar" |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
878 ["Update" speedbar-refresh t] |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
879 ["Auto Update" speedbar-toggle-updates |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
880 :style toggle :selected speedbar-update-flag]) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
881 (if (and (or (fboundp 'defimage) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
882 (fboundp 'make-image-specifier)) |
29260
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
883 (if (fboundp 'display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
884 (display-graphic-p) |
7f1b3013a136
(speedbar-use-images, speedbar-update-flag)
Eli Zaretskii <eliz@gnu.org>
parents:
29130
diff
changeset
|
885 window-system)) |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
886 (list |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
887 ["Use Images" speedbar-toggle-images |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
888 :style toggle :selected speedbar-use-images])) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
889 ) |
21650 | 890 "Base part of the speedbar menu.") |
891 | |
892 (defvar speedbar-easymenu-definition-special | |
893 '(["Edit Item On Line" speedbar-edit-line t] | |
894 ["Show All Files" speedbar-toggle-show-all-files | |
895 :style toggle :selected speedbar-show-unknown-files] | |
22735 | 896 ["Expand File Tags" speedbar-expand-line |
21650 | 897 (save-excursion (beginning-of-line) |
898 (looking-at "[0-9]+: *.\\+. "))] | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
899 ["Flush Cache & Expand" speedbar-flush-expand-line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
900 (save-excursion (beginning-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
901 (looking-at "[0-9]+: *.\\+. "))] |
22735 | 902 ["Contract File Tags" speedbar-contract-line |
21650 | 903 (save-excursion (beginning-of-line) |
904 (looking-at "[0-9]+: *.-. "))] | |
22735 | 905 ; ["Sort Tags" speedbar-toggle-sorting |
906 ; :style toggle :selected speedbar-sort-tags] | |
21650 | 907 "----" |
22735 | 908 ["File/Tag Information" speedbar-item-info t] |
21650 | 909 ["Load Lisp File" speedbar-item-load |
910 (save-excursion | |
911 (beginning-of-line) | |
22735 | 912 (looking-at "[0-9]+: *\\[[+-]\\] .+\\(\\.el\\)\\( \\|$\\)"))] |
21650 | 913 ["Byte Compile File" speedbar-item-byte-compile |
914 (save-excursion | |
915 (beginning-of-line) | |
22735 | 916 (looking-at "[0-9]+: *\\[[+-]\\] .+\\(\\.el\\)\\( \\|$\\)"))] |
917 ["Copy File" speedbar-item-copy | |
21650 | 918 (save-excursion (beginning-of-line) (looking-at "[0-9]+: *\\["))] |
22735 | 919 ["Rename File" speedbar-item-rename |
920 (save-excursion (beginning-of-line) (looking-at "[0-9]+: *[[<]"))] | |
921 ["Delete File" speedbar-item-delete | |
21650 | 922 (save-excursion (beginning-of-line) (looking-at "[0-9]+: *[[<]"))] |
22735 | 923 ["Delete Object" speedbar-item-object-delete |
924 (save-excursion (beginning-of-line) | |
925 (looking-at "[0-9]+: *\\[[+-]\\] [^ \n]+ \\*?[!#]$"))] | |
926 ) | |
21650 | 927 "Additional menu items while in file-mode.") |
928 | |
929 (defvar speedbar-easymenu-definition-trailer | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
930 (append |
22735 | 931 (if (and (featurep 'custom) (fboundp 'custom-declare-variable)) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
932 (list ["Customize..." speedbar-customize t])) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
933 (list |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
934 ["Close" speedbar-close-frame t] |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
935 ["Quit" delete-frame t] )) |
21650 | 936 "Menu items appearing at the end of the speedbar menu.") |
937 | |
938 (defvar speedbar-desired-buffer nil | |
939 "Non-nil when speedbar is showing buttons specific a special mode. | |
940 In this case it is the originating buffer.") | |
941 (defvar speedbar-buffer nil | |
942 "The buffer displaying the speedbar.") | |
943 (defvar speedbar-frame nil | |
944 "The frame displaying speedbar.") | |
945 (defvar speedbar-cached-frame nil | |
946 "The frame that was last created, then removed from the display.") | |
947 (defvar speedbar-full-text-cache nil | |
948 "The last open directory is saved in its entirety for ultra-fast switching.") | |
949 (defvar speedbar-timer nil | |
950 "The speedbar timer used for updating the buffer.") | |
951 (defvar speedbar-attached-frame nil | |
952 "The frame which started speedbar mode. | |
953 This is the frame from which all data displayed in the speedbar is | |
954 gathered, and in which files and such are displayed.") | |
955 | |
956 (defvar speedbar-last-selected-file nil | |
957 "The last file which was selected in speedbar buffer.") | |
958 | |
959 (defvar speedbar-shown-directories nil | |
960 "Maintain list of directories simultaneously open in the current speedbar.") | |
961 | |
962 (defvar speedbar-directory-contents-alist nil | |
963 "An association list of directories and their contents. | |
964 Each sublist was returned by `speedbar-file-lists'. This list is | |
965 maintained to speed up the refresh rate when switching between | |
966 directories.") | |
967 | |
968 (defvar speedbar-power-click nil | |
969 "Never set this by hand. Value is t when S-mouse activity occurs.") | |
970 | |
971 | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
972 ;;; Compatibility |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
973 ;; |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
974 (if (fboundp 'frame-parameter) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
975 |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
976 (defalias 'speedbar-frame-parameter 'frame-parameter) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
977 |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
978 (defun speedbar-frame-parameter (frame parameter) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
979 "Return FRAME's PARAMETER value." |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
980 (cdr (assoc parameter (frame-parameters frame))))) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
981 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
982 (if (fboundp 'make-overlay) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
983 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
984 (defalias 'speedbar-make-overlay 'make-overlay) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
985 (defalias 'speedbar-overlay-put 'overlay-put) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
986 (defalias 'speedbar-delete-overlay 'delete-overlay) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
987 (defalias 'speedbar-overlay-start 'overlay-start) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
988 (defalias 'speedbar-overlay-end 'overlay-end) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
989 (defalias 'speedbar-mode-line-update 'force-mode-line-update)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
990 (defalias 'speedbar-make-overlay 'make-extent) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
991 (defalias 'speedbar-overlay-put 'set-extent-property) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
992 (defalias 'speedbar-delete-overlay 'delete-extent) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
993 (defalias 'speedbar-overlay-start 'extent-start) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
994 (defalias 'speedbar-overlay-end 'extent-end) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
995 (defalias 'speedbar-mode-line-update 'redraw-modeline)) |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
996 |
21650 | 997 ;;; Mode definitions/ user commands |
998 ;; | |
999 | |
1000 ;;;###autoload | |
1001 (defalias 'speedbar 'speedbar-frame-mode) | |
1002 ;;;###autoload | |
1003 (defun speedbar-frame-mode (&optional arg) | |
1004 "Enable or disable speedbar. Positive ARG means turn on, negative turn off. | |
1005 nil means toggle. Once the speedbar frame is activated, a buffer in | |
1006 `speedbar-mode' will be displayed. Currently, only one speedbar is | |
1007 supported at a time. | |
1008 `speedbar-before-popup-hook' is called before popping up the speedbar frame. | |
1009 `speedbar-before-delete-hook' is called before the frame is deleted." | |
1010 (interactive "P") | |
1011 ;; toggle frame on and off. | |
1012 (if (not arg) (if (and (frame-live-p speedbar-frame) | |
1013 (frame-visible-p speedbar-frame)) | |
1014 (setq arg -1) (setq arg 1))) | |
1015 ;; turn the frame off on neg number | |
1016 (if (and (numberp arg) (< arg 0)) | |
1017 (progn | |
1018 (run-hooks 'speedbar-before-delete-hook) | |
1019 (if (and speedbar-frame (frame-live-p speedbar-frame)) | |
1020 (progn | |
1021 (setq speedbar-cached-frame speedbar-frame) | |
1022 (make-frame-invisible speedbar-frame))) | |
1023 (setq speedbar-frame nil) | |
1024 (speedbar-set-timer nil) | |
1025 ;; Used to delete the buffer. This has the annoying affect of | |
1026 ;; preventing whatever took its place from ever appearing | |
1027 ;; as the default after a C-x b was typed | |
1028 ;;(if (bufferp speedbar-buffer) | |
1029 ;; (kill-buffer speedbar-buffer)) | |
1030 ) | |
1031 ;; Set this as our currently attached frame | |
1032 (setq speedbar-attached-frame (selected-frame)) | |
1033 (run-hooks 'speedbar-before-popup-hook) | |
1034 ;; Get the frame to work in | |
1035 (if (frame-live-p speedbar-cached-frame) | |
1036 (progn | |
1037 (setq speedbar-frame speedbar-cached-frame) | |
1038 (make-frame-visible speedbar-frame) | |
1039 ;; Get the buffer to play with | |
1040 (speedbar-mode) | |
1041 (select-frame speedbar-frame) | |
1042 (if (not (eq (current-buffer) speedbar-buffer)) | |
1043 (switch-to-buffer speedbar-buffer)) | |
1044 (set-window-dedicated-p (selected-window) t) | |
1045 (raise-frame speedbar-frame) | |
1046 (speedbar-set-timer speedbar-update-speed) | |
1047 ) | |
1048 (if (frame-live-p speedbar-frame) | |
1049 (raise-frame speedbar-frame) | |
1050 (setq speedbar-frame | |
1051 (if speedbar-xemacsp | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1052 ;; Only guess height if it is not specified. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1053 (if (member 'height speedbar-frame-plist) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1054 (make-frame speedbar-frame-plist) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1055 (make-frame (nconc (list 'height |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1056 (speedbar-needed-height)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1057 speedbar-frame-plist))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1058 (let* ((mh (speedbar-frame-parameter nil 'menu-bar-lines)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1059 (cfx (speedbar-frame-parameter nil 'left)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1060 (cfy (speedbar-frame-parameter nil 'top)) |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1061 (cfw (frame-pixel-width)) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1062 (params |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1063 ;; Only add a guessed height if one is not specified |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1064 ;; in the input parameters. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1065 (if (assoc 'height speedbar-frame-parameters) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1066 speedbar-frame-parameters |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1067 (append |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1068 speedbar-frame-parameters |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1069 (list (cons 'height (+ mh (frame-height))))))) |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1070 (frame |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1071 (if (or (< emacs-major-version 20) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1072 (not (eq window-system 'x))) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1073 (make-frame params) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1074 (let ((x-pointer-shape x-pointer-top-left-arrow) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1075 (x-sensitive-text-pointer-shape |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1076 x-pointer-hand2)) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
1077 (make-frame params))))) |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1078 ;; Position speedbar frame. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1079 (if (or (not window-system) (eq window-system 'pc) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1080 (assoc 'left speedbar-frame-parameters) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1081 (assoc 'top speedbar-frame-parameters)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1082 ;; Do no positioning if not on a windowing system, |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1083 ;; or if left/top were specified in the parameters. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1084 frame |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1085 (let ((cfx |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1086 (if (not (consp cfx)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1087 cfx |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1088 ;; If cfx is a list, that means we grow |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1089 ;; from a specific edge of the display. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1090 ;; Convert that to the distance from the |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1091 ;; left side of the display. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1092 (if (eq (car cfx) '-) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1093 ;; A - means distance from the right edge |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1094 ;; of the display, or DW - cfx - framewidth |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1095 (- (x-display-pixel-width) (car (cdr cfx)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1096 (frame-pixel-width)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1097 (car (cdr cfx)))))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1098 (modify-frame-parameters |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1099 frame |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1100 (list |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1101 (cons |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1102 'left |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1103 ;; Decide which side to put it |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1104 ;; on. 200 is just a buffer |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1105 ;; for the left edge of the |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1106 ;; screen. The extra 10 is just |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1107 ;; dressings for window decorations. |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1108 (let ((sfw (frame-pixel-width frame))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1109 (let ((left-guess (- cfx 10 sfw)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1110 (right-guess (+ cfx cfw 5))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1111 (let ((left-margin left-guess) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1112 (right-margin |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1113 (- (x-display-pixel-width) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1114 right-guess 5 sfw))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1115 (cond ((>= left-margin 0) left-guess) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1116 ((>= right-margin 0) right-guess) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1117 ;; otherwise choose side we overlap less |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1118 ((> left-margin right-margin) 0) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1119 (t (- (x-display-pixel-width) sfw 5))))))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1120 (cons 'top cfy))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
1121 frame))))) |
21650 | 1122 ;; reset the selection variable |
1123 (setq speedbar-last-selected-file nil) | |
1124 ;; Put the buffer into the frame | |
1125 (save-window-excursion | |
1126 ;; Get the buffer to play with | |
1127 (speedbar-mode) | |
1128 (select-frame speedbar-frame) | |
1129 (switch-to-buffer speedbar-buffer) | |
1130 (set-window-dedicated-p (selected-window) t)) | |
23372
64e80b07376b
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam <zappo@gnu.org>
parents:
23275
diff
changeset
|
1131 (if (and (or (null window-system) (eq window-system 'pc)) |
64e80b07376b
(speedbar-frame-mode): Check if cfx or cfy is a list, and make sure it
Eric M. Ludlam <zappo@gnu.org>
parents:
23275
diff
changeset
|
1132 (fboundp 'set-frame-name)) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1133 (progn |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1134 (select-frame speedbar-frame) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1135 (set-frame-name "Speedbar"))) |
21650 | 1136 (speedbar-set-timer speedbar-update-speed))))) |
1137 | |
1138 ;;;###autoload | |
1139 (defun speedbar-get-focus () | |
1140 "Change frame focus to or from the speedbar frame. | |
1141 If the selected frame is not speedbar, then speedbar frame is | |
1142 selected. If the speedbar frame is active, then select the attached frame." | |
1143 (interactive) | |
1144 (if (eq (selected-frame) speedbar-frame) | |
1145 (if (frame-live-p speedbar-attached-frame) | |
1146 (select-frame speedbar-attached-frame)) | |
22735 | 1147 ;; If updates are off, then refresh the frame (they want it now...) |
1148 (if (not speedbar-update-flag) | |
1149 (let ((speedbar-update-flag t)) | |
1150 (speedbar-timer-fn))) | |
21650 | 1151 ;; make sure we have a frame |
1152 (if (not (frame-live-p speedbar-frame)) (speedbar-frame-mode 1)) | |
1153 ;; go there | |
22735 | 1154 (select-frame speedbar-frame) |
1155 ) | |
21650 | 1156 (other-frame 0)) |
1157 | |
1158 (defun speedbar-close-frame () | |
1159 "Turn off a currently active speedbar." | |
1160 (interactive) | |
1161 (speedbar-frame-mode -1) | |
1162 (select-frame speedbar-attached-frame) | |
1163 (other-frame 0)) | |
1164 | |
22735 | 1165 (defun speedbar-switch-buffer-attached-frame (&optional buffer) |
1166 "Switch to BUFFER in speedbar's attached frame, and raise that frame. | |
1167 This overrides the default behavior of `switch-to-buffer' which is | |
1168 broken because of the dedicated speedbar frame." | |
1169 (interactive) | |
1170 ;; Assume we are in the speedbar frame. | |
1171 (speedbar-get-focus) | |
1172 ;; Now switch buffers | |
1173 (if buffer | |
1174 (switch-to-buffer buffer) | |
1175 (call-interactively 'switch-to-buffer nil nil))) | |
1176 | |
21650 | 1177 (defmacro speedbar-frame-width () |
1178 "Return the width of the speedbar frame in characters. | |
1179 nil if it doesn't exist." | |
1180 '(frame-width speedbar-frame)) | |
1181 | |
1182 ;; XEmacs function only. | |
1183 (defun speedbar-needed-height (&optional frame) | |
1184 "The needed height for the tool bar FRAME (in characters)." | |
1185 (or frame (setq frame (selected-frame))) | |
1186 ;; The 1 is the missing modeline/minibuffer | |
1187 (+ 1 (/ (frame-pixel-height frame) | |
1188 (face-height 'default frame)))) | |
1189 | |
1190 (defun speedbar-mode () | |
1191 "Major mode for managing a display of directories and tags. | |
1192 \\<speedbar-key-map> | |
1193 The first line represents the default path of the speedbar frame. | |
1194 Each directory segment is a button which jumps speedbar's default | |
1195 directory to that path. Buttons are activated by clicking `\\[speedbar-click]'. | |
1196 In some situations using `\\[speedbar-power-click]' is a `power click' which will | |
1197 rescan cached items, or pop up new frames. | |
1198 | |
1199 Each line starting with <+> represents a directory. Click on the <+> | |
1200 to insert the directory listing into the current tree. Click on the | |
1201 <-> to retract that list. Click on the directory name to go to that | |
1202 directory as the default. | |
1203 | |
1204 Each line starting with [+] is a file. If the variable | |
1205 `speedbar-show-unknown-files' is t, the lines starting with [?] are | |
1206 files which don't have imenu support, but are not expressly ignored. | |
1207 Files are completely ignored if they match `speedbar-file-unshown-regexp' | |
1208 which is generated from `completion-ignored-extensions'. | |
1209 | |
1210 Files with a `*' character after their name are files checked out of a | |
1211 version control system. (currently only RCS is supported.) New | |
1212 version control systems can be added by examining the documentation | |
1213 for `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' | |
1214 | |
22735 | 1215 Files with a `#' or `!' character after them are source files that |
1216 have an object file associated with them. The `!' indicates that the | |
1217 files is out of date. You can control what source/object associations | |
1218 exist through the variable `speedbar-obj-alist'. | |
1219 | |
21650 | 1220 Click on the [+] to display a list of tags from that file. Click on |
1221 the [-] to retract the list. Click on the file name to edit the file | |
1222 in the attached frame. | |
1223 | |
1224 If you open tags, you might find a node starting with {+}, which is a | |
1225 category of tags. Click the {+} to expand the category. Jump-able | |
1226 tags start with >. Click the name of the tag to go to that position | |
1227 in the selected file. | |
1228 | |
1229 \\{speedbar-key-map}" | |
1230 ;; NOT interactive | |
1231 (save-excursion | |
1232 (setq speedbar-buffer (set-buffer (get-buffer-create " SPEEDBAR"))) | |
1233 (kill-all-local-variables) | |
1234 (setq major-mode 'speedbar-mode) | |
1235 (setq mode-name "Speedbar") | |
1236 (set-syntax-table speedbar-syntax-table) | |
1237 (setq font-lock-keywords nil) ;; no font-locking please | |
1238 (setq truncate-lines t) | |
1239 (make-local-variable 'frame-title-format) | |
1240 (setq frame-title-format "Speedbar") | |
1241 ;; Set this up special just for the speedbar buffer | |
22735 | 1242 ;; Terminal minibuffer stuff does not require this. |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1243 (if (and window-system (not (eq window-system 'pc)) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1244 (null default-minibuffer-frame)) |
21650 | 1245 (progn |
1246 (make-local-variable 'default-minibuffer-frame) | |
1247 (setq default-minibuffer-frame speedbar-attached-frame))) | |
22735 | 1248 ;; Correct use of `temp-buffer-show-function': Bob Weiner |
1249 (if (and (boundp 'temp-buffer-show-hook) | |
1250 (boundp 'temp-buffer-show-function)) | |
1251 (progn (make-local-variable 'temp-buffer-show-hook) | |
1252 (setq temp-buffer-show-hook temp-buffer-show-function))) | |
21650 | 1253 (make-local-variable 'temp-buffer-show-function) |
1254 (setq temp-buffer-show-function 'speedbar-temp-buffer-show-function) | |
1255 (if speedbar-xemacsp | |
1256 (progn | |
1257 ;; Argh! mouse-track-click-hook doesn't understand the | |
1258 ;; make-local-hook conventions. | |
1259 (make-local-variable 'mouse-track-click-hook) | |
1260 (add-hook 'mouse-track-click-hook | |
1261 (lambda (event count) | |
1262 (if (/= (event-button event) 1) | |
1263 nil ; Do normal operations. | |
1264 (cond ((eq count 1) | |
1265 (speedbar-quick-mouse event)) | |
1266 ((or (eq count 2) | |
1267 (eq count 3)) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1268 (speedbar-mouse-set-point event) |
21650 | 1269 (speedbar-do-function-pointer) |
1270 (speedbar-quick-mouse event))) | |
1271 ;; Don't do normal operations. | |
1272 t))))) | |
1273 (make-local-hook 'kill-buffer-hook) | |
1274 (add-hook 'kill-buffer-hook (lambda () (let ((skilling (boundp 'skilling))) | |
1275 (if skilling | |
1276 nil | |
1277 (if (eq (current-buffer) | |
1278 speedbar-buffer) | |
1279 (speedbar-frame-mode -1))))) | |
1280 t t) | |
23083
2dea437fe88a
(speedbar-with-writable): remove `toggle-read-only'.
Eric M. Ludlam <zappo@gnu.org>
parents:
23080
diff
changeset
|
1281 (toggle-read-only 1) |
21650 | 1282 (speedbar-set-mode-line-format) |
22735 | 1283 (if speedbar-xemacsp |
28925
89a795d90175
(speedbar-recenter): Typo, and fix logic.
Eric M. Ludlam <zappo@gnu.org>
parents:
28902
diff
changeset
|
1284 (set (make-local-variable 'mouse-motion-handler) |
89a795d90175
(speedbar-recenter): Typo, and fix logic.
Eric M. Ludlam <zappo@gnu.org>
parents:
28902
diff
changeset
|
1285 'speedbar-track-mouse-xemacs) |
22735 | 1286 (if speedbar-track-mouse-flag |
28925
89a795d90175
(speedbar-recenter): Typo, and fix logic.
Eric M. Ludlam <zappo@gnu.org>
parents:
28902
diff
changeset
|
1287 (set (make-local-variable 'track-mouse) t)) ;this could be messy. |
22735 | 1288 (setq auto-show-mode nil)) ;no auto-show for Emacs |
21650 | 1289 (run-hooks 'speedbar-mode-hook)) |
1290 (speedbar-update-contents) | |
1291 speedbar-buffer) | |
1292 | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1293 (defmacro speedbar-with-attached-buffer (&rest forms) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1294 "Execute FORMS in the attached frame's special buffer. |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1295 Optionally select that frame if necessary." |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1296 `(save-selected-window |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1297 (speedbar-set-timer speedbar-update-speed) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1298 (select-frame speedbar-attached-frame) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1299 ,@forms |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1300 (speedbar-maybee-jump-to-attached-frame))) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1301 |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1302 (defun speedbar-message (fmt &rest args) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1303 "Like message, but for use in the speedbar frame. |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1304 Argument FMT is the format string, and ARGS are the arguments for message." |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1305 (save-selected-window |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1306 (select-frame speedbar-attached-frame) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1307 (apply 'message fmt args))) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1308 |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1309 (defun speedbar-y-or-n-p (prompt) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1310 "Like `y-or-n-p', but for use in the speedbar frame. |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1311 Argument PROMPT is the prompt to use." |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1312 (save-selected-window |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1313 (if (and default-minibuffer-frame (not (eq default-minibuffer-frame |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1314 speedbar-attached-frame))) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1315 (select-frame speedbar-attached-frame)) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1316 (y-or-n-p prompt))) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1317 |
22735 | 1318 (defun speedbar-show-info-under-mouse (&optional event) |
1319 "Call the info function for the line under the mouse. | |
1320 Optional EVENT is currently not used." | |
1321 (let ((pos (mouse-position))) ; we ignore event until I use it later. | |
1322 (if (equal (car pos) speedbar-frame) | |
1323 (save-excursion | |
1324 (save-window-excursion | |
1325 (apply 'set-mouse-position pos) | |
1326 (speedbar-item-info)))))) | |
1327 | |
21650 | 1328 (defun speedbar-set-mode-line-format () |
1329 "Set the format of the mode line based on the current speedbar environment. | |
1330 This gives visual indications of what is up. It EXPECTS the speedbar | |
1331 frame and window to be the currently active frame and window." | |
1332 (if (and (frame-live-p speedbar-frame) | |
1333 (or (not speedbar-xemacsp) | |
1334 (specifier-instance has-modeline-p))) | |
1335 (save-excursion | |
1336 (set-buffer speedbar-buffer) | |
1337 (let* ((w (or (speedbar-frame-width) 20)) | |
1338 (p1 "<<") | |
1339 (p5 ">>") | |
1340 (p3 (if speedbar-update-flag "SPEEDBAR" "SLOWBAR")) | |
1341 (blank (- w (length p1) (length p3) (length p5) | |
1342 (if line-number-mode 4 0))) | |
1343 (p2 (if (> blank 0) | |
1344 (make-string (/ blank 2) ? ) | |
1345 "")) | |
1346 (p4 (if (> blank 0) | |
1347 (make-string (+ (/ blank 2) (% blank 2)) ? ) | |
1348 "")) | |
1349 (tf | |
1350 (if line-number-mode | |
1351 (list (concat p1 p2 p3) '(line-number-mode " %3l") | |
1352 (concat p4 p5)) | |
1353 (list (concat p1 p2 p3 p4 p5))))) | |
1354 (if (not (equal mode-line-format tf)) | |
1355 (progn | |
1356 (setq mode-line-format tf) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1357 (speedbar-mode-line-update))))))) |
21650 | 1358 |
1359 (defun speedbar-temp-buffer-show-function (buffer) | |
1360 "Placed in the variable `temp-buffer-show-function' in `speedbar-mode'. | |
1361 If a user requests help using \\[help-command] <Key> the temp BUFFER will be | |
1362 redirected into a window on the attached frame." | |
1363 (if speedbar-attached-frame (select-frame speedbar-attached-frame)) | |
1364 (pop-to-buffer buffer nil) | |
1365 (other-window -1) | |
23084
e1613f1c52f8
(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam <zappo@gnu.org>
parents:
23083
diff
changeset
|
1366 ;; Fix for using this hook on some platforms: Bob Weiner |
e1613f1c52f8
(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam <zappo@gnu.org>
parents:
23083
diff
changeset
|
1367 (cond ((not speedbar-xemacsp) |
e1613f1c52f8
(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam <zappo@gnu.org>
parents:
23083
diff
changeset
|
1368 (run-hooks 'temp-buffer-show-hook)) |
e1613f1c52f8
(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam <zappo@gnu.org>
parents:
23083
diff
changeset
|
1369 ((fboundp 'run-hook-with-args) |
22735 | 1370 (run-hook-with-args 'temp-buffer-show-hook buffer)) |
1371 ((and (boundp 'temp-buffer-show-hook) | |
1372 (listp temp-buffer-show-hook)) | |
1373 (mapcar (function (lambda (hook) (funcall hook buffer))) | |
1374 temp-buffer-show-hook)))) | |
21650 | 1375 |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1376 (defvar speedbar-previous-menu nil |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1377 "The menu before the last `speedbar-reconfigure-keymaps' was called.") |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1378 |
22735 | 1379 (defun speedbar-reconfigure-keymaps () |
21650 | 1380 "Reconfigure the menu-bar in a speedbar frame. |
1381 Different menu items are displayed depending on the current display mode | |
1382 and the existence of packages." | |
22735 | 1383 (let ((md (append |
1384 speedbar-easymenu-definition-base | |
1385 (if speedbar-shown-directories | |
1386 ;; file display mode version | |
1387 (speedbar-initial-menu) | |
1388 (save-excursion | |
1389 (select-frame speedbar-attached-frame) | |
1390 (if (local-variable-p | |
1391 'speedbar-easymenu-definition-special | |
1392 (current-buffer)) | |
1393 ;; If bound locally, we can use it | |
1394 speedbar-easymenu-definition-special))) | |
1395 ;; Dynamic menu stuff | |
1396 '("-") | |
1397 (list (cons "Displays" | |
1398 (let ((displays nil) | |
1399 (alist speedbar-initial-expansion-mode-alist)) | |
1400 (while alist | |
1401 (setq displays | |
1402 (cons | |
1403 (vector | |
1404 (capitalize (car (car alist))) | |
1405 (list | |
1406 'speedbar-change-initial-expansion-list | |
1407 (car (car alist))) | |
1408 t) | |
1409 displays)) | |
1410 (setq alist (cdr alist))) | |
1411 displays))) | |
1412 ;; The trailer | |
1413 speedbar-easymenu-definition-trailer)) | |
1414 (localmap (save-excursion | |
1415 (let ((cf (selected-frame))) | |
1416 (prog2 | |
1417 (select-frame speedbar-attached-frame) | |
1418 (if (local-variable-p | |
1419 'speedbar-special-mode-key-map | |
1420 (current-buffer)) | |
1421 speedbar-special-mode-key-map) | |
1422 (select-frame cf)))))) | |
1423 (save-excursion | |
1424 (set-buffer speedbar-buffer) | |
1425 (use-local-map (or localmap | |
1426 (speedbar-initial-keymap) | |
1427 ;; This creates a small keymap we can glom the | |
1428 ;; menu adjustments into. | |
1429 (speedbar-make-specialized-keymap))) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1430 ;; Delete the old menu if applicable. |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1431 (if speedbar-previous-menu (easy-menu-remove speedbar-previous-menu)) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1432 (setq speedbar-previous-menu md) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1433 ;; Now add the new menu |
22735 | 1434 (if (not speedbar-xemacsp) |
1435 (easy-menu-define speedbar-menu-map (current-local-map) | |
1436 "Speedbar menu" md) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1437 (easy-menu-add md (current-local-map)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1438 (set-buffer-menubar (list md)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1439 (run-hooks 'speedbar-reconfigure-keymaps-hook))) |
21650 | 1440 |
1441 | |
1442 ;;; User Input stuff | |
1443 ;; | |
1444 | |
1445 ;; XEmacs: this can be implemented using modeline keymaps, but there | |
1446 ;; is no use, as we have horizontal scrollbar (as the docstring | |
1447 ;; hints.) | |
1448 (defun speedbar-mouse-hscroll (e) | |
1449 "Read a mouse event E from the mode line, and horizontally scroll. | |
1450 If the mouse is being clicked on the far left, or far right of the | |
1451 mode-line. This is only useful for non-XEmacs" | |
1452 (interactive "e") | |
1453 (let* ((xp (car (nth 2 (car (cdr e))))) | |
1454 (cpw (/ (frame-pixel-width) | |
1455 (frame-width))) | |
1456 (oc (1+ (/ xp cpw))) | |
1457 ) | |
1458 (cond ((< oc 3) | |
1459 (scroll-left 2)) | |
1460 ((> oc (- (window-width) 3)) | |
1461 (scroll-right 2)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1462 (t (speedbar-message |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1463 "Click on the edge of the modeline to scroll left/right"))) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1464 ;;(speedbar-message "X: Pixel %d Char Pixels %d On char %d" xp cpw oc) |
21650 | 1465 )) |
1466 | |
1467 (defun speedbar-customize () | |
1468 "Customize speedbar using the Custom package." | |
1469 (interactive) | |
1470 (let ((sf (selected-frame))) | |
1471 (select-frame speedbar-attached-frame) | |
1472 (customize-group 'speedbar) | |
1473 (select-frame sf)) | |
1474 (speedbar-maybee-jump-to-attached-frame)) | |
1475 | |
22735 | 1476 (defun speedbar-track-mouse (event) |
1477 "For motion EVENT, display info about the current line." | |
1478 (interactive "e") | |
1479 (if (not speedbar-track-mouse-flag) | |
1480 nil | |
1481 (save-excursion | |
1482 (let ((char (nth 1 (car (cdr event))))) | |
1483 (if (not (numberp char)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1484 (speedbar-message nil) |
22735 | 1485 (goto-char char) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1486 ;; (speedbar-message "%S" event) |
22735 | 1487 (speedbar-item-info) |
1488 ))))) | |
1489 | |
1490 (defun speedbar-track-mouse-xemacs (event) | |
1491 "For motion EVENT, display info about the current line." | |
1492 (if (functionp (default-value 'mouse-motion-handler)) | |
1493 (funcall (default-value 'mouse-motion-handler) event)) | |
1494 (if speedbar-track-mouse-flag | |
1495 (save-excursion | |
1496 (save-window-excursion | |
1497 (condition-case () | |
1498 (progn (mouse-set-point event) | |
1499 ;; Prevent focus-related bugs. | |
1500 (if (eq major-mode 'speedbar-mode) | |
1501 (speedbar-item-info))) | |
1502 (error nil)))))) | |
1503 | |
21650 | 1504 ;; In XEmacs, we make popup menus work on the item over mouse (as |
1505 ;; opposed to where the point happens to be.) We attain this by | |
1506 ;; temporarily moving the point to that place. | |
1507 ;; Hrvoje Niksic <hniksic@srce.hr> | |
1508 (defun speedbar-xemacs-popup-kludge (event) | |
1509 "Pop up a menu related to the clicked on item. | |
1510 Must be bound to EVENT." | |
1511 (interactive "e") | |
22735 | 1512 (select-frame speedbar-frame) |
21650 | 1513 (save-excursion |
1514 (goto-char (event-closest-point event)) | |
1515 (beginning-of-line) | |
1516 (forward-char (min 5 (- (save-excursion (end-of-line) (point)) | |
1517 (save-excursion (beginning-of-line) (point))))) | |
1518 (popup-mode-menu) | |
1519 ;; Wait for menu to bail out. `popup-mode-menu' (and other popup | |
1520 ;; menu functions) return immediately. | |
1521 (let (new) | |
1522 (while (not (misc-user-event-p (setq new (next-event)))) | |
1523 (dispatch-event new)) | |
1524 (dispatch-event new)))) | |
1525 | |
1526 (defun speedbar-emacs-popup-kludge (e) | |
1527 "Pop up a menu related to the clicked on item. | |
1528 Must be bound to event E." | |
1529 (interactive "e") | |
1530 (save-excursion | |
1531 (mouse-set-point e) | |
1532 ;; This gets the cursor where the user can see it. | |
1533 (if (not (bolp)) (forward-char -1)) | |
1534 (sit-for 0) | |
1535 (if (< emacs-major-version 20) | |
1536 (mouse-major-mode-menu e) | |
1537 (mouse-major-mode-menu e nil)))) | |
1538 | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1539 (defun speedbar-hack-buffer-menu (e) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1540 "Control mouse 1 is buffer menu. |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1541 This hack overrides it so that the right thing happens in the main |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1542 Emacs frame, not in the speedbar frame. |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1543 Argument E is the event causing this activity." |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1544 (interactive "e") |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1545 (let ((fn (lookup-key global-map (if speedbar-xemacsp |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1546 '(control button1) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1547 [C-down-mouse-1]))) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1548 (newbuff nil)) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1549 (unwind-protect |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1550 (save-excursion |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1551 (set-window-dedicated-p (selected-window) nil) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1552 (call-interactively fn) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1553 (setq newbuff (current-buffer))) |
24809
078e0b907e6e
(speedbar-hack-buffer-menu): Fixed so if the user
Karl Heuer <kwzh@gnu.org>
parents:
24475
diff
changeset
|
1554 (switch-to-buffer speedbar-buffer) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1555 (set-window-dedicated-p (selected-window) t)) |
24809
078e0b907e6e
(speedbar-hack-buffer-menu): Fixed so if the user
Karl Heuer <kwzh@gnu.org>
parents:
24475
diff
changeset
|
1556 (if (not (eq newbuff speedbar-buffer)) |
078e0b907e6e
(speedbar-hack-buffer-menu): Fixed so if the user
Karl Heuer <kwzh@gnu.org>
parents:
24475
diff
changeset
|
1557 (speedbar-with-attached-buffer |
078e0b907e6e
(speedbar-hack-buffer-menu): Fixed so if the user
Karl Heuer <kwzh@gnu.org>
parents:
24475
diff
changeset
|
1558 (switch-to-buffer newbuff))))) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1559 |
21650 | 1560 (defun speedbar-next (arg) |
1561 "Move to the next ARGth line in a speedbar buffer." | |
1562 (interactive "p") | |
1563 (forward-line (or arg 1)) | |
1564 (speedbar-item-info) | |
1565 (speedbar-position-cursor-on-line)) | |
1566 | |
1567 (defun speedbar-prev (arg) | |
1568 "Move to the previous ARGth line in a speedbar buffer." | |
1569 (interactive "p") | |
1570 (speedbar-next (if arg (- arg) -1))) | |
1571 | |
22735 | 1572 (defun speedbar-restricted-move (arg) |
1573 "Move to the next ARGth line in a speedbar buffer at the same depth. | |
1574 This means that movement is restricted to a subnode, and that siblings | |
1575 of intermediate nodes are skipped." | |
1576 (if (not (numberp arg)) (signal 'wrong-type-argument (list arg 'numberp))) | |
1577 ;; First find the extent for which we are allowed to move. | |
1578 (let ((depth (save-excursion (beginning-of-line) | |
1579 (if (looking-at "[0-9]+:") | |
1580 (string-to-int (match-string 0)) | |
1581 0))) | |
1582 (crement (if (< arg 0) 1 -1)) ; decrement or increment | |
1583 (lastmatch (point))) | |
1584 (while (/= arg 0) | |
1585 (forward-line (- crement)) | |
1586 (let ((subdepth (save-excursion (beginning-of-line) | |
1587 (if (looking-at "[0-9]+:") | |
1588 (string-to-int (match-string 0)) | |
1589 0)))) | |
1590 (cond ((or (< subdepth depth) | |
1591 (progn (end-of-line) (eobp)) | |
1592 (progn (beginning-of-line) (bobp))) | |
1593 ;; We have reached the end of this block. | |
1594 (goto-char lastmatch) | |
1595 (setq arg 0) | |
1596 (error "End of sub-list")) | |
1597 ((= subdepth depth) | |
1598 (setq lastmatch (point) | |
1599 arg (+ arg crement)))))) | |
1600 (speedbar-position-cursor-on-line))) | |
1601 | |
1602 (defun speedbar-restricted-next (arg) | |
1603 "Move to the next ARGth line in a speedbar buffer at the same depth. | |
1604 This means that movement is restricted to a subnode, and that siblings | |
1605 of intermediate nodes are skipped." | |
1606 (interactive "p") | |
1607 (speedbar-restricted-move (or arg 1)) | |
1608 (speedbar-item-info)) | |
1609 | |
1610 | |
1611 (defun speedbar-restricted-prev (arg) | |
1612 "Move to the previous ARGth line in a speedbar buffer at the same depth. | |
1613 This means that movement is restricted to a subnode, and that siblings | |
1614 of intermediate nodes are skipped." | |
1615 (interactive "p") | |
1616 (speedbar-restricted-move (if arg (- arg) -1)) | |
1617 (speedbar-item-info)) | |
1618 | |
1619 (defun speedbar-navigate-list (arg) | |
1620 "Move across ARG groups of similarly typed items in speedbar. | |
1621 Stop on the first line of the next type of item, or on the last or first item | |
1622 if we reach a buffer boundary." | |
1623 (interactive "p") | |
1624 (beginning-of-line) | |
1625 (if (looking-at "[0-9]+: *[[<{][-+?][]>}] ") | |
1626 (let ((str (regexp-quote (match-string 0)))) | |
1627 (while (looking-at str) | |
1628 (speedbar-restricted-move arg) | |
1629 (beginning-of-line)))) | |
1630 (speedbar-position-cursor-on-line)) | |
1631 | |
1632 (defun speedbar-forward-list () | |
1633 "Move forward over the current list. | |
1634 A LIST in speedbar is a group of similarly typed items, such as directories, | |
1635 files, or the directory button." | |
1636 (interactive) | |
1637 (speedbar-navigate-list 1) | |
1638 (speedbar-item-info)) | |
1639 | |
1640 (defun speedbar-backward-list () | |
1641 "Move backward over the current list. | |
1642 A LIST in speedbar is a group of similarly typed items, such as directories, | |
1643 files, or the directory button." | |
1644 (interactive) | |
1645 (speedbar-navigate-list -1) | |
1646 (speedbar-item-info)) | |
1647 | |
21650 | 1648 (defun speedbar-scroll-up (&optional arg) |
1649 "Page down one screen-full of the speedbar, or ARG lines." | |
1650 (interactive "P") | |
1651 (scroll-up arg) | |
1652 (speedbar-position-cursor-on-line)) | |
1653 | |
1654 (defun speedbar-scroll-down (&optional arg) | |
1655 "Page up one screen-full of the speedbar, or ARG lines." | |
1656 (interactive "P") | |
1657 (scroll-down arg) | |
1658 (speedbar-position-cursor-on-line)) | |
1659 | |
1660 (defun speedbar-up-directory () | |
1661 "Keyboard accelerator for moving the default directory up one. | |
1662 Assumes that the current buffer is the speedbar buffer" | |
1663 (interactive) | |
1664 (setq default-directory (expand-file-name (concat default-directory "../"))) | |
1665 (speedbar-update-contents)) | |
1666 | |
1667 ;;; Speedbar file activity (aka creeping featurism) | |
1668 ;; | |
1669 (defun speedbar-refresh () | |
1670 "Refresh the current speedbar display, disposing of any cached data." | |
1671 (interactive) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1672 (let ((dl speedbar-shown-directories) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1673 (dm (and (boundp 'deactivate-mark) deactivate-mark))) |
21650 | 1674 (while dl |
1675 (adelete 'speedbar-directory-contents-alist (car dl)) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1676 (setq dl (cdr dl))) |
22906
adfc04c48002
Updated refresh messages to clear themselves.
Eric M. Ludlam <zappo@gnu.org>
parents:
22893
diff
changeset
|
1677 (if (<= 1 speedbar-verbosity-level) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1678 (speedbar-message "Refreshing speedbar...")) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1679 (speedbar-update-contents) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1680 (speedbar-stealthy-updates) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1681 ;; Reset the timer in case it got really hosed for some reason... |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1682 (speedbar-set-timer speedbar-update-speed) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1683 (if (<= 1 speedbar-verbosity-level) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1684 (speedbar-message "Refreshing speedbar...done")) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
1685 (if (boundp 'deactivate-mark) (setq deactivate-mark dm)))) |
21650 | 1686 |
1687 (defun speedbar-item-load () | |
22735 | 1688 "Load the item under the cursor or mouse if it is a Lisp file." |
21650 | 1689 (interactive) |
1690 (let ((f (speedbar-line-file))) | |
1691 (if (and (file-exists-p f) (string-match "\\.el\\'" f)) | |
1692 (if (and (file-exists-p (concat f "c")) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1693 (speedbar-y-or-n-p (format "Load %sc? " f))) |
21650 | 1694 ;; If the compiled version exists, load that instead... |
1695 (load-file (concat f "c")) | |
1696 (load-file f)) | |
22735 | 1697 (error "Not a loadable file")))) |
21650 | 1698 |
1699 (defun speedbar-item-byte-compile () | |
22735 | 1700 "Byte compile the item under the cursor or mouse if it is a Lisp file." |
21650 | 1701 (interactive) |
1702 (let ((f (speedbar-line-file)) | |
1703 (sf (selected-frame))) | |
1704 (if (and (file-exists-p f) (string-match "\\.el\\'" f)) | |
1705 (progn | |
1706 (select-frame speedbar-attached-frame) | |
1707 (byte-compile-file f nil) | |
22735 | 1708 (select-frame sf) |
1709 (speedbar-reset-scanners))) | |
21650 | 1710 )) |
1711 | |
1712 (defun speedbar-mouse-item-info (event) | |
1713 "Provide information about what the user clicked on. | |
1714 This should be bound to a mouse EVENT." | |
1715 (interactive "e") | |
1716 (mouse-set-point event) | |
1717 (speedbar-item-info)) | |
1718 | |
22735 | 1719 (defun speedbar-generic-item-info () |
1720 "Attempt to derive, and then display information about thils line item. | |
1721 File style information is displayed with `speedbar-item-info'." | |
1722 (save-excursion | |
1723 (beginning-of-line) | |
1724 ;; Skip invisible number info. | |
1725 (if (looking-at "\\([0-9]+\\):") (goto-char (match-end 0))) | |
1726 ;; Skip items in "folder" type text characters. | |
1727 (if (looking-at "\\s-*[[<({].[]>)}] ") (goto-char (match-end 0))) | |
1728 ;; Get the text | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1729 (speedbar-message "Text: %s" (buffer-substring-no-properties |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1730 (point) (progn (end-of-line) (point)))))) |
22735 | 1731 |
21650 | 1732 (defun speedbar-item-info () |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1733 "Display info in the mini-buffer about the button the mouse is over. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1734 This function can be replaced in `speedbar-mode-functions-list' as |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1735 `speedbar-item-info'" |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1736 (interactive) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1737 (let (message-log-max) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1738 (funcall (or (speedbar-fetch-replacement-function 'speedbar-item-info) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1739 'speedbar-generic-item-info)))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1740 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1741 (defun speedbar-item-info-file-helper (&optional filename) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1742 "Display info about a file that is on the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1743 nil if not applicable. If FILENAME, then use that instead of reading |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1744 it from the speedbar buffer." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1745 (let* ((item (or filename (speedbar-line-file))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1746 (attr (if item (file-attributes item) nil))) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1747 (if (and item attr) (speedbar-message "%s %-6d %s" (nth 8 attr) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1748 (nth 7 attr) item) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1749 nil))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1750 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1751 (defun speedbar-item-info-tag-helper () |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1752 "Display info about a tag that is on the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1753 nil if not applicable." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1754 (save-excursion |
24321
0e5b7bb19ddc
(speedbar-item-info-tag-helper): Scan the whole line.
Richard M. Stallman <rms@gnu.org>
parents:
24232
diff
changeset
|
1755 (beginning-of-line) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1756 (if (re-search-forward " [-+=]?> \\([^\n]+\\)" |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1757 (save-excursion(end-of-line)(point)) t) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1758 (let ((tag (match-string 1)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1759 (attr (speedbar-line-token)) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1760 (item nil)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1761 (if (and (featurep 'semantic) (semantic-token-p attr)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1762 (speedbar-message (semantic-summerize-nonterminal attr)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1763 (looking-at "\\([0-9]+\\):") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1764 (setq item (file-name-nondirectory (speedbar-line-path))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1765 (speedbar-message "Tag: %s in %s" tag item))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1766 (if (re-search-forward "{[+-]} \\([^\n]+\\)$" |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1767 (save-excursion(end-of-line)(point)) t) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1768 (speedbar-message "Group of tags \"%s\"" (match-string 1)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1769 (if (re-search-forward " [+-]?[()|@] \\([^\n]+\\)$" nil t) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1770 (let* ((detailtext (match-string 1)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1771 (detail (or (speedbar-line-token) detailtext)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1772 (parent (save-excursion |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1773 (beginning-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1774 (let ((dep (if (looking-at "[0-9]+:") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1775 (1- (string-to-int (match-string 0))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1776 0))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1777 (re-search-backward (concat "^" |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1778 (int-to-string dep) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1779 ":") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1780 nil t)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1781 (if (looking-at "[0-9]+: +[-+=>]> \\([^\n]+\\)$") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1782 (speedbar-line-token) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1783 nil)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1784 (if (and (featurep 'semantic) (semantic-token-p detail)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1785 (speedbar-message |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1786 (semantic-summerize-nonterminal detail parent)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1787 (if parent |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1788 (speedbar-message "Detail: %s of tag %s" detail |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1789 (if (and (featurep 'semantic) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1790 (semantic-token-p parent)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1791 (semantic-token-name parent) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1792 parent)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1793 (speedbar-message "Detail: %s" detail)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1794 nil))))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1795 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1796 (defun speedbar-files-item-info () |
21650 | 1797 "Display info in the mini-buffer about the button the mouse is over." |
1798 (if (not speedbar-shown-directories) | |
22735 | 1799 (speedbar-generic-item-info) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1800 (or (speedbar-item-info-file-helper) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1801 (speedbar-item-info-tag-helper) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
1802 (speedbar-generic-item-info)))) |
21650 | 1803 |
1804 (defun speedbar-item-copy () | |
1805 "Copy the item under the cursor. | |
1806 Files can be copied to new names or places." | |
1807 (interactive) | |
1808 (let ((f (speedbar-line-file))) | |
22735 | 1809 (if (not f) (error "Not a file")) |
21650 | 1810 (if (file-directory-p f) |
22735 | 1811 (error "Cannot copy directory") |
21650 | 1812 (let* ((rt (read-file-name (format "Copy %s to: " |
1813 (file-name-nondirectory f)) | |
1814 (file-name-directory f))) | |
1815 (refresh (member (expand-file-name (file-name-directory rt)) | |
1816 speedbar-shown-directories))) | |
1817 ;; Create the right file name part | |
1818 (if (file-directory-p rt) | |
1819 (setq rt | |
1820 (concat (expand-file-name rt) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1821 (if (string-match "[/\\]$" rt) "" "/") |
21650 | 1822 (file-name-nondirectory f)))) |
1823 (if (or (not (file-exists-p rt)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1824 (speedbar-y-or-n-p (format "Overwrite %s with %s? " rt f))) |
21650 | 1825 (progn |
1826 (copy-file f rt t t) | |
1827 ;; refresh display if the new place is currently displayed. | |
1828 (if refresh | |
1829 (progn | |
1830 (speedbar-refresh) | |
1831 (if (not (speedbar-goto-this-file rt)) | |
1832 (speedbar-goto-this-file f)))) | |
1833 )))))) | |
1834 | |
1835 (defun speedbar-item-rename () | |
1836 "Rename the item under the cursor or mouse. | |
1837 Files can be renamed to new names or moved to new directories." | |
1838 (interactive) | |
1839 (let ((f (speedbar-line-file))) | |
1840 (if f | |
1841 (let* ((rt (read-file-name (format "Rename %s to: " | |
1842 (file-name-nondirectory f)) | |
1843 (file-name-directory f))) | |
1844 (refresh (member (expand-file-name (file-name-directory rt)) | |
1845 speedbar-shown-directories))) | |
1846 ;; Create the right file name part | |
1847 (if (file-directory-p rt) | |
1848 (setq rt | |
1849 (concat (expand-file-name rt) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1850 (if (string-match "[/\\]\\'" rt) "" "/") |
21650 | 1851 (file-name-nondirectory f)))) |
1852 (if (or (not (file-exists-p rt)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1853 (speedbar-y-or-n-p (format "Overwrite %s with %s? " rt f))) |
21650 | 1854 (progn |
1855 (rename-file f rt t) | |
1856 ;; refresh display if the new place is currently displayed. | |
1857 (if refresh | |
1858 (progn | |
1859 (speedbar-refresh) | |
1860 (speedbar-goto-this-file rt) | |
1861 ))))) | |
22735 | 1862 (error "Not a file")))) |
21650 | 1863 |
1864 (defun speedbar-item-delete () | |
1865 "Delete the item under the cursor. Files are removed from disk." | |
1866 (interactive) | |
1867 (let ((f (speedbar-line-file))) | |
22735 | 1868 (if (not f) (error "Not a file")) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1869 (if (speedbar-y-or-n-p (format "Delete %s? " f)) |
21650 | 1870 (progn |
1871 (if (file-directory-p f) | |
1872 (delete-directory f) | |
1873 (delete-file f)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1874 (speedbar-message "Okie dokie..") |
21650 | 1875 (let ((p (point))) |
1876 (speedbar-refresh) | |
1877 (goto-char p)) | |
1878 )) | |
1879 )) | |
1880 | |
22735 | 1881 (defun speedbar-item-object-delete () |
1882 "Delete the object associated from the item under the cursor. | |
1883 The file is removed from disk. The object is determined from the | |
1884 variable `speedbar-obj-alist'." | |
1885 (interactive) | |
1886 (let* ((f (speedbar-line-file)) | |
1887 (obj nil) | |
1888 (oa speedbar-obj-alist)) | |
1889 (if (not f) (error "Not a file")) | |
1890 (while (and oa (not (string-match (car (car oa)) f))) | |
1891 (setq oa (cdr oa))) | |
1892 (setq obj (concat (file-name-sans-extension f) (cdr (car oa)))) | |
1893 (if (and oa (file-exists-p obj) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
1894 (speedbar-y-or-n-p (format "Delete %s? " obj))) |
22735 | 1895 (progn |
1896 (delete-file obj) | |
1897 (speedbar-reset-scanners))))) | |
1898 | |
21650 | 1899 (defun speedbar-enable-update () |
1900 "Enable automatic updating in speedbar via timers." | |
1901 (interactive) | |
1902 (setq speedbar-update-flag t) | |
1903 (speedbar-set-mode-line-format) | |
1904 (speedbar-set-timer speedbar-update-speed)) | |
1905 | |
1906 (defun speedbar-disable-update () | |
1907 "Disable automatic updating and stop consuming resources." | |
1908 (interactive) | |
1909 (setq speedbar-update-flag nil) | |
1910 (speedbar-set-mode-line-format) | |
1911 (speedbar-set-timer nil)) | |
1912 | |
1913 (defun speedbar-toggle-updates () | |
1914 "Toggle automatic update for the speedbar frame." | |
1915 (interactive) | |
1916 (if speedbar-update-flag | |
1917 (speedbar-disable-update) | |
1918 (speedbar-enable-update))) | |
1919 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1920 (defun speedbar-toggle-images () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1921 "Toggle automatic update for the speedbar frame." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1922 (interactive) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1923 (setq speedbar-use-images (not speedbar-use-images)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1924 (speedbar-refresh)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
1925 |
21650 | 1926 (defun speedbar-toggle-sorting () |
1927 "Toggle automatic update for the speedbar frame." | |
1928 (interactive) | |
1929 (setq speedbar-sort-tags (not speedbar-sort-tags))) | |
1930 | |
1931 (defun speedbar-toggle-show-all-files () | |
1932 "Toggle display of files speedbar can not tag." | |
1933 (interactive) | |
1934 (setq speedbar-show-unknown-files (not speedbar-show-unknown-files)) | |
1935 (speedbar-refresh)) | |
1936 | |
1937 ;;; Utility functions | |
1938 ;; | |
1939 (defun speedbar-set-timer (timeout) | |
1940 "Apply a timer with TIMEOUT, or remove a timer if TIMOUT is nil. | |
1941 TIMEOUT is the number of seconds until the speedbar timer is called | |
1942 again. When TIMEOUT is nil, turn off all timeouts. | |
1943 This function will also enable or disable the `vc-checkin-hook' used | |
1944 to track file check ins, and will change the mode line to match | |
1945 `speedbar-update-flag'." | |
1946 (cond | |
1947 ;; XEmacs | |
1948 (speedbar-xemacsp | |
1949 (if speedbar-timer | |
1950 (progn (delete-itimer speedbar-timer) | |
1951 (setq speedbar-timer nil))) | |
1952 (if timeout | |
1953 (if (and speedbar-xemacsp | |
1954 (or (>= emacs-major-version 20) | |
1955 (>= emacs-minor-version 15))) | |
1956 (setq speedbar-timer (start-itimer "speedbar" | |
1957 'speedbar-timer-fn | |
1958 timeout | |
1959 timeout | |
1960 t)) | |
1961 (setq speedbar-timer (start-itimer "speedbar" | |
1962 'speedbar-timer-fn | |
1963 timeout | |
1964 nil))))) | |
1965 ;; Post 19.31 Emacs | |
1966 ((fboundp 'run-with-idle-timer) | |
1967 (if speedbar-timer | |
1968 (progn (cancel-timer speedbar-timer) | |
1969 (setq speedbar-timer nil))) | |
1970 (if timeout | |
1971 (setq speedbar-timer | |
1972 (run-with-idle-timer timeout t 'speedbar-timer-fn)))) | |
1973 ;; Emacs 19.30 (Thanks twice: ptype@dra.hmg.gb) | |
1974 ((fboundp 'post-command-idle-hook) | |
1975 (if timeout | |
1976 (add-hook 'post-command-idle-hook 'speedbar-timer-fn) | |
1977 (remove-hook 'post-command-idle-hook 'speedbar-timer-fn))) | |
1978 ;; Older or other Emacsen with no timers. Set up so that its | |
1979 ;; obvious this emacs can't handle the updates | |
1980 (t | |
1981 (setq speedbar-update-flag nil))) | |
1982 ;; Apply a revert hook that will reset the scanners. We attach to revert | |
1983 ;; because most reverts occur during VC state change, and this lets our | |
1984 ;; VC scanner fix itself. | |
1985 (if timeout | |
1986 (add-hook 'after-revert-hook 'speedbar-reset-scanners) | |
1987 (remove-hook 'after-revert-hook 'speedbar-reset-scanners) | |
1988 ) | |
1989 ;; change this if it changed for some reason | |
1990 (speedbar-set-mode-line-format)) | |
1991 | |
1992 (defmacro speedbar-with-writable (&rest forms) | |
1993 "Allow the buffer to be writable and evaluate FORMS." | |
1994 (list 'let '((inhibit-read-only t)) | |
1995 (cons 'progn forms))) | |
1996 (put 'speedbar-with-writable 'lisp-indent-function 0) | |
1997 | |
1998 (defun speedbar-select-window (buffer) | |
22735 | 1999 "Select a window in which BUFFER is shown. |
21650 | 2000 If it is not shown, force it to appear in the default window." |
2001 (let ((win (get-buffer-window buffer speedbar-attached-frame))) | |
2002 (if win | |
2003 (select-window win) | |
22735 | 2004 (set-window-buffer (selected-window) buffer)))) |
21650 | 2005 |
2006 (defun speedbar-insert-button (text face mouse function | |
2007 &optional token prevline) | |
2008 "Insert TEXT as the next logical speedbar button. | |
2009 FACE is the face to put on the button, MOUSE is the highlight face to use. | |
2010 When the user clicks on TEXT, FUNCTION is called with the TOKEN parameter. | |
2011 This function assumes that the current buffer is the speedbar buffer. | |
2012 If PREVLINE, then put this button on the previous line. | |
2013 | |
2014 This is a convenience function for special mode that create their own | |
2015 specialized speedbar displays." | |
2016 (goto-char (point-max)) | |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2017 (let ((start (point))) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2018 (if (/= (current-column) 0) (insert "\n")) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2019 (put-text-property start (point) 'invisible nil)) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2020 (if prevline (progn (delete-char -1) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2021 (insert " ") ;back up if desired... |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2022 (put-text-property (1- (point)) (point) 'invisible nil))) |
21650 | 2023 (let ((start (point))) |
2024 (insert text) | |
2025 (speedbar-make-button start (point) face mouse function token)) | |
2026 (let ((start (point))) | |
2027 (insert "\n") | |
2028 (put-text-property start (point) 'face nil) | |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
2029 (put-text-property start (point) 'invisible nil) |
21650 | 2030 (put-text-property start (point) 'mouse-face nil))) |
2031 | |
2032 (defun speedbar-make-button (start end face mouse function &optional token) | |
2033 "Create a button from START to END, with FACE as the display face. | |
2034 MOUSE is the mouse face. When this button is clicked on FUNCTION | |
22735 | 2035 will be run with the TOKEN parameter (any Lisp object)" |
21650 | 2036 (put-text-property start end 'face face) |
2037 (put-text-property start end 'mouse-face mouse) | |
2038 (put-text-property start end 'invisible nil) | |
2039 (if function (put-text-property start end 'speedbar-function function)) | |
2040 (if token (put-text-property start end 'speedbar-token token)) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2041 ;; So far the only text we have is less that 3 chars. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2042 (if (<= (- end start) 3) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2043 (speedbar-insert-image-button-maybe start (- end start))) |
21650 | 2044 ) |
2045 | |
22735 | 2046 ;;; Initial Expansion list management |
2047 ;; | |
2048 (defun speedbar-initial-expansion-list () | |
2049 "Return the current default expansion list. | |
2050 This is based on `speedbar-initial-expansion-list-name' referencing | |
2051 `speedbar-initial-expansion-mode-alist'." | |
2052 ;; cdr1 - name, cdr2 - menu | |
2053 (cdr (cdr (cdr (assoc speedbar-initial-expansion-list-name | |
2054 speedbar-initial-expansion-mode-alist))))) | |
2055 | |
2056 (defun speedbar-initial-menu () | |
2057 "Return the current default menu data. | |
2058 This is based on `speedbar-initial-expansion-list-name' referencing | |
2059 `speedbar-initial-expansion-mode-alist'." | |
2060 (symbol-value | |
2061 (car (cdr (assoc speedbar-initial-expansion-list-name | |
2062 speedbar-initial-expansion-mode-alist))))) | |
2063 | |
2064 (defun speedbar-initial-keymap () | |
2065 "Return the current default menu data. | |
2066 This is based on `speedbar-initial-expansion-list-name' referencing | |
2067 `speedbar-initial-expansion-mode-alist'." | |
2068 (symbol-value | |
2069 (car (cdr (cdr (assoc speedbar-initial-expansion-list-name | |
2070 speedbar-initial-expansion-mode-alist)))))) | |
2071 | |
2072 (defun speedbar-initial-stealthy-functions () | |
2073 "Return a list of functions to call stealthily. | |
2074 This is based on `speedbar-initial-expansion-list-name' referencing | |
2075 `speedbar-stealthy-function-list'." | |
2076 (cdr (assoc speedbar-initial-expansion-list-name | |
2077 speedbar-stealthy-function-list))) | |
2078 | |
2079 (defun speedbar-add-expansion-list (new-list) | |
2080 "Add NEW-LIST to the list of expansion lists." | |
2081 (add-to-list 'speedbar-initial-expansion-mode-alist new-list)) | |
2082 | |
2083 (defun speedbar-change-initial-expansion-list (new-default) | |
2084 "Change speedbar's default expansion list to NEW-DEFAULT." | |
2085 (interactive | |
2086 (list | |
2087 (completing-read (format "Speedbar Mode (default %s): " | |
2088 speedbar-previously-used-expansion-list-name) | |
2089 speedbar-initial-expansion-mode-alist | |
2090 nil t "" nil | |
2091 speedbar-previously-used-expansion-list-name))) | |
2092 (setq speedbar-previously-used-expansion-list-name | |
2093 speedbar-initial-expansion-list-name | |
2094 speedbar-initial-expansion-list-name new-default) | |
2095 (speedbar-refresh) | |
2096 (speedbar-reconfigure-keymaps)) | |
2097 | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2098 (defun speedbar-fetch-replacement-function (function) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2099 "Return a current mode specific replacement for function, or nil. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2100 Scans `speedbar-mode-functions-list' first for the current mode, then |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2101 for FUNCTION." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2102 (cdr (assoc function |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2103 (cdr (assoc speedbar-initial-expansion-list-name |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2104 speedbar-mode-functions-list))))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2105 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2106 (defun speedbar-add-mode-functions-list (new-list) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2107 "Add NEW-LIST to the list of mode functions. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2108 See `speedbar-mode-functions-list' for details." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2109 (add-to-list 'speedbar-mode-functions-list new-list)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
2110 |
22735 | 2111 |
2112 ;;; Special speedbar display management | |
2113 ;; | |
2114 (defun speedbar-maybe-add-localized-support (buffer) | |
2115 "Quick check function called on BUFFERs by the speedbar timer function. | |
2116 Maintains the value of local variables which control speedbars use | |
2117 of the special mode functions." | |
2118 (or speedbar-special-mode-expansion-list | |
2119 (speedbar-add-localized-speedbar-support buffer))) | |
2120 | |
2121 (defun speedbar-add-localized-speedbar-support (buffer) | |
2122 "Add localized speedbar support to BUFFER's mode if it is available." | |
2123 (interactive "bBuffer: ") | |
2124 (if (stringp buffer) (setq buffer (get-buffer buffer))) | |
2125 (if (not (buffer-live-p buffer)) | |
2126 nil | |
2127 (save-excursion | |
2128 (set-buffer buffer) | |
2129 (save-match-data | |
2130 (let ((ms (symbol-name major-mode)) v) | |
2131 (if (not (string-match "-mode$" ms)) | |
2132 nil ;; do nothing to broken mode | |
2133 (setq ms (substring ms 0 (match-beginning 0))) | |
2134 (setq v (intern-soft (concat ms "-speedbar-buttons"))) | |
2135 (make-local-variable 'speedbar-special-mode-expansion-list) | |
2136 (if (not v) | |
2137 (setq speedbar-special-mode-expansion-list t) | |
2138 ;; If it is autoloaded, we need to load it now so that | |
2139 ;; we have access to the varialbe -speedbar-menu-items. | |
2140 ;; Is this XEmacs safe? | |
2141 (let ((sf (symbol-function v))) | |
2142 (if (and (listp sf) (eq (car sf) 'autoload)) | |
2143 (load-library (car (cdr sf))))) | |
2144 (setq speedbar-special-mode-expansion-list (list v)) | |
2145 (setq v (intern-soft (concat ms "-speedbar-key-map"))) | |
2146 (if (not v) | |
2147 nil ;; don't add special keymap | |
2148 (make-local-variable 'speedbar-special-mode-key-map) | |
2149 (setq speedbar-special-mode-key-map | |
2150 (symbol-value v))) | |
2151 (setq v (intern-soft (concat ms "-speedbar-menu-items"))) | |
2152 (if (not v) | |
2153 nil ;; don't add special menus | |
2154 (make-local-variable 'speedbar-easymenu-definition-special) | |
2155 (setq speedbar-easymenu-definition-special | |
2156 (symbol-value v))) | |
2157 ))))))) | |
2158 | |
2159 (defun speedbar-remove-localized-speedbar-support (buffer) | |
2160 "Remove any traces that BUFFER supports speedbar in a specialized way." | |
2161 (save-excursion | |
2162 (set-buffer buffer) | |
2163 (kill-local-variable 'speedbar-special-mode-expansion-list) | |
2164 (kill-local-variable 'speedbar-special-mode-key-map) | |
2165 (kill-local-variable 'speedbar-easymenu-definition-special))) | |
2166 | |
21650 | 2167 ;;; File button management |
2168 ;; | |
2169 (defun speedbar-file-lists (directory) | |
2170 "Create file lists for DIRECTORY. | |
2171 The car is the list of directories, the cdr is list of files not | |
2172 matching ignored headers. Cache any directory files found in | |
2173 `speedbar-directory-contents-alist' and use that cache before scanning | |
2174 the file-system" | |
2175 (setq directory (expand-file-name directory)) | |
2176 ;; If in powerclick mode, then the directory we are getting | |
2177 ;; should be rescanned. | |
2178 (if speedbar-power-click | |
2179 (adelete 'speedbar-directory-contents-alist directory)) | |
2180 ;; find the directory, either in the cache, or build it. | |
2181 (or (cdr-safe (assoc directory speedbar-directory-contents-alist)) | |
2182 (let ((default-directory directory) | |
2183 (dir (directory-files directory nil)) | |
2184 (dirs nil) | |
2185 (files nil)) | |
2186 (while dir | |
22735 | 2187 (if (not |
2188 (or (string-match speedbar-file-unshown-regexp (car dir)) | |
2189 (string-match speedbar-directory-unshown-regexp (car dir)))) | |
21650 | 2190 (if (file-directory-p (car dir)) |
2191 (setq dirs (cons (car dir) dirs)) | |
2192 (setq files (cons (car dir) files)))) | |
2193 (setq dir (cdr dir))) | |
2194 (let ((nl (cons (nreverse dirs) (list (nreverse files))))) | |
2195 (aput 'speedbar-directory-contents-alist directory nl) | |
2196 nl)) | |
2197 )) | |
2198 | |
2199 (defun speedbar-directory-buttons (directory index) | |
2200 "Insert a single button group at point for DIRECTORY. | |
2201 Each directory path part is a different button. If part of the path | |
2202 matches the user directory ~, then it is replaced with a ~. | |
2203 INDEX is not used, but is required by the caller." | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2204 (let* ((tilde (expand-file-name "~/")) |
21650 | 2205 (dd (expand-file-name directory)) |
2206 (junk (string-match (regexp-quote tilde) dd)) | |
2207 (displayme (if junk | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2208 (concat "~/" (substring dd (match-end 0))) |
21650 | 2209 dd)) |
2210 (p (point))) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2211 (if (string-match "^~[/\\]?\\'" displayme) (setq displayme tilde)) |
21650 | 2212 (insert displayme) |
2213 (save-excursion | |
2214 (goto-char p) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2215 (while (re-search-forward "\\([^/\\]+\\)[/\\]" nil t) |
21650 | 2216 (speedbar-make-button (match-beginning 1) (match-end 1) |
2217 'speedbar-directory-face | |
2218 'speedbar-highlight-face | |
2219 'speedbar-directory-buttons-follow | |
25432
07df7c764669
(speedbar-directory-buttons): Recognize
Richard M. Stallman <rms@gnu.org>
parents:
24809
diff
changeset
|
2220 (if (and (= (match-beginning 1) p) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2221 (not (char-equal (char-after (+ p 1)) ?:))) |
21650 | 2222 (expand-file-name "~/") ;the tilde |
2223 (buffer-substring-no-properties | |
2224 p (match-end 0))))) | |
2225 ;; Nuke the beginning of the directory if it's too long... | |
2226 (cond ((eq speedbar-directory-button-trim-method 'span) | |
2227 (beginning-of-line) | |
2228 (let ((ww (or (speedbar-frame-width) 20))) | |
2229 (move-to-column ww nil) | |
2230 (while (>= (current-column) ww) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2231 (re-search-backward "[/\\]" nil t) |
21650 | 2232 (if (<= (current-column) 2) |
2233 (progn | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2234 (re-search-forward "[/\\]" nil t) |
21650 | 2235 (if (< (current-column) 4) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2236 (re-search-forward "[/\\]" nil t)) |
21650 | 2237 (forward-char -1))) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2238 (if (looking-at "[/\\]?$") |
21650 | 2239 (beginning-of-line) |
2240 (insert "/...\n ") | |
2241 (move-to-column ww nil))))) | |
2242 ((eq speedbar-directory-button-trim-method 'trim) | |
2243 (end-of-line) | |
2244 (let ((ww (or (speedbar-frame-width) 20)) | |
2245 (tl (current-column))) | |
2246 (if (< ww tl) | |
2247 (progn | |
2248 (move-to-column (- tl ww)) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2249 (if (re-search-backward "[/\\]" nil t) |
21650 | 2250 (progn |
2251 (delete-region (point-min) (point)) | |
2252 (insert "$") | |
2253 ))))))) | |
2254 ) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2255 (if (string-match "\\`[/\\][^/\\]+[/\\]\\'" displayme) |
21650 | 2256 (progn |
2257 (insert " ") | |
2258 (let ((p (point))) | |
2259 (insert "<root>") | |
2260 (speedbar-make-button p (point) | |
2261 'speedbar-directory-face | |
2262 'speedbar-highlight-face | |
2263 'speedbar-directory-buttons-follow | |
2264 "/")))) | |
2265 (end-of-line) | |
2266 (insert-char ?\n 1 nil))) | |
2267 | |
2268 (defun speedbar-make-tag-line (exp-button-type | |
2269 exp-button-char exp-button-function | |
2270 exp-button-data | |
2271 tag-button tag-button-function tag-button-data | |
2272 tag-button-face depth) | |
2273 "Create a tag line with EXP-BUTTON-TYPE for the small expansion button. | |
2274 This is the button that expands or contracts a node (if applicable), | |
2275 and EXP-BUTTON-CHAR the character in it (+, -, ?, etc). EXP-BUTTON-FUNCTION | |
2276 is the function to call if it's clicked on. Button types are | |
2277 'bracket, 'angle, 'curly, or nil. EXP-BUTTON-DATA is extra data | |
2278 attached to the text forming the expansion button. | |
2279 | |
2280 Next, TAG-BUTTON is the text of the tag. TAG-BUTTON-FUNCTION is the | |
2281 function to call if clicked on, and TAG-BUTTON-DATA is the data to | |
2282 attach to the text field (such a tag positioning, etc). | |
2283 TAG-BUTTON-FACE is a face used for this type of tag. | |
2284 | |
2285 Lastly, DEPTH shows the depth of expansion. | |
2286 | |
2287 This function assumes that the cursor is in the speedbar window at the | |
2288 position to insert a new item, and that the new item will end with a CR" | |
2289 (let ((start (point)) | |
2290 (end (progn | |
2291 (insert (int-to-string depth) ":") | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2292 (point))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2293 (depthspacesize (* depth speedbar-indentation-width))) |
21650 | 2294 (put-text-property start end 'invisible t) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2295 (insert-char ? depthspacesize nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2296 (put-text-property (- (point) depthspacesize) (point) 'invisible nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2297 (let* ((exp-button (cond ((eq exp-button-type 'bracket) "[%c]") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2298 ((eq exp-button-type 'angle) "<%c>") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2299 ((eq exp-button-type 'curly) "{%c}") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2300 (t ">"))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2301 (buttxt (format exp-button exp-button-char)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2302 (start (point)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2303 (end (progn (insert buttxt) (point))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2304 (bf (if exp-button-type 'speedbar-button-face nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2305 (mf (if exp-button-function 'speedbar-highlight-face nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2306 ) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2307 (speedbar-make-button start end bf mf exp-button-function exp-button-data) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2308 (if speedbar-hide-button-brackets-flag |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2309 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2310 (put-text-property start (1+ start) 'invisible t) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2311 (put-text-property end (1- end) 'invisible t))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2312 ) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2313 (insert-char ? 1 nil) |
21650 | 2314 (put-text-property (1- (point)) (point) 'invisible nil) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2315 (let ((start (point)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2316 (end (progn (insert tag-button) (point)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2317 (insert-char ?\n 1 nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2318 (put-text-property (1- (point)) (point) 'invisible nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2319 (speedbar-make-button start end tag-button-face |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2320 (if tag-button-function 'speedbar-highlight-face nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2321 tag-button-function tag-button-data)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2322 )) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2323 |
21650 | 2324 (defun speedbar-change-expand-button-char (char) |
2325 "Change the expansion button character to CHAR for the current line." | |
2326 (save-excursion | |
2327 (beginning-of-line) | |
2328 (if (re-search-forward ":\\s-*.\\([-+?]\\)" (save-excursion (end-of-line) | |
2329 (point)) t) | |
2330 (speedbar-with-writable | |
2331 (goto-char (match-beginning 1)) | |
2332 (delete-char 1) | |
22735 | 2333 (insert-char char 1 t) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2334 (put-text-property (point) (1- (point)) 'invisible nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2335 ;; make sure we fix the image on the text here. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2336 (speedbar-insert-image-button-maybe (- (point) 2) 3))))) |
21650 | 2337 |
2338 | |
2339 ;;; Build button lists | |
2340 ;; | |
2341 (defun speedbar-insert-files-at-point (files level) | |
2342 "Insert list of FILES starting at point, and indenting all files to LEVEL. | |
2343 Tag expandable items with a +, otherwise a ?. Don't highlight ? as we | |
2344 don't know how to manage them. The input parameter FILES is a cons | |
22735 | 2345 cell of the form ( 'DIRLIST . 'FILELIST )" |
21650 | 2346 ;; Start inserting all the directories |
2347 (let ((dirs (car files))) | |
2348 (while dirs | |
2349 (speedbar-make-tag-line 'angle ?+ 'speedbar-dired (car dirs) | |
2350 (car dirs) 'speedbar-dir-follow nil | |
2351 'speedbar-directory-face level) | |
2352 (setq dirs (cdr dirs)))) | |
22735 | 2353 (let ((lst (car (cdr files))) |
2354 (case-fold-search t)) | |
21650 | 2355 (while lst |
2356 (let* ((known (string-match speedbar-file-regexp (car lst))) | |
2357 (expchar (if known ?+ ??)) | |
2358 (fn (if known 'speedbar-tag-file nil))) | |
2359 (if (or speedbar-show-unknown-files (/= expchar ??)) | |
2360 (speedbar-make-tag-line 'bracket expchar fn (car lst) | |
2361 (car lst) 'speedbar-find-file nil | |
2362 'speedbar-file-face level))) | |
2363 (setq lst (cdr lst))))) | |
2364 | |
2365 (defun speedbar-default-directory-list (directory index) | |
2366 "Insert files for DIRECTORY with level INDEX at point." | |
2367 (speedbar-insert-files-at-point | |
2368 (speedbar-file-lists directory) index) | |
2369 (speedbar-reset-scanners) | |
2370 (if (= index 0) | |
2371 ;; If the shown files variable has extra directories, then | |
2372 ;; it is our responsibility to redraw them all | |
2373 ;; Luckilly, the nature of inserting items into this list means | |
2374 ;; that by reversing it, we can easilly go in the right order | |
2375 (let ((sf (cdr (reverse speedbar-shown-directories)))) | |
2376 (setq speedbar-shown-directories | |
2377 (list (expand-file-name default-directory))) | |
2378 ;; exand them all as we find them | |
2379 (while sf | |
2380 (if (speedbar-goto-this-file (car sf)) | |
2381 (progn | |
2382 (beginning-of-line) | |
2383 (if (looking-at "[0-9]+:[ ]*<") | |
2384 (progn | |
2385 (goto-char (match-end 0)) | |
2386 (speedbar-do-function-pointer))) | |
2387 (setq sf (cdr sf))))) | |
2388 ))) | |
2389 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2390 (defun speedbar-sort-tag-hierarchy (lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2391 "Sort all elements of tag hierarchy LST." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2392 (sort (copy-alist lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2393 (lambda (a b) (string< (car a) (car b))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2394 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2395 (defun speedbar-prefix-group-tag-hierarchy (lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2396 "Prefix group names for tag hierarchy LST." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2397 (let ((newlst nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2398 (sublst nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2399 (work-list nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2400 (junk-list nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2401 (short-group-list nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2402 (short-start-name nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2403 (short-end-name nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2404 (num-shorts-grouped 0) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2405 (bins (make-vector 256 nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2406 (diff-idx 0)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2407 ;; Break out sub-lists |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2408 (while lst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2409 (if (and (listp (cdr-safe (car-safe lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2410 ;; This one is for bovine tokens |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2411 (not (symbolp (car-safe (cdr-safe (car-safe lst)))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2412 (setq newlst (cons (car lst) newlst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2413 (setq sublst (cons (car lst) sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2414 (setq lst (cdr lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2415 ;; Reverse newlst because it was made backwards. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2416 ;; Sublist doesn't need reversing because the act |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2417 ;; of binning things will reverse it for us. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2418 (setq newlst (nreverse newlst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2419 ;; Now, first find out how long our list is. Never let a |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2420 ;; list get-shorter than our minimum. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2421 (if (<= (length sublst) speedbar-tag-split-minimum-length) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2422 (setq work-list (nreverse sublst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2423 (setq diff-idx (length (try-completion "" sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2424 ;; Sort the whole list into bins. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2425 (while sublst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2426 (let ((e (car sublst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2427 (s (car (car sublst)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2428 (cond ((<= (length s) diff-idx) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2429 ;; 0 storage bin for shorty. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2430 (aset bins 0 (cons e (aref bins 0)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2431 (t |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2432 ;; stuff into a bin based on ascii value at diff |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2433 (aset bins (aref s diff-idx) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2434 (cons e (aref bins (aref s diff-idx))))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2435 (setq sublst (cdr sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2436 ;; Go through all our bins Stick singles into our |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2437 ;; junk-list, everything else as sublsts in work-list. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2438 ;; If two neighboring lists are both small, make a grouped |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2439 ;; group combinding those two sub-lists. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2440 (setq diff-idx 0) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2441 (while (> 256 diff-idx) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2442 (let ((l (nreverse;; Reverse the list since they are stuck in |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2443 ;; backwards. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2444 (aref bins diff-idx)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2445 (if l |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2446 (let ((tmp (cons (try-completion "" l) l))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2447 (if (or (> (length l) speedbar-tag-regroup-maximum-length) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2448 (> (+ (length l) (length short-group-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2449 speedbar-tag-split-minimum-length)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2450 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2451 ;; We have reached a longer list, so we |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2452 ;; must finish off a grouped group. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2453 (cond |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2454 ((and short-group-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2455 (= (length short-group-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2456 num-shorts-grouped)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2457 ;; All singles? Junk list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2458 (setq junk-list (append short-group-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2459 junk-list))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2460 ((= num-shorts-grouped 1) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2461 ;; Only one short group? Just stick it in |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2462 ;; there by itself. Make a group, and find |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2463 ;; a subexpression |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2464 (let ((subexpression (try-completion |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2465 "" short-group-list))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2466 (if (< (length subexpression) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2467 speedbar-tag-group-name-minimum-length) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2468 (setq subexpression |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2469 (concat short-start-name |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2470 " (" |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2471 (substring |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2472 (car (car short-group-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2473 (length short-start-name)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2474 ")"))) |
22735 | 2475 (setq work-list |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2476 (cons (cons subexpression |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2477 short-group-list) |
22735 | 2478 work-list)))) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2479 (short-group-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2480 ;; Multiple groups to be named in a special |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2481 ;; way by displaying the range over which we |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2482 ;; have grouped them. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2483 (setq work-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2484 (cons (cons (concat short-start-name |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2485 " to " |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2486 short-end-name) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2487 (nreverse short-group-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2488 work-list)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2489 ;; Reset short group list information every time. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2490 (setq short-group-list nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2491 short-start-name nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2492 short-end-name nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2493 num-shorts-grouped 0))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2494 ;; Ok, now that we cleaned up the short-group-list, |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2495 ;; we can deal with this new list, to decide if it |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2496 ;; should go on one of these sub-lists or not. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2497 (if (< (length l) speedbar-tag-regroup-maximum-length) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2498 (setq short-group-list (append short-group-list l) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2499 num-shorts-grouped (1+ num-shorts-grouped) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2500 short-end-name (car tmp) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2501 short-start-name (if short-start-name |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2502 short-start-name |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2503 (car tmp))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2504 (setq work-list (cons tmp work-list)))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2505 (setq diff-idx (1+ diff-idx)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2506 ;; Did we run out of things? Drop our new list onto the end. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2507 (cond |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2508 ((and short-group-list (= (length short-group-list) num-shorts-grouped)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2509 ;; All singles? Junk list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2510 (setq junk-list (append short-group-list junk-list))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2511 ((= num-shorts-grouped 1) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2512 ;; Only one short group? Just stick it in |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2513 ;; there by itself. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2514 (setq work-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2515 (cons (cons (try-completion "" short-group-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2516 short-group-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2517 work-list))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2518 (short-group-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2519 ;; Multiple groups to be named in a special |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2520 ;; way by displaying the range over which we |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2521 ;; have grouped them. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2522 (setq work-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2523 (cons (cons (concat short-start-name " to " short-end-name) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2524 short-group-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2525 work-list)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2526 ;; Reverse the work list nreversed when consing. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2527 (setq work-list (nreverse work-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2528 ;; Now, stick our new list onto the end of |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2529 (if work-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2530 (if junk-list |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2531 (append newlst work-list junk-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2532 (append newlst work-list)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2533 (append newlst junk-list)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2534 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2535 (defun speedbar-trim-words-tag-hierarchy (lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2536 "Trim all words in a tag hierarchy. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2537 Base trimming information on word separators, and group names. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2538 Argument LST is the list of tags to trim." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2539 (let ((newlst nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2540 (sublst nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2541 (trim-prefix nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2542 (trim-chars 0) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2543 (trimlst nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2544 (while lst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2545 (if (listp (cdr-safe (car-safe lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2546 (setq newlst (cons (car lst) newlst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2547 (setq sublst (cons (car lst) sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2548 (setq lst (cdr lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2549 ;; Get the prefix to trim by. Make sure that we don't trim |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2550 ;; off silly pieces, only complete understandable words. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2551 (setq trim-prefix (try-completion "" sublst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2552 (if (or (= (length sublst) 1) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2553 (not trim-prefix) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2554 (not (string-match "\\(\\w+\\W+\\)+" trim-prefix))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2555 (append (nreverse newlst) (nreverse sublst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2556 (setq trim-prefix (substring trim-prefix (match-beginning 0) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2557 (match-end 0))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2558 (setq trim-chars (length trim-prefix)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2559 (while sublst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2560 (setq trimlst (cons |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2561 (cons (substring (car (car sublst)) trim-chars) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2562 (cdr (car sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2563 trimlst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2564 sublst (cdr sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2565 ;; Put the lists together |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2566 (append (nreverse newlst) trimlst)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2567 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2568 (defun speedbar-simple-group-tag-hierarchy (lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2569 "Create a simple 'Tags' group with orphaned tags. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2570 Argument LST is the list of tags to sort into groups." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2571 (let ((newlst nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2572 (sublst nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2573 (while lst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2574 (if (listp (cdr-safe (car-safe lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2575 (setq newlst (cons (car lst) newlst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2576 (setq sublst (cons (car lst) sublst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2577 (setq lst (cdr lst))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2578 (if (not newlst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2579 (nreverse sublst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2580 (setq newlst (cons (cons "Tags" (nreverse sublst)) newlst)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2581 (nreverse newlst)))) |
22735 | 2582 |
2583 (defun speedbar-create-tag-hierarchy (lst) | |
2584 "Adjust the tag hierarchy in LST, and return it. | |
2585 This uses `speedbar-tag-hierarchy-method' to determine how to adjust | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2586 the list." |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2587 (let* ((f (save-excursion |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2588 (forward-line -1) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2589 (speedbar-line-path))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2590 (methods (if (get-file-buffer f) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2591 (save-excursion (set-buffer (get-file-buffer f)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2592 speedbar-tag-hierarchy-method) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2593 speedbar-tag-hierarchy-method)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2594 (lst (if (fboundp 'copy-tree) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2595 (copy-tree lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2596 lst))) |
22735 | 2597 (while methods |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2598 (setq lst (funcall (car methods) lst) |
22735 | 2599 methods (cdr methods))) |
2600 lst)) | |
2601 | |
21650 | 2602 (defun speedbar-insert-generic-list (level lst expand-fun find-fun) |
2603 "At LEVEL, insert a generic multi-level alist LST. | |
2604 Associations with lists get {+} tags (to expand into more nodes) and | |
2605 those with positions just get a > as the indicator. {+} buttons will | |
2606 have the function EXPAND-FUN and the token is the CDR list. The token | |
2607 name will have the function FIND-FUN and not token." | |
2608 ;; Remove imenu rescan button | |
2609 (if (string= (car (car lst)) "*Rescan*") | |
2610 (setq lst (cdr lst))) | |
22735 | 2611 ;; Adjust the list. |
2612 (setq lst (speedbar-create-tag-hierarchy lst)) | |
21650 | 2613 ;; insert the parts |
2614 (while lst | |
2615 (cond ((null (car-safe lst)) nil) ;this would be a separator | |
2616 ((or (numberp (cdr-safe (car-safe lst))) | |
2617 (markerp (cdr-safe (car-safe lst)))) | |
2618 (speedbar-make-tag-line nil nil nil nil ;no expand button data | |
2619 (car (car lst)) ;button name | |
2620 find-fun ;function | |
2621 (cdr (car lst)) ;token is position | |
2622 'speedbar-tag-face | |
2623 (1+ level))) | |
2624 ((listp (cdr-safe (car-safe lst))) | |
2625 (speedbar-make-tag-line 'curly ?+ expand-fun (cdr (car lst)) | |
2626 (car (car lst)) ;button name | |
2627 nil nil 'speedbar-tag-face | |
2628 (1+ level))) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2629 (t (speedbar-message "Ooops!"))) |
21650 | 2630 (setq lst (cdr lst)))) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2631 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2632 (defun speedbar-insert-imenu-list (indent lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2633 "At level INDENT, insert the imenu generated LST." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2634 (speedbar-insert-generic-list indent lst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2635 'speedbar-tag-expand |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2636 'speedbar-tag-find)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2637 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2638 (defun speedbar-insert-etags-list (indent lst) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2639 "At level INDENT, insert the etags generated LST." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2640 (speedbar-insert-generic-list indent lst |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2641 'speedbar-tag-expand |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2642 'speedbar-tag-find)) |
21650 | 2643 |
2644 ;;; Timed functions | |
2645 ;; | |
2646 (defun speedbar-update-contents () | |
2647 "Generically update the contents of the speedbar buffer." | |
2648 (interactive) | |
2649 ;; Set the current special buffer | |
2650 (setq speedbar-desired-buffer nil) | |
22735 | 2651 ;; Check for special modes |
2652 (speedbar-maybe-add-localized-support (current-buffer)) | |
2653 ;; Choose the correct method of doodling. | |
21650 | 2654 (if (and speedbar-mode-specific-contents-flag |
22735 | 2655 (listp speedbar-special-mode-expansion-list) |
21650 | 2656 speedbar-special-mode-expansion-list |
2657 (local-variable-p | |
2658 'speedbar-special-mode-expansion-list | |
2659 (current-buffer))) | |
2660 ;;(eq (get major-mode 'mode-class 'special))) | |
2661 (speedbar-update-special-contents) | |
2662 (speedbar-update-directory-contents))) | |
2663 | |
2664 (defun speedbar-update-directory-contents () | |
2665 "Update the contents of the speedbar buffer based on the current directory." | |
2666 (let ((cbd (expand-file-name default-directory)) | |
2667 cbd-parent | |
22735 | 2668 (funclst (speedbar-initial-expansion-list)) |
21650 | 2669 (cache speedbar-full-text-cache) |
2670 ;; disable stealth during update | |
2671 (speedbar-stealthy-function-list nil) | |
2672 (use-cache nil) | |
2673 (expand-local nil) | |
2674 ;; Because there is a bug I can't find just yet | |
2675 (inhibit-quit nil)) | |
2676 (save-excursion | |
2677 (set-buffer speedbar-buffer) | |
2678 ;; If we are updating contents to where we are, then this is | |
2679 ;; really a request to update existing contents, so we must be | |
2680 ;; careful with our text cache! | |
2681 (if (member cbd speedbar-shown-directories) | |
22735 | 2682 (progn |
2683 (setq cache nil) | |
2684 ;; If the current directory is not the last element in the dir | |
2685 ;; list, then we ALSO need to zap the list of expanded directories | |
2686 (if (/= (length (member cbd speedbar-shown-directories)) 1) | |
2687 (setq speedbar-shown-directories (list cbd)))) | |
21650 | 2688 |
2689 ;; Build cbd-parent, and see if THAT is in the current shown | |
2690 ;; directories. First, go through pains to get the parent directory | |
2691 (if (and speedbar-smart-directory-expand-flag | |
2692 (save-match-data | |
2693 (setq cbd-parent cbd) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
2694 (if (string-match "[/\\]$" cbd-parent) |
22735 | 2695 (setq cbd-parent (substring cbd-parent 0 |
2696 (match-beginning 0)))) | |
21650 | 2697 (setq cbd-parent (file-name-directory cbd-parent))) |
2698 (member cbd-parent speedbar-shown-directories)) | |
2699 (setq expand-local t) | |
2700 | |
2701 ;; If this directory is NOT in the current list of available | |
2702 ;; paths, then use the cache, and set the cache to our new | |
2703 ;; value. Make sure to unhighlight the current file, or if we | |
2704 ;; come back to this directory, it might be a different file | |
2705 ;; and then we get a mess! | |
2706 (if (> (point-max) 1) | |
2707 (progn | |
2708 (speedbar-clear-current-file) | |
2709 (setq speedbar-full-text-cache | |
2710 (cons speedbar-shown-directories (buffer-string))))) | |
2711 | |
2712 ;; Check if our new directory is in the list of directories | |
2713 ;; shown in the text-cache | |
2714 (if (member cbd (car cache)) | |
2715 (setq speedbar-shown-directories (car cache) | |
2716 use-cache t) | |
2717 ;; default the shown directories to this list... | |
2718 (setq speedbar-shown-directories (list cbd))) | |
2719 )) | |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2720 (if (not expand-local) (setq speedbar-last-selected-file nil)) |
21650 | 2721 (speedbar-with-writable |
2722 (if (and expand-local | |
2723 ;; Find this directory as a speedbar node. | |
2724 (speedbar-path-line cbd)) | |
2725 ;; Open it. | |
2726 (speedbar-expand-line) | |
2727 (erase-buffer) | |
2728 (cond (use-cache | |
2729 (setq default-directory | |
2730 (nth (1- (length speedbar-shown-directories)) | |
2731 speedbar-shown-directories)) | |
2732 (insert (cdr cache))) | |
2733 (t | |
2734 (while funclst | |
2735 (setq default-directory cbd) | |
2736 (funcall (car funclst) cbd 0) | |
2737 (setq funclst (cdr funclst)))))) | |
2738 (goto-char (point-min))))) | |
22735 | 2739 (speedbar-reconfigure-keymaps)) |
21650 | 2740 |
2741 (defun speedbar-update-special-contents () | |
2742 "Used the mode-specific variable to fill in the speedbar buffer. | |
2743 This should only be used by modes classified as special." | |
2744 (let ((funclst speedbar-special-mode-expansion-list) | |
2745 (specialbuff (current-buffer))) | |
2746 (save-excursion | |
2747 (setq speedbar-desired-buffer specialbuff) | |
2748 (set-buffer speedbar-buffer) | |
2749 ;; If we are leaving a directory, cache it. | |
2750 (if (not speedbar-shown-directories) | |
2751 ;; Do nothing | |
2752 nil | |
2753 ;; Clean up directory maintenance stuff | |
2754 (speedbar-clear-current-file) | |
2755 (setq speedbar-full-text-cache | |
2756 (cons speedbar-shown-directories (buffer-string)) | |
2757 speedbar-shown-directories nil)) | |
2758 ;; Now fill in the buffer with our newly found specialized list. | |
2759 (speedbar-with-writable | |
2760 (while funclst | |
2761 ;; We do not erase the buffer because these functions may | |
2762 ;; decide NOT to update themselves. | |
2763 (funcall (car funclst) specialbuff) | |
2764 (setq funclst (cdr funclst)))) | |
2765 (goto-char (point-min)))) | |
22735 | 2766 (speedbar-reconfigure-keymaps)) |
21650 | 2767 |
2768 (defun speedbar-timer-fn () | |
22735 | 2769 "Run whenever Emacs is idle to update the speedbar item." |
21650 | 2770 (if (not (and (frame-live-p speedbar-frame) |
2771 (frame-live-p speedbar-attached-frame))) | |
2772 (speedbar-set-timer nil) | |
2773 ;; Save all the match data so that we don't mess up executing fns | |
2774 (save-match-data | |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2775 ;; Only do stuff if the frame is visible, not an icon, and if |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2776 ;; it is currently flagged to do something. |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2777 (if (and speedbar-update-flag |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2778 (frame-visible-p speedbar-frame) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2779 (not (eq (frame-visible-p speedbar-frame) 'icon))) |
21650 | 2780 (let ((af (selected-frame))) |
2781 (save-window-excursion | |
2782 (select-frame speedbar-attached-frame) | |
2783 ;; make sure we at least choose a window to | |
2784 ;; get a good directory from | |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2785 (if (window-minibuffer-p (selected-window)) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2786 nil |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2787 ;; Check for special modes |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2788 (speedbar-maybe-add-localized-support (current-buffer)) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2789 ;; Update for special mode all the time! |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2790 (if (and speedbar-mode-specific-contents-flag |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2791 (listp speedbar-special-mode-expansion-list) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2792 speedbar-special-mode-expansion-list |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2793 (local-variable-p |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2794 'speedbar-special-mode-expansion-list |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2795 (current-buffer))) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2796 ;;(eq (get major-mode 'mode-class 'special))) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2797 (progn |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2798 (if (<= 2 speedbar-verbosity-level) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2799 (speedbar-message |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2800 "Updating speedbar to special mode: %s..." |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2801 major-mode)) |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2802 (speedbar-update-special-contents) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2803 (if (<= 2 speedbar-verbosity-level) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2804 (progn |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2805 (speedbar-message |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2806 "Updating speedbar to special mode: %s...done" |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2807 major-mode) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2808 (speedbar-message nil)))) |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2809 ;; Update all the contents if directories change! |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2810 (if (or (member (expand-file-name default-directory) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2811 speedbar-shown-directories) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2812 (and speedbar-ignored-path-regexp |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2813 (string-match |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2814 speedbar-ignored-path-regexp |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2815 (expand-file-name default-directory))) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2816 (member major-mode speedbar-ignored-modes) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2817 (eq af speedbar-frame) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2818 (not (buffer-file-name))) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2819 nil |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2820 (if (<= 1 speedbar-verbosity-level) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2821 (speedbar-message "Updating speedbar to: %s..." |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2822 default-directory)) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2823 (speedbar-update-directory-contents) |
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2824 (if (<= 1 speedbar-verbosity-level) |
22906
adfc04c48002
Updated refresh messages to clear themselves.
Eric M. Ludlam <zappo@gnu.org>
parents:
22893
diff
changeset
|
2825 (progn |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2826 (speedbar-message "Updating speedbar to: %s...done" |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2827 default-directory) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2828 (speedbar-message nil))))) |
23073
a0e975baf1e1
(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam <zappo@gnu.org>
parents:
23015
diff
changeset
|
2829 (select-frame af))) |
21650 | 2830 ;; Now run stealthy updates of time-consuming items |
22735 | 2831 (speedbar-stealthy-updates))) |
2832 ;; Now run the mouse tracking system | |
2833 (speedbar-show-info-under-mouse))) | |
21650 | 2834 (run-hooks 'speedbar-timer-hook)) |
2835 | |
2836 | |
2837 ;;; Stealthy activities | |
2838 ;; | |
22735 | 2839 (defvar speedbar-stealthy-update-recurse nil |
2840 "Recursion avoidance variable for stealthy update.") | |
2841 | |
21650 | 2842 (defun speedbar-stealthy-updates () |
2843 "For a given speedbar, run all items in the stealthy function list. | |
2844 Each item returns t if it completes successfully, or nil if | |
2845 interrupted by the user." | |
22735 | 2846 (if (not speedbar-stealthy-update-recurse) |
2847 (let ((l (speedbar-initial-stealthy-functions)) | |
2848 (speedbar-stealthy-update-recurse t)) | |
2849 (unwind-protect | |
23085
46deaf6e62a9
(speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
Eric M. Ludlam <zappo@gnu.org>
parents:
23084
diff
changeset
|
2850 (speedbar-with-writable |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2851 (while (and l (funcall (car l))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2852 ;;(sit-for 0) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
2853 (setq l (cdr l)))) |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
2854 ;;(speedbar-message "Exit with %S" (car l)) |
22735 | 2855 )))) |
21650 | 2856 |
2857 (defun speedbar-reset-scanners () | |
2858 "Reset any variables used by functions in the stealthy list as state. | |
2859 If new functions are added, their state needs to be updated here." | |
22735 | 2860 (setq speedbar-vc-to-do-point t |
2861 speedbar-obj-to-do-point t) | |
21650 | 2862 (run-hooks 'speedbar-scanner-reset-hook) |
2863 ) | |
2864 | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2865 (defun speedbar-find-selected-file (file) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2866 "Goto the line where FILE is." |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2867 (goto-char (point-min)) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2868 (let ((m nil)) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2869 (while (and (setq m (re-search-forward |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2870 (concat " \\(" (file-name-nondirectory file) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2871 "\\)\\(" speedbar-indicator-regex "\\)?\n") |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2872 nil t)) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2873 (not (string= file |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2874 (concat |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2875 (speedbar-line-path |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2876 (save-excursion |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2877 (goto-char (match-beginning 0)) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2878 (beginning-of-line) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2879 (save-match-data |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2880 (looking-at "[0-9]+:") |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2881 (string-to-number (match-string 0))))) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2882 (match-string 1)))))) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2883 (if m |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2884 (progn |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2885 (goto-char (match-beginning 1)) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2886 (match-string 1))))) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2887 |
21650 | 2888 (defun speedbar-clear-current-file () |
2889 "Locate the file thought to be current, and remove its highlighting." | |
2890 (save-excursion | |
2891 (set-buffer speedbar-buffer) | |
2892 (if speedbar-last-selected-file | |
2893 (speedbar-with-writable | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2894 (if (speedbar-find-selected-file speedbar-last-selected-file) |
21650 | 2895 (put-text-property (match-beginning 1) |
2896 (match-end 1) | |
2897 'face | |
2898 'speedbar-file-face)))))) | |
2899 | |
2900 (defun speedbar-update-current-file () | |
2901 "Find the current file, and update our visuals to indicate its name. | |
2902 This is specific to file names. If the file name doesn't show up, but | |
2903 it should be in the list, then the directory cache needs to be | |
2904 updated." | |
2905 (let* ((lastf (selected-frame)) | |
2906 (newcfd (save-excursion | |
2907 (select-frame speedbar-attached-frame) | |
2908 (let ((rf (if (buffer-file-name) | |
2909 (buffer-file-name) | |
2910 nil))) | |
2911 (select-frame lastf) | |
2912 rf))) | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2913 (newcf (if newcfd newcfd)) |
21650 | 2914 (lastb (current-buffer)) |
22735 | 2915 (sucf-recursive (boundp 'sucf-recursive)) |
2916 (case-fold-search t)) | |
21650 | 2917 (if (and newcf |
2918 ;; check here, that way we won't refresh to newcf until | |
2919 ;; its been written, thus saving ourselves some time | |
2920 (file-exists-p newcf) | |
2921 (not (string= newcf speedbar-last-selected-file))) | |
2922 (progn | |
2923 ;; It is important to select the frame, otherwise the window | |
2924 ;; we want the cursor to move in will not be updated by the | |
2925 ;; search-forward command. | |
2926 (select-frame speedbar-frame) | |
2927 ;; Remove the old file... | |
2928 (speedbar-clear-current-file) | |
2929 ;; now highlight the new one. | |
2930 (set-buffer speedbar-buffer) | |
2931 (speedbar-with-writable | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2932 (if (speedbar-find-selected-file newcf) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2933 ;; put the property on it |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2934 (put-text-property (match-beginning 1) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2935 (match-end 1) |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2936 'face |
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2937 'speedbar-selected-face) |
21650 | 2938 ;; Oops, it's not in the list. Should it be? |
2939 (if (and (string-match speedbar-file-regexp newcf) | |
2940 (string= (file-name-directory newcfd) | |
2941 (expand-file-name default-directory))) | |
2942 ;; yes, it is (we will ignore unknowns for now...) | |
2943 (progn | |
2944 (speedbar-refresh) | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
2945 (if (speedbar-find-selected-file newcf) |
21650 | 2946 ;; put the property on it |
2947 (put-text-property (match-beginning 1) | |
2948 (match-end 1) | |
2949 'face | |
2950 'speedbar-selected-face))) | |
2951 ;; if it's not in there now, whatever... | |
2952 )) | |
2953 (setq speedbar-last-selected-file newcf)) | |
2954 (if (not sucf-recursive) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
2955 (progn |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
2956 (speedbar-center-buffer-smartly) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
2957 (speedbar-position-cursor-on-line) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
2958 )) |
21650 | 2959 (set-buffer lastb) |
2960 (select-frame lastf) | |
2961 ))) | |
2962 ;; return that we are done with this activity. | |
2963 t) | |
2964 | |
22735 | 2965 (defun speedbar-add-indicator (indicator-string &optional replace-this) |
2966 "Add INDICATOR-STRING to the end of this speedbar line. | |
2967 If INDICATOR-STRING is space, and REPLACE-THIS is a character, then | |
2968 an the existing indicator is removed. If there is already an | |
2969 indicator, then do not add a space." | |
2970 (beginning-of-line) | |
2971 ;; The nature of the beast: Assume we are in "the right place" | |
2972 (end-of-line) | |
2973 (skip-chars-backward (concat " " speedbar-vc-indicator | |
2974 (car speedbar-obj-indicator) | |
2975 (cdr speedbar-obj-indicator))) | |
2976 (if (and (not (looking-at speedbar-indicator-regex)) | |
2977 (not (string= indicator-string " "))) | |
2978 (insert speedbar-indicator-separator)) | |
2979 (speedbar-with-writable | |
2980 (save-excursion | |
2981 (if (and replace-this | |
2982 (re-search-forward replace-this (save-excursion (end-of-line) | |
2983 (point)) | |
2984 t)) | |
2985 (delete-region (match-beginning 0) (match-end 0)))) | |
2986 (end-of-line) | |
2987 (if (not (string= " " indicator-string)) | |
2988 (insert indicator-string)))) | |
2989 | |
2990 ;; Load efs/ange-ftp only if compiling to remove byte-compiler warnings. | |
21650 | 2991 ;; Steven L Baur <steve@xemacs.org> said this was important: |
22735 | 2992 (eval-when-compile (or (featurep 'xemacs) |
2993 (condition-case () (require 'efs) | |
2994 (error (require 'ange-ftp))))) | |
21650 | 2995 |
2996 (defun speedbar-check-vc () | |
2997 "Scan all files in a directory, and for each see if it's checked out. | |
2998 See `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' for how | |
2999 to add more types of version control systems." | |
3000 ;; Check for to-do to be reset. If reset but no RCS is available | |
3001 ;; then set to nil (do nothing) otherwise, start at the beginning | |
3002 (save-excursion | |
3003 (set-buffer speedbar-buffer) | |
3004 (if (and speedbar-vc-do-check (eq speedbar-vc-to-do-point t) | |
3005 (speedbar-vc-check-dir-p default-directory) | |
22735 | 3006 (not (or (and (featurep 'ange-ftp) |
3007 (string-match | |
3008 (car (if speedbar-xemacsp | |
3009 ange-ftp-path-format | |
3010 ange-ftp-name-format)) | |
3011 (expand-file-name default-directory))) | |
3012 ;; efs support: Bob Weiner | |
3013 (and (featurep 'efs) | |
3014 (string-match | |
3015 (car efs-path-regexp) | |
3016 (expand-file-name default-directory)))))) | |
21650 | 3017 (setq speedbar-vc-to-do-point 0)) |
3018 (if (numberp speedbar-vc-to-do-point) | |
3019 (progn | |
3020 (goto-char speedbar-vc-to-do-point) | |
3021 (while (and (not (input-pending-p)) | |
3022 (re-search-forward "^\\([0-9]+\\):\\s-*\\[[+-]\\] " | |
3023 nil t)) | |
3024 (setq speedbar-vc-to-do-point (point)) | |
3025 (if (speedbar-check-vc-this-line (match-string 1)) | |
22735 | 3026 (speedbar-add-indicator speedbar-vc-indicator |
3027 (regexp-quote speedbar-vc-indicator)) | |
3028 (speedbar-add-indicator " " | |
3029 (regexp-quote speedbar-vc-indicator)))) | |
21650 | 3030 (if (input-pending-p) |
3031 ;; return that we are incomplete | |
3032 nil | |
3033 ;; we are done, set to-do to nil | |
3034 (setq speedbar-vc-to-do-point nil) | |
3035 ;; and return t | |
3036 t)) | |
3037 t))) | |
3038 | |
3039 (defun speedbar-check-vc-this-line (depth) | |
3040 "Return t if the file on this line is check of of a version control system. | |
3041 Parameter DEPTH is a string with the current depth of indentation of | |
3042 the file being checked." | |
3043 (let* ((d (string-to-int depth)) | |
3044 (f (speedbar-line-path d)) | |
3045 (fn (buffer-substring-no-properties | |
3046 ;; Skip-chars: thanks ptype@dra.hmg.gb | |
3047 (point) (progn | |
3048 (skip-chars-forward "^ " | |
3049 (save-excursion (end-of-line) | |
3050 (point))) | |
3051 (point)))) | |
3052 (fulln (concat f fn))) | |
3053 (if (<= 2 speedbar-verbosity-level) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3054 (speedbar-message "Speedbar vc check...%s" fulln)) |
21650 | 3055 (and (file-writable-p fulln) |
3056 (speedbar-this-file-in-vc f fn)))) | |
3057 | |
3058 (defun speedbar-vc-check-dir-p (path) | |
3059 "Return t if we should bother checking PATH for version control files. | |
3060 This can be overloaded to add new types of version control systems." | |
3061 (or | |
3062 ;; Local RCS | |
3063 (file-exists-p (concat path "RCS/")) | |
3064 ;; Local SCCS | |
3065 (file-exists-p (concat path "SCCS/")) | |
3066 ;; Remote SCCS project | |
3067 (let ((proj-dir (getenv "PROJECTDIR"))) | |
3068 (if proj-dir | |
3069 (file-exists-p (concat proj-dir "/SCCS")) | |
3070 nil)) | |
3071 ;; User extension | |
3072 (run-hook-with-args 'speedbar-vc-path-enable-hook path) | |
3073 )) | |
3074 | |
3075 (defun speedbar-this-file-in-vc (path name) | |
3076 "Check to see if the file in PATH with NAME is in a version control system. | |
3077 You can add new VC systems by overriding this function. You can | |
3078 optimize this function by overriding it and only doing those checks | |
3079 that will occur on your system." | |
3080 (or | |
3081 ;; RCS file name | |
3082 (file-exists-p (concat path "RCS/" name ",v")) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
3083 (file-exists-p (concat path "RCS/" name)) |
21650 | 3084 ;; Local SCCS file name |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3085 (file-exists-p (concat path "SCCS/s." name)) |
21650 | 3086 ;; Remote SCCS file name |
3087 (let ((proj-dir (getenv "PROJECTDIR"))) | |
3088 (if proj-dir | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3089 (file-exists-p (concat proj-dir "/SCCS/s." name)) |
21650 | 3090 nil)) |
3091 ;; User extension | |
3092 (run-hook-with-args 'speedbar-vc-in-control-hook path name) | |
3093 )) | |
22735 | 3094 |
3095 ;; Objet File scanning | |
3096 (defun speedbar-check-objects () | |
3097 "Scan all files in a directory, and for each see if there is an object. | |
3098 See `speedbar-check-obj-this-line' and `speedbar-obj-alist' for how | |
3099 to add more object types." | |
3100 ;; Check for to-do to be reset. If reset but no RCS is available | |
3101 ;; then set to nil (do nothing) otherwise, start at the beginning | |
3102 (save-excursion | |
3103 (set-buffer speedbar-buffer) | |
3104 (if (and speedbar-obj-do-check (eq speedbar-obj-to-do-point t)) | |
3105 (setq speedbar-obj-to-do-point 0)) | |
3106 (if (numberp speedbar-obj-to-do-point) | |
3107 (progn | |
3108 (goto-char speedbar-obj-to-do-point) | |
3109 (while (and (not (input-pending-p)) | |
3110 (re-search-forward "^\\([0-9]+\\):\\s-*\\[[+-]\\] " | |
3111 nil t)) | |
3112 (setq speedbar-obj-to-do-point (point)) | |
3113 (let ((ind (speedbar-check-obj-this-line (match-string 1)))) | |
3114 (if (not ind) (setq ind " ")) | |
3115 (speedbar-add-indicator ind (concat | |
3116 (car speedbar-obj-indicator) | |
3117 "\\|" | |
3118 (cdr speedbar-obj-indicator))))) | |
3119 (if (input-pending-p) | |
3120 ;; return that we are incomplete | |
3121 nil | |
3122 ;; we are done, set to-do to nil | |
3123 (setq speedbar-obj-to-do-point nil) | |
3124 ;; and return t | |
3125 t)) | |
3126 t))) | |
3127 | |
3128 (defun speedbar-check-obj-this-line (depth) | |
3129 "Return t if the file on this line has an associated object. | |
3130 Parameter DEPTH is a string with the current depth of indentation of | |
3131 the file being checked." | |
3132 (let* ((d (string-to-int depth)) | |
3133 (f (speedbar-line-path d)) | |
3134 (fn (buffer-substring-no-properties | |
3135 ;; Skip-chars: thanks ptype@dra.hmg.gb | |
3136 (point) (progn | |
3137 (skip-chars-forward "^ " | |
3138 (save-excursion (end-of-line) | |
3139 (point))) | |
3140 (point)))) | |
3141 (fulln (concat f fn))) | |
3142 (if (<= 2 speedbar-verbosity-level) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3143 (speedbar-message "Speedbar obj check...%s" fulln)) |
22735 | 3144 (let ((oa speedbar-obj-alist)) |
3145 (while (and oa (not (string-match (car (car oa)) fulln))) | |
3146 (setq oa (cdr oa))) | |
3147 (if (not (and oa (file-exists-p (concat (file-name-sans-extension fulln) | |
3148 (cdr (car oa)))))) | |
3149 nil | |
3150 ;; Find out if the object is out of date or not. | |
3151 (let ((date1 (nth 5 (file-attributes fulln))) | |
3152 (date2 (nth 5 (file-attributes (concat | |
3153 (file-name-sans-extension fulln) | |
3154 (cdr (car oa))))))) | |
3155 (if (or (< (car date1) (car date2)) | |
3156 (and (= (car date1) (car date2)) | |
3157 (< (nth 1 date1) (nth 1 date2)))) | |
3158 (car speedbar-obj-indicator) | |
3159 (cdr speedbar-obj-indicator))))))) | |
21650 | 3160 |
3161 ;;; Clicking Activity | |
3162 ;; | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3163 (defun speedbar-mouse-set-point (e) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3164 "Set POINT based on event E. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3165 Handle clicking on images in XEmacs." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3166 (if (and (fboundp 'event-over-glyph-p) (event-over-glyph-p e)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3167 ;; We are in XEmacs, and clicked on a picture |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3168 (let ((ext (event-glyph-extent e))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3169 ;; This position is back inside the extent where the |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3170 ;; junk we pushed into the property list lives. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3171 (if (extent-end-position ext) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3172 (goto-char (1- (extent-end-position ext))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3173 (mouse-set-point e))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3174 ;; We are not in XEmacs, OR we didn't click on a picture. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3175 (mouse-set-point e))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3176 |
21650 | 3177 (defun speedbar-quick-mouse (e) |
3178 "Since mouse events are strange, this will keep the mouse nicely positioned. | |
3179 This should be bound to mouse event E." | |
3180 (interactive "e") | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3181 (speedbar-mouse-set-point e) |
21650 | 3182 (speedbar-position-cursor-on-line) |
3183 ) | |
3184 | |
3185 (defun speedbar-position-cursor-on-line () | |
3186 "Position the cursor on a line." | |
3187 (let ((oldpos (point))) | |
3188 (beginning-of-line) | |
3189 (if (looking-at "[0-9]+:\\s-*..?.? ") | |
3190 (goto-char (1- (match-end 0))) | |
3191 (goto-char oldpos)))) | |
3192 | |
3193 (defun speedbar-power-click (e) | |
3194 "Activate any speedbar button as a power click. | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3195 A power click will dispose of cached data (if available) or bring a buffer |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3196 up into a different window. |
21650 | 3197 This should be bound to mouse event E." |
3198 (interactive "e") | |
3199 (let ((speedbar-power-click t)) | |
3200 (speedbar-click e))) | |
3201 | |
3202 (defun speedbar-click (e) | |
3203 "Activate any speedbar buttons where the mouse is clicked. | |
3204 This must be bound to a mouse event. A button is any location of text | |
3205 with a mouse face that has a text property called `speedbar-function'. | |
3206 This should be bound to mouse event E." | |
3207 (interactive "e") | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3208 (speedbar-mouse-set-point e) |
21650 | 3209 (speedbar-do-function-pointer) |
3210 (speedbar-quick-mouse e)) | |
3211 | |
3212 (defun speedbar-double-click (e) | |
3213 "Activate any speedbar buttons where the mouse is clicked. | |
3214 This must be bound to a mouse event. A button is any location of text | |
3215 with a mouse face that has a text property called `speedbar-function'. | |
3216 This should be bound to mouse event E." | |
3217 (interactive "e") | |
3218 ;; Emacs only. XEmacs handles this via `mouse-track-click-hook'. | |
3219 (cond ((eq (car e) 'down-mouse-1) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3220 (speedbar-mouse-set-point e)) |
21650 | 3221 ((eq (car e) 'mouse-1) |
3222 (speedbar-quick-mouse e)) | |
3223 ((or (eq (car e) 'double-down-mouse-1) | |
22735 | 3224 (eq (car e) 'triple-down-mouse-1)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3225 (speedbar-mouse-set-point e) |
21650 | 3226 (speedbar-do-function-pointer) |
3227 (speedbar-quick-mouse e)))) | |
3228 | |
3229 (defun speedbar-do-function-pointer () | |
3230 "Look under the cursor and examine the text properties. | |
3231 From this extract the file/tag name, token, indentation level and call | |
3232 a function if appropriate" | |
3233 (let* ((fn (get-text-property (point) 'speedbar-function)) | |
3234 (tok (get-text-property (point) 'speedbar-token)) | |
3235 ;; The 1-,+ is safe because scaning starts AFTER the point | |
3236 ;; specified. This lets the search include the character the | |
3237 ;; cursor is on. | |
3238 (tp (previous-single-property-change | |
3239 (1+ (point)) 'speedbar-function)) | |
3240 (np (next-single-property-change | |
3241 (point) 'speedbar-function)) | |
3242 (txt (buffer-substring-no-properties (or tp (point-min)) | |
3243 (or np (point-max)))) | |
3244 (dent (save-excursion (beginning-of-line) | |
3245 (string-to-number | |
3246 (if (looking-at "[0-9]+") | |
3247 (buffer-substring-no-properties | |
3248 (match-beginning 0) (match-end 0)) | |
3249 "0"))))) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3250 ;;(speedbar-message "%S:%S:%S:%s" fn tok txt dent) |
21650 | 3251 (and fn (funcall fn txt tok dent))) |
3252 (speedbar-position-cursor-on-line)) | |
3253 | |
3254 ;;; Reading info from the speedbar buffer | |
3255 ;; | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3256 (defun speedbar-line-text (&optional p) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3257 "Retrieve the text after prefix junk for the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3258 Optional argument P is where to start the search from." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3259 (save-excursion |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3260 (if p (goto-char p)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3261 (beginning-of-line) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3262 (if (looking-at (concat |
24232
446e5ef3f423
(speedbar-line-token): Match {...} instead of [...].
Richard M. Stallman <rms@gnu.org>
parents:
24154
diff
changeset
|
3263 "\\([0-9]+\\): *[[<{][-+?][]>}] \\([^ \n]+\\)\\(" |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3264 speedbar-indicator-regex "\\)?")) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3265 (match-string 2) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3266 nil))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3267 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3268 (defun speedbar-line-token (&optional p) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3269 "Retrieve the token information after the prefix junk for the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3270 Optional argument P is where to start the search from." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3271 (save-excursion |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3272 (if p (goto-char p)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3273 (beginning-of-line) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3274 (if (looking-at (concat |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3275 "\\([0-9]+\\): *[[<{]?[-+?=][]>}@()|] \\([^ \n]+\\)\\(" |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3276 speedbar-indicator-regex "\\)?")) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3277 (progn |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3278 (goto-char (match-beginning 2)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3279 (get-text-property (point) 'speedbar-token)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3280 nil))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3281 |
21650 | 3282 (defun speedbar-line-file (&optional p) |
3283 "Retrieve the file or whatever from the line at P point. | |
3284 The return value is a string representing the file. If it is a | |
3285 directory, then it is the directory name." | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3286 (save-match-data |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3287 (let ((f (speedbar-line-text p))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3288 (if f |
21650 | 3289 (let* ((depth (string-to-int (match-string 1))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3290 (path (speedbar-line-path depth))) |
21650 | 3291 (concat path f)) |
3292 nil)))) | |
3293 | |
3294 (defun speedbar-goto-this-file (file) | |
3295 "If FILE is displayed, goto this line and return t. | |
3296 Otherwise do not move and return nil." | |
3297 (let ((path (substring (file-name-directory (expand-file-name file)) | |
3298 (length (expand-file-name default-directory)))) | |
3299 (dest (point))) | |
3300 (save-match-data | |
3301 (goto-char (point-min)) | |
3302 ;; scan all the directories | |
3303 (while (and path (not (eq path t))) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3304 (if (string-match "^[/\\]?\\([^/\\]+\\)" path) |
21650 | 3305 (let ((pp (match-string 1 path))) |
3306 (if (save-match-data | |
3307 (re-search-forward (concat "> " (regexp-quote pp) "$") | |
3308 nil t)) | |
3309 (setq path (substring path (match-end 1))) | |
3310 (setq path nil))) | |
3311 (setq path t))) | |
3312 ;; find the file part | |
3313 (if (or (not path) (string= (file-name-nondirectory file) "")) | |
3314 ;; only had a dir part | |
3315 (if path | |
3316 (progn | |
3317 (speedbar-position-cursor-on-line) | |
3318 t) | |
3319 (goto-char dest) nil) | |
3320 ;; find the file part | |
3321 (let ((nd (file-name-nondirectory file))) | |
3322 (if (re-search-forward | |
3323 (concat "] \\(" (regexp-quote nd) | |
22735 | 3324 "\\)\\(" speedbar-indicator-regex "\\)$") |
21650 | 3325 nil t) |
3326 (progn | |
3327 (speedbar-position-cursor-on-line) | |
3328 t) | |
3329 (goto-char dest) | |
3330 nil)))))) | |
3331 | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3332 (defun speedbar-line-path (&optional depth) |
21650 | 3333 "Retrieve the pathname associated with the current line. |
3334 This may require traversing backwards from DEPTH and combining the default | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3335 directory with these items. This function is replaceable in |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3336 `speedbar-mode-functions-list' as `speedbar-line-path'" |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3337 (let ((rf (speedbar-fetch-replacement-function 'speedbar-line-path))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3338 (if rf (funcall rf depth) default-directory))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3339 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3340 (defun speedbar-files-line-path (&optional depth) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3341 "Retrieve the pathname associated with the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3342 This may require traversing backwards from DEPTH and combining the default |
21650 | 3343 directory with these items." |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3344 (save-excursion |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3345 (save-match-data |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3346 (if (not depth) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3347 (progn |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3348 (beginning-of-line) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3349 (looking-at "^\\([0-9]+\\):") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3350 (setq depth (string-to-int (match-string 1))))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3351 (let ((path nil)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3352 (setq depth (1- depth)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3353 (while (/= depth -1) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3354 (if (not (re-search-backward (format "^%d:" depth) nil t)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3355 (error "Error building path of tag") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3356 (cond ((looking-at "[0-9]+:\\s-*<->\\s-+\\([^\n]+\\)$") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3357 (setq path (concat (buffer-substring-no-properties |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3358 (match-beginning 1) (match-end 1)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3359 "/" |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3360 path))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3361 ((looking-at "[0-9]+:\\s-*[-]\\s-+\\([^\n]+\\)$") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3362 ;; This is the start of our path. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3363 (setq path (buffer-substring-no-properties |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3364 (match-beginning 1) (match-end 1)))))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3365 (setq depth (1- depth))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3366 (if (and path |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3367 (string-match (concat speedbar-indicator-regex "$") |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3368 path)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3369 (setq path (substring path 0 (match-beginning 0)))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3370 (concat default-directory path))))) |
21650 | 3371 |
3372 (defun speedbar-path-line (path) | |
3373 "Position the cursor on the line specified by PATH." | |
3374 (save-match-data | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3375 (if (string-match "[/\\]$" path) |
21650 | 3376 (setq path (substring path 0 (match-beginning 0)))) |
3377 (let ((nomatch t) (depth 0) | |
3378 (fname (file-name-nondirectory path)) | |
3379 (pname (file-name-directory path))) | |
3380 (if (not (member pname speedbar-shown-directories)) | |
22735 | 3381 (error "Internal Error: File %s not shown in speedbar" path)) |
21650 | 3382 (goto-char (point-min)) |
3383 (while (and nomatch | |
3384 (re-search-forward | |
3385 (concat "[]>] \\(" (regexp-quote fname) | |
22735 | 3386 "\\)\\(" speedbar-indicator-regex "\\)?$") |
21650 | 3387 nil t)) |
3388 (beginning-of-line) | |
3389 (looking-at "\\([0-9]+\\):") | |
3390 (setq depth (string-to-int (match-string 0)) | |
3391 nomatch (not (string= pname (speedbar-line-path depth)))) | |
3392 (end-of-line)) | |
3393 (beginning-of-line) | |
3394 (not nomatch)))) | |
3395 | |
3396 (defun speedbar-edit-line () | |
3397 "Edit whatever tag or file is on the current speedbar line." | |
3398 (interactive) | |
3399 (or (save-excursion | |
3400 (beginning-of-line) | |
3401 ;; If this fails, then it is a non-standard click, and as such, | |
3402 ;; perfectly allowed. | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
3403 (if (re-search-forward "[]>?}] [^ ]" |
21650 | 3404 (save-excursion (end-of-line) (point)) |
3405 t) | |
3406 (speedbar-do-function-pointer) | |
3407 nil)) | |
3408 (speedbar-do-function-pointer))) | |
3409 | |
28925
89a795d90175
(speedbar-recenter): Typo, and fix logic.
Eric M. Ludlam <zappo@gnu.org>
parents:
28902
diff
changeset
|
3410 (defun speedbar-expand-line (&optional arg) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3411 "Expand the line under the cursor. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3412 With universal argument ARG, flush cached data." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3413 (interactive "P") |
21650 | 3414 (beginning-of-line) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3415 (let ((speedbar-power-click arg)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3416 (condition-case nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3417 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3418 (re-search-forward ":\\s-*.\\+. " |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3419 (save-excursion (end-of-line) (point))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3420 (forward-char -2) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3421 (speedbar-do-function-pointer)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3422 (error (speedbar-position-cursor-on-line))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3423 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3424 (defun speedbar-flush-expand-line () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3425 "Expand the line under the cursor and flush any cached information." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3426 (interactive) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3427 (speedbar-expand-line 1)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3428 |
21650 | 3429 (defun speedbar-contract-line () |
3430 "Contract the line under the cursor." | |
3431 (interactive) | |
3432 (beginning-of-line) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3433 (condition-case nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3434 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3435 (re-search-forward ":\\s-*.-. " |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3436 (save-excursion (end-of-line) (point))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3437 (forward-char -2) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3438 (speedbar-do-function-pointer)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3439 (error (speedbar-position-cursor-on-line)))) |
21650 | 3440 |
3441 (if speedbar-xemacsp | |
3442 (defalias 'speedbar-mouse-event-p 'button-press-event-p) | |
3443 (defun speedbar-mouse-event-p (event) | |
3444 "Return t if the event is a mouse related event" | |
3445 ;; And Emacs does it this way | |
3446 (if (and (listp event) | |
3447 (member (event-basic-type event) | |
3448 '(mouse-1 mouse-2 mouse-3))) | |
3449 t | |
3450 nil))) | |
3451 | |
3452 (defun speedbar-maybee-jump-to-attached-frame () | |
3453 "Jump to the attached frame ONLY if this was not a mouse event." | |
3454 (if (or (not (speedbar-mouse-event-p last-input-event)) | |
3455 speedbar-activity-change-focus-flag) | |
3456 (progn | |
3457 (select-frame speedbar-attached-frame) | |
3458 (other-frame 0)))) | |
3459 | |
3460 (defun speedbar-find-file (text token indent) | |
3461 "Speedbar click handler for filenames. | |
3462 TEXT, the file will be displayed in the attached frame. | |
3463 TOKEN is unused, but required by the click handler. INDENT is the | |
3464 current indentation level." | |
3465 (let ((cdd (speedbar-line-path indent))) | |
3466 (speedbar-find-file-in-frame (concat cdd text)) | |
3467 (speedbar-stealthy-updates) | |
3468 (run-hooks 'speedbar-visiting-file-hook) | |
3469 ;; Reset the timer with a new timeout when cliking a file | |
3470 ;; in case the user was navigating directories, we can cancel | |
3471 ;; that other timer. | |
3472 (speedbar-set-timer speedbar-update-speed)) | |
3473 (speedbar-maybee-jump-to-attached-frame)) | |
3474 | |
3475 (defun speedbar-dir-follow (text token indent) | |
3476 "Speedbar click handler for directory names. | |
3477 Clicking a directory will cause the speedbar to list files in the | |
3478 the subdirectory TEXT. TOKEN is an unused requirement. The | |
3479 subdirectory chosen will be at INDENT level." | |
3480 (setq default-directory | |
3481 (concat (expand-file-name (concat (speedbar-line-path indent) text)) | |
3482 "/")) | |
3483 ;; Because we leave speedbar as the current buffer, | |
3484 ;; update contents will change directory without | |
22735 | 3485 ;; having to touch the attached frame. Turn off smart expand just |
3486 ;; in case. | |
3487 (let ((speedbar-smart-directory-expand-flag nil)) | |
3488 (speedbar-update-contents)) | |
21650 | 3489 (speedbar-set-timer speedbar-navigating-speed) |
3490 (setq speedbar-last-selected-file nil) | |
3491 (speedbar-stealthy-updates)) | |
3492 | |
3493 (defun speedbar-delete-subblock (indent) | |
3494 "Delete text from point to indentation level INDENT or greater. | |
3495 Handles end-of-sublist smartly." | |
3496 (speedbar-with-writable | |
23917
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3497 (save-excursion |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3498 (end-of-line) (forward-char 1) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3499 (let ((start (point))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3500 (while (and (looking-at "^\\([0-9]+\\):") |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3501 (> (string-to-int (match-string 1)) indent) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3502 (not (eobp))) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3503 (forward-line 1) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3504 (beginning-of-line)) |
4182d24c6d9f
(speedbar-frame-parameters) Add : to custom prompt.
Eric M. Ludlam <zappo@gnu.org>
parents:
23372
diff
changeset
|
3505 (delete-region start (point)))))) |
21650 | 3506 |
3507 (defun speedbar-dired (text token indent) | |
3508 "Speedbar click handler for directory expand button. | |
3509 Clicking this button expands or contracts a directory. TEXT is the | |
3510 button clicked which has either a + or -. TOKEN is the directory to be | |
3511 expanded. INDENT is the current indentation level." | |
3512 (cond ((string-match "+" text) ;we have to expand this dir | |
3513 (setq speedbar-shown-directories | |
3514 (cons (expand-file-name | |
3515 (concat (speedbar-line-path indent) token "/")) | |
3516 speedbar-shown-directories)) | |
3517 (speedbar-change-expand-button-char ?-) | |
3518 (speedbar-reset-scanners) | |
3519 (save-excursion | |
3520 (end-of-line) (forward-char 1) | |
3521 (speedbar-with-writable | |
3522 (speedbar-default-directory-list | |
3523 (concat (speedbar-line-path indent) token "/") | |
3524 (1+ indent))))) | |
3525 ((string-match "-" text) ;we have to contract this node | |
3526 (speedbar-reset-scanners) | |
3527 (let ((oldl speedbar-shown-directories) | |
3528 (newl nil) | |
3529 (td (expand-file-name | |
3530 (concat (speedbar-line-path indent) token)))) | |
3531 (while oldl | |
3532 (if (not (string-match (concat "^" (regexp-quote td)) (car oldl))) | |
3533 (setq newl (cons (car oldl) newl))) | |
3534 (setq oldl (cdr oldl))) | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
3535 (setq speedbar-shown-directories (nreverse newl))) |
21650 | 3536 (speedbar-change-expand-button-char ?+) |
3537 (speedbar-delete-subblock indent) | |
3538 ) | |
22735 | 3539 (t (error "Ooops... not sure what to do"))) |
21650 | 3540 (speedbar-center-buffer-smartly) |
3541 (setq speedbar-last-selected-file nil) | |
3542 (save-excursion (speedbar-stealthy-updates))) | |
3543 | |
3544 (defun speedbar-directory-buttons-follow (text token indent) | |
3545 "Speedbar click handler for default directory buttons. | |
3546 TEXT is the button clicked on. TOKEN is the directory to follow. | |
3547 INDENT is the current indentation level and is unused." | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
3548 (if (string-match "^[A-z]:$" token) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
3549 (setq default-directory (concat token (char-to-string directory-sep-char))) |
22735 | 3550 (setq default-directory token)) |
21650 | 3551 ;; Because we leave speedbar as the current buffer, |
3552 ;; update contents will change directory without | |
3553 ;; having to touch the attached frame. | |
3554 (speedbar-update-contents) | |
3555 (speedbar-set-timer speedbar-navigating-speed)) | |
3556 | |
3557 (defun speedbar-tag-file (text token indent) | |
3558 "The cursor is on a selected line. Expand the tags in the specified file. | |
3559 The parameter TEXT and TOKEN are required, where TEXT is the button | |
3560 clicked, and TOKEN is the file to expand. INDENT is the current | |
3561 indentation level." | |
3562 (cond ((string-match "+" text) ;we have to expand this file | |
3563 (let* ((fn (expand-file-name (concat (speedbar-line-path indent) | |
3564 token))) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3565 (mode nil) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3566 (lst (speedbar-fetch-dynamic-tags fn))) |
21650 | 3567 ;; if no list, then remove expando button |
3568 (if (not lst) | |
3569 (speedbar-change-expand-button-char ??) | |
3570 (speedbar-change-expand-button-char ?-) | |
3571 (speedbar-with-writable | |
3572 (save-excursion | |
3573 (end-of-line) (forward-char 1) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3574 (funcall (car lst) indent (cdr lst))))))) |
21650 | 3575 ((string-match "-" text) ;we have to contract this node |
3576 (speedbar-change-expand-button-char ?+) | |
3577 (speedbar-delete-subblock indent)) | |
22735 | 3578 (t (error "Ooops... not sure what to do"))) |
21650 | 3579 (speedbar-center-buffer-smartly)) |
3580 | |
3581 (defun speedbar-tag-find (text token indent) | |
3582 "For the tag TEXT in a file TOKEN, goto that position. | |
3583 INDENT is the current indentation level." | |
3584 (let ((file (speedbar-line-path indent))) | |
3585 (speedbar-find-file-in-frame file) | |
3586 (save-excursion (speedbar-stealthy-updates)) | |
3587 ;; Reset the timer with a new timeout when cliking a file | |
3588 ;; in case the user was navigating directories, we can cancel | |
3589 ;; that other timer. | |
3590 (speedbar-set-timer speedbar-update-speed) | |
3591 (goto-char token) | |
3592 (run-hooks 'speedbar-visiting-tag-hook) | |
3593 ;;(recenter) | |
3594 (speedbar-maybee-jump-to-attached-frame) | |
3595 )) | |
3596 | |
3597 (defun speedbar-tag-expand (text token indent) | |
3598 "Expand a tag sublist. Imenu will return sub-lists of specialized tag types. | |
3599 Etags does not support this feature. TEXT will be the button | |
3600 string. TOKEN will be the list, and INDENT is the current indentation | |
3601 level." | |
3602 (cond ((string-match "+" text) ;we have to expand this file | |
3603 (speedbar-change-expand-button-char ?-) | |
3604 (speedbar-with-writable | |
3605 (save-excursion | |
3606 (end-of-line) (forward-char 1) | |
22735 | 3607 (speedbar-insert-generic-list indent token 'speedbar-tag-expand |
21650 | 3608 'speedbar-tag-find)))) |
3609 ((string-match "-" text) ;we have to contract this node | |
3610 (speedbar-change-expand-button-char ?+) | |
3611 (speedbar-delete-subblock indent)) | |
22735 | 3612 (t (error "Ooops... not sure what to do"))) |
21650 | 3613 (speedbar-center-buffer-smartly)) |
3614 | |
3615 ;;; Loading files into the attached frame. | |
3616 ;; | |
3617 (defun speedbar-find-file-in-frame (file) | |
3618 "This will load FILE into the speedbar attached frame. | |
3619 If the file is being displayed in a different frame already, then raise that | |
3620 frame instead." | |
3621 (let* ((buff (find-file-noselect file)) | |
3622 (bwin (get-buffer-window buff 0))) | |
3623 (if bwin | |
3624 (progn | |
3625 (select-window bwin) | |
3626 (raise-frame (window-frame bwin))) | |
3627 (if speedbar-power-click | |
3628 (let ((pop-up-frames t)) (select-window (display-buffer buff))) | |
3629 (select-frame speedbar-attached-frame) | |
3630 (switch-to-buffer buff)))) | |
22735 | 3631 ) |
21650 | 3632 |
3633 ;;; Centering Utility | |
3634 ;; | |
3635 (defun speedbar-center-buffer-smartly () | |
3636 "Recenter a speedbar buffer so the current indentation level is all visible. | |
3637 This assumes that the cursor is on a file, or tag of a file which the user is | |
3638 interested in." | |
3639 (if (<= (count-lines (point-min) (point-max)) | |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
3640 (1- (window-height (selected-window)))) |
21650 | 3641 ;; whole buffer fits |
3642 (let ((cp (point))) | |
3643 (goto-char (point-min)) | |
3644 (recenter 0) | |
3645 (goto-char cp)) | |
3646 ;; too big | |
3647 (let (depth start end exp p) | |
3648 (save-excursion | |
3649 (beginning-of-line) | |
3650 (setq depth (if (looking-at "[0-9]+") | |
3651 (string-to-int (buffer-substring-no-properties | |
3652 (match-beginning 0) (match-end 0))) | |
3653 0)) | |
3654 (setq exp (format "^%d:\\s-*[[{<]\\([?+-]\\)[]>}]" depth))) | |
3655 (save-excursion | |
3656 (end-of-line) | |
3657 (if (re-search-backward exp nil t) | |
3658 (setq start (point)) | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
3659 (setq start (point-min))) |
21650 | 3660 (save-excursion ;Not sure about this part. |
3661 (end-of-line) | |
3662 (setq p (point)) | |
3663 (while (and (not (re-search-forward exp nil t)) | |
3664 (>= depth 0)) | |
3665 (setq depth (1- depth)) | |
3666 (setq exp (format "^%d:\\s-*[[{<]\\([?+-]\\)[]>}]" depth))) | |
3667 (if (/= (point) p) | |
3668 (setq end (point)) | |
3669 (setq end (point-max))))) | |
3670 ;; Now work out the details of centering | |
3671 (let ((nl (count-lines start end)) | |
3672 (cp (point))) | |
3673 (if (> nl (window-height (selected-window))) | |
3674 ;; We can't fit it all, so just center on cursor | |
3675 (progn (goto-char start) | |
3676 (recenter 1)) | |
3677 ;; we can fit everything on the screen, but... | |
3678 (if (and (pos-visible-in-window-p start (selected-window)) | |
3679 (pos-visible-in-window-p end (selected-window))) | |
3680 ;; we are all set! | |
3681 nil | |
3682 ;; we need to do something... | |
3683 (goto-char start) | |
3684 (let ((newcent (/ (- (window-height (selected-window)) nl) 2)) | |
3685 (lte (count-lines start (point-max)))) | |
3686 (if (and (< (+ newcent lte) (window-height (selected-window))) | |
3687 (> (- (window-height (selected-window)) lte 1) | |
3688 newcent)) | |
3689 (setq newcent (- (window-height (selected-window)) | |
3690 lte 1))) | |
3691 (recenter newcent)))) | |
3692 (goto-char cp))))) | |
3693 | |
3694 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3695 ;;; Tag Management -- List of expanders: |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3696 ;; |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3697 (defun speedbar-fetch-dynamic-tags (file) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3698 "Return a list of tags generated dynamically from FILE. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3699 This uses the entries in `speedbar-dynamic-tags-function-list' |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3700 to find the proper tags. It is up to each of those individual |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3701 functions to do caching and flushing if appropriate." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3702 (save-excursion |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3703 (set-buffer (find-file-noselect file)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3704 ;; If there is a buffer-local value of |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3705 ;; speedbar-dynamic-tags-function-list, it will now be available. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3706 (let ((dtf speedbar-dynamic-tags-function-list) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3707 (ret t)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3708 (while (and (eq ret t) dtf) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3709 (setq ret |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3710 (if (fboundp (car (car dtf))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3711 (funcall (car (car dtf)) (buffer-file-name)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3712 t)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3713 (if (eq ret t) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3714 (setq dtf (cdr dtf)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3715 (if (eq ret t) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3716 ;; No valid tag list, return nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3717 nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3718 ;; We have some tags. Return the list with the insert fn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3719 ;; prepended |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3720 (cons (cdr (car dtf)) ret))))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3721 |
21650 | 3722 ;;; Tag Management -- Imenu |
3723 ;; | |
3724 (if (not speedbar-use-imenu-flag) | |
3725 | |
3726 nil | |
3727 | |
3728 (eval-when-compile (if (locate-library "imenu") (require 'imenu))) | |
3729 | |
3730 (defun speedbar-fetch-dynamic-imenu (file) | |
3731 "Load FILE into a buffer, and generate tags using Imenu. | |
3732 Returns the tag list, or t for an error." | |
3733 ;; Load this AND compile it in | |
3734 (require 'imenu) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3735 (if speedbar-power-click (setq imenu--index-alist nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3736 (condition-case nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3737 (let ((index-alist (imenu--make-index-alist t))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3738 (if speedbar-sort-tags |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3739 (sort (copy-alist index-alist) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3740 (lambda (a b) (string< (car a) (car b)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3741 index-alist)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3742 (error t))) |
21650 | 3743 ) |
3744 | |
3745 ;;; Tag Management -- etags (old XEmacs compatibility part) | |
3746 ;; | |
3747 (defvar speedbar-fetch-etags-parse-list | |
3748 '(;; Note that java has the same parse-group as c | |
3749 ("\\.\\([cChH]\\|c\\+\\+\\|cpp\\|cc\\|hh\\|java\\)\\'" . | |
3750 speedbar-parse-c-or-c++tag) | |
3751 ("^\\.emacs$\\|.\\(el\\|l\\|lsp\\)\\'" . | |
3752 "def[^i]+\\s-+\\(\\(\\w\\|[-_]\\)+\\)\\s-*\C-?") | |
22735 | 3753 ; ("\\.\\([fF]\\|for\\|FOR\\|77\\|90\\)\\'" . |
3754 ; speedbar-parse-fortran77-tag) | |
21650 | 3755 ("\\.tex\\'" . speedbar-parse-tex-string) |
3756 ("\\.p\\'" . | |
3757 "\\(\\(FUNCTION\\|function\\|PROCEDURE\\|procedure\\)\\s-+\\([a-zA-Z0-9_.:]+\\)\\)\\s-*(?^?") | |
3758 ) | |
3759 "Associations of file extensions and expressions for extracting tags. | |
3760 To add a new file type, you would want to add a new association to the | |
3761 list, where the car is the file match, and the cdr is the way to | |
3762 extract an element from the tags output. If the output is complex, | |
3763 use a function symbol instead of regexp. The function should expect | |
3764 to be at the beginning of a line in the etags buffer. | |
3765 | |
3766 This variable is ignored if `speedbar-use-imenu-flag' is non-nil.") | |
3767 | |
3768 (defvar speedbar-fetch-etags-command "etags" | |
3769 "*Command used to create an etags file. | |
3770 | |
3771 This variable is ignored if `speedbar-use-imenu-flag' is t") | |
3772 | |
3773 (defvar speedbar-fetch-etags-arguments '("-D" "-I" "-o" "-") | |
3774 "*List of arguments to use with `speedbar-fetch-etags-command'. | |
3775 This creates an etags output buffer. Use `speedbar-toggle-etags' to | |
3776 modify this list conveniently. | |
3777 | |
3778 This variable is ignored if `speedbar-use-imenu-flag' is t") | |
3779 | |
3780 (defun speedbar-toggle-etags (flag) | |
3781 "Toggle FLAG in `speedbar-fetch-etags-arguments'. | |
3782 FLAG then becomes a member of etags command line arguments. If flag | |
3783 is \"sort\", then toggle the value of `speedbar-sort-tags'. If its | |
3784 value is \"show\" then toggle the value of | |
3785 `speedbar-show-unknown-files'. | |
3786 | |
3787 This function is a convenience function for XEmacs menu created by | |
3788 Farzin Guilak <farzin@protocol.com>" | |
3789 (interactive) | |
3790 (cond | |
3791 ((equal flag "sort") | |
3792 (setq speedbar-sort-tags (not speedbar-sort-tags))) | |
3793 ((equal flag "show") | |
3794 (setq speedbar-show-unknown-files (not speedbar-show-unknown-files))) | |
3795 ((or (equal flag "-C") | |
3796 (equal flag "-S") | |
3797 (equal flag "-D")) | |
3798 (if (member flag speedbar-fetch-etags-arguments) | |
3799 (setq speedbar-fetch-etags-arguments | |
3800 (delete flag speedbar-fetch-etags-arguments)) | |
3801 (add-to-list 'speedbar-fetch-etags-arguments flag))) | |
3802 (t nil))) | |
3803 | |
3804 (defun speedbar-fetch-dynamic-etags (file) | |
3805 "For FILE, run etags and create a list of symbols extracted. | |
3806 Each symbol will be associated with its line position in FILE." | |
3807 (let ((newlist nil)) | |
3808 (unwind-protect | |
3809 (save-excursion | |
3810 (if (get-buffer "*etags tmp*") | |
3811 (kill-buffer "*etags tmp*")) ;kill to clean it up | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3812 (if (<= 1 speedbar-verbosity-level) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3813 (speedbar-message "Fetching etags...")) |
21650 | 3814 (set-buffer (get-buffer-create "*etags tmp*")) |
3815 (apply 'call-process speedbar-fetch-etags-command nil | |
3816 (current-buffer) nil | |
3817 (append speedbar-fetch-etags-arguments (list file))) | |
3818 (goto-char (point-min)) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3819 (if (<= 1 speedbar-verbosity-level) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3820 (speedbar-message "Fetching etags...")) |
21650 | 3821 (let ((expr |
3822 (let ((exprlst speedbar-fetch-etags-parse-list) | |
3823 (ans nil)) | |
3824 (while (and (not ans) exprlst) | |
3825 (if (string-match (car (car exprlst)) file) | |
3826 (setq ans (car exprlst))) | |
3827 (setq exprlst (cdr exprlst))) | |
3828 (cdr ans)))) | |
3829 (if expr | |
3830 (let (tnl) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3831 (set-buffer (get-buffer-create "*etags tmp*")) |
21650 | 3832 (while (not (save-excursion (end-of-line) (eobp))) |
3833 (save-excursion | |
3834 (setq tnl (speedbar-extract-one-symbol expr))) | |
3835 (if tnl (setq newlist (cons tnl newlist))) | |
3836 (forward-line 1))) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3837 (speedbar-message |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
3838 "Sorry, no support for a file of that extension")))) |
21650 | 3839 ) |
3840 (if speedbar-sort-tags | |
3841 (sort newlist (lambda (a b) (string< (car a) (car b)))) | |
3842 (reverse newlist)))) | |
3843 | |
3844 ;; This bit donated by Farzin Guilak <farzin@protocol.com> but I'm not | |
3845 ;; sure it's needed with the different sorting method. | |
3846 ;; | |
3847 ;(defun speedbar-clean-etags() | |
3848 ; "Removes spaces before the ^? character, and removes `#define', | |
3849 ;return types, etc. preceding tags. This ensures that the sort operation | |
3850 ;works on the tags, not the return types." | |
3851 ; (save-excursion | |
3852 ; (goto-char (point-min)) | |
3853 ; (while | |
3854 ; (re-search-forward "(?[ \t](?\C-?" nil t) | |
3855 ; (replace-match "\C-?" nil nil)) | |
3856 ; (goto-char (point-min)) | |
3857 ; (while | |
3858 ; (re-search-forward "\\(.*[ \t]+\\)\\([^ \t\n]+.*\C-?\\)" nil t) | |
3859 ; (delete-region (match-beginning 1) (match-end 1))))) | |
3860 | |
3861 (defun speedbar-extract-one-symbol (expr) | |
22735 | 3862 "At point, return nil, or one alist in the form: (SYMBOL . POSITION) |
21650 | 3863 The line should contain output from etags. Parse the output using the |
3864 regular expression EXPR" | |
3865 (let* ((sym (if (stringp expr) | |
3866 (if (save-excursion | |
3867 (re-search-forward expr (save-excursion | |
3868 (end-of-line) | |
3869 (point)) t)) | |
3870 (buffer-substring-no-properties (match-beginning 1) | |
3871 (match-end 1))) | |
3872 (funcall expr))) | |
3873 (pos (let ((j (re-search-forward "[\C-?\C-a]\\([0-9]+\\),\\([0-9]+\\)" | |
3874 (save-excursion | |
3875 (end-of-line) | |
3876 (point)) | |
3877 t))) | |
3878 (if (and j sym) | |
3879 (1+ (string-to-int (buffer-substring-no-properties | |
3880 (match-beginning 2) | |
3881 (match-end 2)))) | |
3882 0)))) | |
3883 (if (/= pos 0) | |
3884 (cons sym pos) | |
3885 nil))) | |
3886 | |
3887 (defun speedbar-parse-c-or-c++tag () | |
3888 "Parse a c or c++ tag, which tends to be a little complex." | |
3889 (save-excursion | |
3890 (let ((bound (save-excursion (end-of-line) (point)))) | |
3891 (cond ((re-search-forward "\C-?\\([^\C-a]+\\)\C-a" bound t) | |
3892 (buffer-substring-no-properties (match-beginning 1) | |
3893 (match-end 1))) | |
3894 ((re-search-forward "\\<\\([^ \t]+\\)\\s-+new(" bound t) | |
3895 (buffer-substring-no-properties (match-beginning 1) | |
3896 (match-end 1))) | |
3897 ((re-search-forward "\\<\\([^ \t(]+\\)\\s-*(\C-?" bound t) | |
3898 (buffer-substring-no-properties (match-beginning 1) | |
3899 (match-end 1))) | |
3900 (t nil)) | |
3901 ))) | |
3902 | |
3903 (defun speedbar-parse-tex-string () | |
3904 "Parse a Tex string. Only find data which is relevant." | |
3905 (save-excursion | |
3906 (let ((bound (save-excursion (end-of-line) (point)))) | |
3907 (cond ((re-search-forward "\\(\\(sub\\)*section\\|chapter\\|cite\\)\\s-*{[^\C-?}]*}?" bound t) | |
3908 (buffer-substring-no-properties (match-beginning 0) | |
3909 (match-end 0))) | |
3910 (t nil))))) | |
3911 | |
3912 | |
22735 | 3913 ;;; BUFFER DISPLAY mode. |
3914 ;; | |
3915 (defvar speedbar-buffers-key-map nil | |
3916 "Keymap used when in the buffers display mode.") | |
3917 | |
3918 (if speedbar-buffers-key-map | |
3919 nil | |
3920 (setq speedbar-buffers-key-map (speedbar-make-specialized-keymap)) | |
3921 | |
3922 ;; Basic tree features | |
3923 (define-key speedbar-buffers-key-map "e" 'speedbar-edit-line) | |
3924 (define-key speedbar-buffers-key-map "\C-m" 'speedbar-edit-line) | |
3925 (define-key speedbar-buffers-key-map "+" 'speedbar-expand-line) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3926 (define-key speedbar-buffers-key-map "=" 'speedbar-expand-line) |
22735 | 3927 (define-key speedbar-buffers-key-map "-" 'speedbar-contract-line) |
3928 | |
3929 ;; Buffer specific keybindings | |
3930 (define-key speedbar-buffers-key-map "k" 'speedbar-buffer-kill-buffer) | |
3931 (define-key speedbar-buffers-key-map "r" 'speedbar-buffer-revert-buffer) | |
3932 | |
3933 ) | |
3934 | |
3935 (defvar speedbar-buffer-easymenu-definition | |
3936 '(["Jump to buffer" speedbar-edit-line t] | |
3937 ["Expand File Tags" speedbar-expand-line | |
3938 (save-excursion (beginning-of-line) | |
3939 (looking-at "[0-9]+: *.\\+. "))] | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3940 ["Flush Cache & Expand" speedbar-flush-expand-line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3941 (save-excursion (beginning-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3942 (looking-at "[0-9]+: *.\\+. "))] |
22735 | 3943 ["Contract File Tags" speedbar-contract-line |
3944 (save-excursion (beginning-of-line) | |
3945 (looking-at "[0-9]+: *.-. "))] | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3946 ["Kill Buffer" speedbar-buffer-kill-buffer |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3947 (save-excursion (beginning-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3948 (looking-at "[0-9]+: *.-. "))] |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3949 ["Revert Buffer" speedbar-buffer-revert-buffer |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3950 (save-excursion (beginning-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3951 (looking-at "[0-9]+: *.-. "))] |
22735 | 3952 ) |
3953 "Menu item elements shown when displaying a buffer list.") | |
3954 | |
3955 (defun speedbar-buffer-buttons (directory zero) | |
3956 "Create speedbar buttons based on the buffers currently loaded. | |
3957 DIRECTORY is the path to the currently active buffer, and ZERO is 0." | |
3958 (speedbar-buffer-buttons-engine nil)) | |
3959 | |
3960 (defun speedbar-buffer-buttons-temp (directory zero) | |
3961 "Create speedbar buttons based on the buffers currently loaded. | |
3962 DIRECTORY is the path to the currently active buffer, and ZERO is 0." | |
3963 (speedbar-buffer-buttons-engine t)) | |
3964 | |
3965 (defun speedbar-buffer-buttons-engine (temp) | |
3966 "Create speedbar buffer buttons. | |
3967 If TEMP is non-nil, then clicking on a buffer restores the previous display." | |
3968 (insert "Active Buffers:\n") | |
3969 (let ((bl (buffer-list))) | |
3970 (while bl | |
3971 (if (string-match "^[ *]" (buffer-name (car bl))) | |
3972 nil | |
3973 (let* ((known (string-match speedbar-file-regexp | |
3974 (buffer-name (car bl)))) | |
3975 (expchar (if known ?+ ??)) | |
3976 (fn (if known 'speedbar-tag-file nil)) | |
3977 (fname (save-excursion (set-buffer (car bl)) | |
3978 (buffer-file-name)))) | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3979 (speedbar-make-tag-line 'bracket expchar fn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
3980 (if fname (file-name-nondirectory fname)) |
22735 | 3981 (buffer-name (car bl)) |
3982 'speedbar-buffer-click temp | |
3983 'speedbar-file-face 0))) | |
3984 (setq bl (cdr bl))) | |
3985 (setq bl (buffer-list)) | |
3986 (insert "Scratch Buffers:\n") | |
3987 (while bl | |
3988 (if (not (string-match "^\\*" (buffer-name (car bl)))) | |
3989 nil | |
3990 (if (eq (car bl) speedbar-buffer) | |
3991 nil | |
3992 (speedbar-make-tag-line 'bracket ?? nil nil | |
3993 (buffer-name (car bl)) | |
3994 'speedbar-buffer-click temp | |
3995 'speedbar-file-face 0))) | |
3996 (setq bl (cdr bl))) | |
3997 (setq bl (buffer-list)) | |
3998 (insert "Hidden Buffers:\n") | |
3999 (while bl | |
4000 (if (not (string-match "^ " (buffer-name (car bl)))) | |
4001 nil | |
4002 (if (eq (car bl) speedbar-buffer) | |
4003 nil | |
4004 (speedbar-make-tag-line 'bracket ?? nil nil | |
4005 (buffer-name (car bl)) | |
4006 'speedbar-buffer-click temp | |
4007 'speedbar-file-face 0))) | |
4008 (setq bl (cdr bl))))) | |
4009 | |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4010 (defun speedbar-buffers-item-info () |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4011 "Display information about the current buffer on the current line." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4012 (or (speedbar-item-info-tag-helper) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4013 (let* ((item (speedbar-line-text)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4014 (buffer (if item (get-buffer item) nil))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4015 (and buffer |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4016 (speedbar-message "%s%s %S %d %s" |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4017 (if (buffer-modified-p buffer) "* " "") |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4018 item |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4019 (save-excursion (set-buffer buffer) major-mode) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4020 (save-excursion (set-buffer buffer) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4021 (buffer-size)) |
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4022 (or (buffer-file-name buffer) "<No file>")))))) |
24154
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4023 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4024 (defun speedbar-buffers-line-path (&optional depth) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4025 "Fetch the full path to the file (buffer) specified on the current line. |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4026 Optional argument DEPTH specifies the current depth of the back search." |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4027 (end-of-line) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4028 ;; Buffers are always at level 0 |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4029 (if (not (re-search-backward "^0:" nil t)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4030 nil |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4031 (let* ((bn (speedbar-line-text)) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4032 (buffer (if bn (get-buffer bn)))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4033 (if buffer (file-name-directory (buffer-file-name buffer)))))) |
91c00b394901
(speedbar-item-info-file-helper): Add optional arg
Eric M. Ludlam <zappo@gnu.org>
parents:
23917
diff
changeset
|
4034 |
22735 | 4035 (defun speedbar-buffer-click (text token indent) |
4036 "When the users clicks on a buffer-button in speedbar. | |
4037 TEXT is the buffer's name, TOKEN and INDENT are unused." | |
4038 (if speedbar-power-click | |
4039 (let ((pop-up-frames t)) (select-window (display-buffer text))) | |
4040 (select-frame speedbar-attached-frame) | |
4041 (switch-to-buffer text) | |
4042 (if token (speedbar-change-initial-expansion-list | |
4043 speedbar-previously-used-expansion-list-name)))) | |
4044 | |
4045 (defun speedbar-buffer-kill-buffer () | |
4046 "Kill the buffer the cursor is on in the speedbar buffer." | |
4047 (interactive) | |
4048 (or (save-excursion | |
4049 (beginning-of-line) | |
4050 ;; If this fails, then it is a non-standard click, and as such, | |
4051 ;; perfectly allowed. | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
4052 (if (re-search-forward "[]>?}] [^ ]" |
22735 | 4053 (save-excursion (end-of-line) (point)) |
4054 t) | |
4055 (let ((text (progn | |
4056 (forward-char -1) | |
4057 (buffer-substring (point) (save-excursion | |
4058 (end-of-line) | |
4059 (point)))))) | |
4060 (if (and (get-buffer text) | |
24475
1e20dcb26ff7
Added commentary about stealthy functions.
Karl Heuer <kwzh@gnu.org>
parents:
24321
diff
changeset
|
4061 (speedbar-y-or-n-p (format "Kill buffer %s? " text))) |
22893
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
4062 (kill-buffer text)) |
322179a8fd20
(speedbar-update-current-file): Added call to
Eric M. Ludlam <zappo@gnu.org>
parents:
22735
diff
changeset
|
4063 (speedbar-refresh)))))) |
22735 | 4064 |
4065 (defun speedbar-buffer-revert-buffer () | |
4066 "Revert the buffer the cursor is on in the speedbar buffer." | |
4067 (interactive) | |
4068 (save-excursion | |
4069 (beginning-of-line) | |
4070 ;; If this fails, then it is a non-standard click, and as such, | |
4071 ;; perfectly allowed | |
22950
606be1490be7
(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam <zappo@gnu.org>
parents:
22906
diff
changeset
|
4072 (if (re-search-forward "[]>?}] [^ ]" |
22735 | 4073 (save-excursion (end-of-line) (point)) |
4074 t) | |
4075 (let ((text (progn | |
4076 (forward-char -1) | |
4077 (buffer-substring (point) (save-excursion | |
4078 (end-of-line) | |
4079 (point)))))) | |
4080 (if (get-buffer text) | |
4081 (progn | |
4082 (set-buffer text) | |
4083 (revert-buffer t))))))) | |
4084 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4085 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4086 ;;; Useful hook values and such. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4087 ;; |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4088 (defvar speedbar-highlight-one-tag-line nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4089 "Overlay used for highlighting the most recently jumped to tag line.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4090 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4091 (defun speedbar-highlight-one-tag-line () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4092 "Highlight the current line, unhighlighting a previously jumped to line." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4093 (speedbar-unhighlight-one-tag-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4094 (setq speedbar-highlight-one-tag-line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4095 (speedbar-make-overlay (save-excursion (beginning-of-line) (point)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4096 (save-excursion (end-of-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4097 (forward-char 1) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4098 (point)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4099 (speedbar-overlay-put speedbar-highlight-one-tag-line 'face |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4100 'speedbar-highlight-face) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4101 (add-hook 'pre-command-hook 'speedbar-unhighlight-one-tag-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4102 ) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4103 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4104 (defun speedbar-unhighlight-one-tag-line () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4105 "Unhighlight the currently highlight line." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4106 (if speedbar-highlight-one-tag-line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4107 (progn |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4108 (speedbar-delete-overlay speedbar-highlight-one-tag-line) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4109 (setq speedbar-highlight-one-tag-line nil))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4110 (remove-hook 'pre-command-hook 'speedbar-unhighlight-one-tag-line)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4111 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4112 (defun speedbar-recenter-to-top () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4113 "Recenter the current buffer so POINT is on the top of the window." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4114 (recenter 1)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4115 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4116 (defun speedbar-recenter () |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4117 "Recenter the current buffer so POINT is in the center of the window." |
28925
89a795d90175
(speedbar-recenter): Typo, and fix logic.
Eric M. Ludlam <zappo@gnu.org>
parents:
28902
diff
changeset
|
4118 (recenter (/ (window-height (selected-window)) 2))) |
22735 | 4119 |
4120 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4121 ;;; Color loading section. |
21650 | 4122 ;; |
4123 (defface speedbar-button-face '((((class color) (background light)) | |
4124 (:foreground "green4")) | |
4125 (((class color) (background dark)) | |
4126 (:foreground "green3"))) | |
4127 "Face used for +/- buttons." | |
4128 :group 'speedbar-faces) | |
4129 | |
4130 (defface speedbar-file-face '((((class color) (background light)) | |
4131 (:foreground "cyan4")) | |
4132 (((class color) (background dark)) | |
4133 (:foreground "cyan")) | |
4134 (t (:bold t))) | |
4135 "Face used for file names." | |
4136 :group 'speedbar-faces) | |
4137 | |
4138 (defface speedbar-directory-face '((((class color) (background light)) | |
4139 (:foreground "blue4")) | |
4140 (((class color) (background dark)) | |
4141 (:foreground "light blue"))) | |
4142 "Faced used for directory names." | |
4143 :group 'speedbar-faces) | |
4144 (defface speedbar-tag-face '((((class color) (background light)) | |
4145 (:foreground "brown")) | |
4146 (((class color) (background dark)) | |
4147 (:foreground "yellow"))) | |
4148 "Face used for displaying tags." | |
4149 :group 'speedbar-faces) | |
4150 | |
4151 (defface speedbar-selected-face '((((class color) (background light)) | |
4152 (:foreground "red" :underline t)) | |
4153 (((class color) (background dark)) | |
4154 (:foreground "red" :underline t)) | |
4155 (t (:underline t))) | |
4156 "Face used to underline the file in the active window." | |
4157 :group 'speedbar-faces) | |
4158 | |
4159 (defface speedbar-highlight-face '((((class color) (background light)) | |
4160 (:background "green")) | |
4161 (((class color) (background dark)) | |
4162 (:background "sea green")) | |
4163 (((class grayscale monochrome) | |
4164 (background light)) | |
4165 (:background "black")) | |
4166 (((class grayscale monochrome) | |
4167 (background dark)) | |
4168 (:background "white"))) | |
4169 "Face used for highlighting buttons with the mouse." | |
4170 :group 'speedbar-faces) | |
4171 | |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4172 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4173 ;;; Image loading and inlining |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4174 ;; |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4175 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4176 ;;; Some images if defimage is available: |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4177 (eval-when-compile |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4178 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4179 (if (fboundp 'defimage) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4180 (defalias 'defimage-speedbar 'defimage) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4181 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4182 (if (not (fboundp 'make-glyph)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4183 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4184 (defmacro defimage-speedbar (variable imagespec docstring) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4185 "Don't bother loading up an image... |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4186 Argument VARIABLE is the varible to define. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4187 Argument IMAGESPEC is the list defining the image to create. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4188 Argument DOCSTRING is the documentation for VARIABLE." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4189 `(defvar ,variable nil ,docstring)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4190 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4191 ;; ELSE |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4192 (defun speedbar-find-image-on-load-path (image) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4193 "Find the image file IMAGE on the load path." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4194 (let ((l load-path) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4195 (r nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4196 (while (and l (not r)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4197 (if (file-exists-p (concat (car l) "/" image)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4198 (setq r (concat (car l) "/" image))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4199 (setq l (cdr l))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4200 r)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4201 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4202 (defun speedbar-convert-emacs21-imagespec-to-xemacs (spec) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4203 "Convert the Emacs21 Image SPEC into an XEmacs image spec." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4204 (let* ((sl (car spec)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4205 (itype (nth 1 sl)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4206 (ifile (nth 3 sl))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4207 (vector itype ':file (speedbar-find-image-on-load-path ifile)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4208 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4209 (defmacro defimage-speedbar (variable imagespec docstring) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4210 "Devine VARIABLE as an image if `defimage' is not available.. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4211 IMAGESPEC is the image data, and DOCSTRING is documentation for the image." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4212 `(defvar ,variable |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4213 ;; The Emacs21 version of defimage looks just like the XEmacs image |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4214 ;; specifier, except that it needs a :type keyword. If we line |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4215 ;; stuff up right, we can use this cheat to support XEmacs specifiers. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4216 (condition-case nil |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4217 (make-glyph |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4218 (make-image-specifier |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4219 (speedbar-convert-emacs21-imagespec-to-xemacs (quote ,imagespec))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4220 'buffer) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4221 (error nil)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4222 ,docstring)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4223 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4224 ))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4225 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4226 (defimage-speedbar speedbar-directory-plus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4227 ((:type xpm :file "sb-dir-plus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4228 "Image used for closed directories with stuff in them.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4229 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4230 (defimage-speedbar speedbar-directory-minus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4231 ((:type xpm :file "sb-dir-minus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4232 "Image used for open directories with stuff in them.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4233 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4234 (defimage-speedbar speedbar-page-plus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4235 ((:type xpm :file "sb-pg-plus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4236 "Image used for closed files with stuff in them.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4237 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4238 (defimage-speedbar speedbar-page-minus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4239 ((:type xpm :file "sb-pg-minus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4240 "Image used for open files with stuff in them.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4241 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4242 (defimage-speedbar speedbar-page |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4243 ((:type xpm :file "sb-pg.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4244 "Image used for files that can't be opened.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4245 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4246 (defimage-speedbar speedbar-tag |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4247 ((:type xpm :file "sb-tag.xpm" :ascent center)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4248 "Image used for tags.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4249 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4250 (defimage-speedbar speedbar-tag-plus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4251 ((:type xpm :file "sb-tag-plus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4252 "Image used for closed tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4253 |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4254 (defimage-speedbar speedbar-tag-minus |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4255 ((:type xpm :file "sb-tag-minus.xpm" :ascent center)) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4256 "Image used for open tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4257 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4258 (defimage-speedbar speedbar-tag-gt |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4259 ((:type xpm :file "sb-tag-gt.xpm" :ascent center)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4260 "Image used for open tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4261 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4262 (defimage-speedbar speedbar-tag-v |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4263 ((:type xpm :file "sb-tag-v.xpm" :ascent center)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4264 "Image used for open tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4265 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4266 (defimage-speedbar speedbar-tag-type |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4267 ((:type xpm :file "sb-tag-type.xpm" :ascent center)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4268 "Image used for open tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4269 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4270 (defimage-speedbar speedbar-mail |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4271 ((:type xpm :file "sb-mail.xpm" :ascent center)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4272 "Image used for open tag groups.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4273 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4274 (defvar speedbar-expand-image-button-alist |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4275 '(("<+>" . speedbar-directory-plus) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4276 ("<->" . speedbar-directory-minus) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4277 ("[+]" . speedbar-page-plus) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4278 ("[-]" . speedbar-page-minus) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4279 ("[?]" . speedbar-page) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4280 ("{+}" . speedbar-tag-plus) |
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4281 ("{-}" . speedbar-tag-minus) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4282 ("<M>" . speedbar-mail) |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4283 (" =>" . speedbar-tag) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4284 (" +>" . speedbar-tag-gt) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4285 (" ->" . speedbar-tag-v) |
29130
b37210b05707
(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam <zappo@gnu.org>
parents:
28925
diff
changeset
|
4286 (">" . speedbar-tag) |
28902
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4287 ("@" . speedbar-tag-type) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4288 (" @" . speedbar-tag-type) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4289 ) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4290 "List of text and image associations.") |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4291 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4292 (defun speedbar-insert-image-button-maybe (start length) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4293 "Insert an image button based on text starting at START for LENGTH chars. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4294 If buttontext is unknown, just insert that text. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4295 If we have an image associated with it, use that image." |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4296 (if speedbar-use-images |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4297 (let* ((bt (buffer-substring start (+ length start))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4298 (a (assoc bt speedbar-expand-image-button-alist))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4299 ;; Regular images (created with `insert-image' are intangible |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4300 ;; which (I suppose) make them more compatible with XEmacs 21. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4301 ;; Unfortunatly, there is a giant pile o code dependent on the |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4302 ;; underlying text. This means if we leave it tangible, then I |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4303 ;; don't have to change said giant piles o code. |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4304 (if (and a (symbol-value (cdr a))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4305 (if (fboundp 'set-extent-property) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4306 (add-text-properties (+ start (length bt)) start |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4307 (list 'end-glyph (symbol-value (cdr a)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4308 'rear-nonsticky (list 'display) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4309 'invisible t |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4310 'detachable t)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4311 (add-text-properties start (+ start (length bt)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4312 (list 'display (symbol-value (cdr a)) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4313 'rear-nonsticky (list 'display)))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4314 ;(message "Bad text [%s]" (buffer-substring start (+ start length))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4315 )))) |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4316 |
5292e9f1f2ca
Updated the commentary section.
Eric M. Ludlam <zappo@gnu.org>
parents:
26659
diff
changeset
|
4317 |
21650 | 4318 ;; some edebug hooks |
4319 (add-hook 'edebug-setup-hook | |
4320 (lambda () | |
4321 (def-edebug-spec speedbar-with-writable def-body))) | |
4322 | |
4323 (provide 'speedbar) | |
4324 ;;; speedbar ends here | |
4325 | |
4326 ;; run load-time hooks | |
4327 (run-hooks 'speedbar-load-hook) |