svn: r14059
This commit is contained in:
parent
55203edac4
commit
356c01884f
|
@ -371,8 +371,6 @@ module browser threading seems wrong.
|
||||||
(reset-highlighting)
|
(reset-highlighting)
|
||||||
(inner (void) after-delete x y))
|
(inner (void) after-delete x y))
|
||||||
|
|
||||||
(printf "creating a program editor mixin\n") (flush-output)
|
|
||||||
|
|
||||||
(apply super-make-object args))]
|
(apply super-make-object args))]
|
||||||
[get-program-editor-mixin
|
[get-program-editor-mixin
|
||||||
(λ ()
|
(λ ()
|
||||||
|
|
|
@ -795,6 +795,33 @@ all of the names in the tools library, for use defining keybindings
|
||||||
raises an error, disallowing any more extensions.})
|
raises an error, disallowing any more extensions.})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;
|
||||||
|
; ; ;;;
|
||||||
|
; ;;;
|
||||||
|
; ;;;; ;;; ;;;;;;; ;;; ;;; ;;; ;; ;; ;;;
|
||||||
|
; ;;;; ;;;;;;;;;;;; ;;;;; ;;; ;;;;;;; ;;;;;;;
|
||||||
|
; ;;; ;;; ;; ;;; ;;; ;; ;;; ;;; ;;; ;;; ;;;
|
||||||
|
; ;;; ;;; ;;;;; ;;; ;;; ;;; ;;; ;;; ;;;
|
||||||
|
; ;;; ;;; ;;; ;;; ;;; ;; ;;; ;;; ;;; ;;; ;;;
|
||||||
|
; ;;;; ;;; ;;; ;;; ;;;;; ;;; ;;; ;;; ;;;;;;;
|
||||||
|
; ;;; ;;; ;;;;;; ;;; ;;; ;;; ;;; ;; ;;;
|
||||||
|
; ;;;
|
||||||
|
; ;;;;;;
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
(proc-doc/names
|
||||||
|
drscheme:tracing:annotate
|
||||||
|
(-> syntax? syntax?)
|
||||||
|
(stx)
|
||||||
|
@{Call this function to add tracing annotations to the a fully-expanded
|
||||||
|
expression. When the program runs, DrScheme will pop open the tracing
|
||||||
|
window to display the trace.})
|
||||||
|
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user