svn: r14059

This commit is contained in:
Robby Findler 2009-03-11 20:54:41 +00:00
parent 55203edac4
commit 356c01884f
2 changed files with 27 additions and 2 deletions

View File

@ -371,8 +371,6 @@ module browser threading seems wrong.
(reset-highlighting)
(inner (void) after-delete x y))
(printf "creating a program editor mixin\n") (flush-output)
(apply super-make-object args))]
[get-program-editor-mixin
(λ ()

View File

@ -795,6 +795,33 @@ all of the names in the tools library, for use defining keybindings
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.})
;
;
;