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