• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/progmodes/

Lines Matching defs:mouse

505   (define-key gud-minor-mode-map [left-margin mouse-1]
506 'gdb-mouse-set-clear-breakpoint)
507 (define-key gud-minor-mode-map [left-fringe mouse-1]
508 'gdb-mouse-set-clear-breakpoint)
509 (define-key gud-minor-mode-map [left-margin C-mouse-1]
510 'gdb-mouse-toggle-breakpoint-margin)
511 (define-key gud-minor-mode-map [left-fringe C-mouse-1]
512 'gdb-mouse-toggle-breakpoint-fringe)
514 (define-key gud-minor-mode-map [left-margin drag-mouse-1]
515 'gdb-mouse-until)
516 (define-key gud-minor-mode-map [left-fringe drag-mouse-1]
517 'gdb-mouse-until)
518 (define-key gud-minor-mode-map [left-margin mouse-3]
519 'gdb-mouse-until)
520 (define-key gud-minor-mode-map [left-fringe mouse-3]
521 'gdb-mouse-until)
523 (define-key gud-minor-mode-map [left-margin C-drag-mouse-1]
524 'gdb-mouse-jump)
525 (define-key gud-minor-mode-map [left-fringe C-drag-mouse-1]
526 'gdb-mouse-jump)
527 (define-key gud-minor-mode-map [left-fringe C-mouse-3]
528 'gdb-mouse-jump)
529 (define-key gud-minor-mode-map [left-margin C-mouse-3]
530 'gdb-mouse-jump)
619 (defun gdb-mouse-until (event)
622 with mouse-3 on the fringe/margin or dragging the arrow
623 with mouse-1 (default bindings)."
636 (defun gdb-mouse-jump (event)
638 The destination source line can be selected either by clicking with C-mouse-3
639 on the fringe/margin or dragging the arrow with C-mouse-1 (default bindings).
640 Unlike gdb-mouse-until the destination address can be before the current
1374 (defcustom gdb-same-frame focus-follows-mouse
1491 (point-min) (point-max) '(mouse-face nil help-echo nil))))))))
1830 '(mouse-face highlight
1831 help-echo "mouse-2, RET: visit breakpoint"))
1871 (defun gdb-mouse-set-clear-breakpoint (event)
1872 "Set/clear breakpoint in left fringe/margin with mouse click."
1874 (mouse-minibuffer-check event)
1886 (defun gdb-mouse-toggle-breakpoint-margin (event)
1887 "Enable/disable breakpoint in left margin with mouse click."
1889 (mouse-minibuffer-check event)
1908 (defun gdb-mouse-toggle-breakpoint-fringe (event)
1909 "Enable/disable breakpoint in left fringe with mouse click."
1911 (mouse-minibuffer-check event)
1964 (define-key map [mouse-2] 'gdb-goto-breakpoint)
1965 (define-key map [follow-link] 'mouse-face)
2070 '(mouse-face highlight
2071 help-echo "mouse-2, RET: Select frame")))
2100 '(mouse-face highlight
2103 "mouse-2, RET: customize gdb-max-frames to see more frames")))))
2148 (define-key map [mouse-2] 'gdb-frames-select)
2149 (define-key map [follow-link] 'mouse-face)
2212 '(mouse-face highlight
2213 help-echo "mouse-2, RET: select thread")))
2238 (define-key map [mouse-2] 'gdb-threads-select)
2239 (define-key map [follow-link] 'mouse-face)
2311 '(help-echo "mouse-2: edit value"
2312 mouse-face highlight))))
2330 (define-key map [mouse-2] 'gdb-edit-register-value)
2489 (define-key map [header-line down-mouse-3] 'gdb-memory-format-menu-1)
2551 (define-key map [header-line down-mouse-3] 'gdb-memory-unit-menu-1)
2584 ;;from make-mode-line-mouse-map
2585 (defun gdb-make-header-line-mouse-map (mouse function) "\
2586 Return a keymap with single entry for mouse key MOUSE on the header line.
2590 (define-key map (vector 'header-line mouse) function)
2591 (define-key map (vector 'header-line 'down-mouse-1) 'ignore)
2616 'help-echo "mouse-1: decrement address"
2617 'mouse-face 'mode-line-highlight
2619 (gdb-make-header-line-mouse-map
2620 'mouse-1
2636 'help-echo "mouse-1: increment address"
2637 'mouse-face 'mode-line-highlight
2638 'local-map (gdb-make-header-line-mouse-map
2639 'mouse-1
2646 'help-echo "mouse-1: set memory address"
2647 'mouse-face 'mode-line-highlight
2648 'local-map (gdb-make-header-line-mouse-map
2649 'mouse-1
2654 'help-echo "mouse-1: set repeat count"
2655 'mouse-face 'mode-line-highlight
2656 'local-map (gdb-make-header-line-mouse-map
2657 'mouse-1
2662 'help-echo "mouse-3: select display format"
2663 'mouse-face 'mode-line-highlight
2668 'help-echo "mouse-3: select unit size"
2669 'mouse-face 'mode-line-highlight
2715 (define-key map [mouse-2] (lambda (event) (interactive "e")
2716 (mouse-set-point event)
2724 'mouse-face 'highlight
2725 'help-echo "mouse-2: create watch expression"
2730 'mouse-face 'highlight
2731 'help-echo "mouse-2: create watch expression"
3090 0 1 '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt")
3529 '(help-echo "mouse-2: edit value"
3530 mouse-face highlight))))
3579 (define-key map [mouse-2] 'gud-watch)
3587 (define-key map [mouse-2] 'gdb-edit-locals-value)
3638 `(mouse-face highlight
3639 help-echo "mouse-2: create watch expression"
3643 `(mouse-face highlight
3644 help-echo "mouse-2: edit value"