bump version number for change mentioned in commit 83e8cfbafe
This commit is contained in:
parent
7ba4e1a8c1
commit
be31dc78ac
|
@ -58,4 +58,4 @@
|
|||
|
||||
(define pkg-authors '(robby))
|
||||
|
||||
(define version "1.1")
|
||||
(define version "1.2")
|
||||
|
|
|
@ -273,12 +273,15 @@ These precise colors for these identifiers are controlled by the preferences dia
|
|||
extending the default that DrRacket normally uses, namely:
|
||||
@racketblock[`(["Racket Sources" "*.rkt;*.scrbl;*.rktl;*.rktd;*.ss;*.scm"]
|
||||
["Any" "*.*"])]
|
||||
@history[#:added "1.2"]
|
||||
}
|
||||
|
||||
@language-info-def[drracket:default-extension]{
|
||||
When a language's @racket[_get-info] procedure responds to @racket['drracket:default-extension],
|
||||
it is expected to return @racket[(and/c string? (not/c #rx"[.]"))]; the result is used
|
||||
as the default extension when saving files by setting @racket[finder:default-extension].
|
||||
|
||||
@history[#:added "1.2"]
|
||||
}
|
||||
|
||||
@history[#:changed "1.1" @elem{Added support for @racket['drracket:default-filters]
|
||||
|
|
Loading…
Reference in New Issue
Block a user