Skip to content

Commit

Permalink
new string constants in preparation for changes to DrRacket
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Sep 11, 2023
1 parent c9d168a commit de70153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion string-constants-lib/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(define pkg-authors '(robby))

(define version "1.44")
(define version "1.45")

(define license
'(Apache-2.0 OR MIT))
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,12 @@ please adhere to these guidelines:
(reindent-menu-item-label "&Reindent")
(reindent-all-menu-item-label "Reindent &All")
(semicolon-comment-out-menu-item-label "&Comment Out with Semicolons")
;; the ~a is filled with the characters that'll be used to comment out a line,
;; inserted at the start of the line
(comment-out-with-line-start "&Comment Out with “~a”")
;; the two '~a's are filled with the characters that'll be used to comment out
;; the start and end of a region
(comment-out-with-region "&Comment Out with “~a” and “~a”")
(box-comment-out-menu-item-label "Comment Out with a &Box")
(uncomment-menu-item-label "&Uncomment")

Expand Down

0 comments on commit de70153

Please sign in to comment.