Robby Findler
83cde5c8fb
got rid of some uses of collection-path
2010-07-25 15:15:57 -05:00
Robby Findler
4504678bd7
added local
2010-06-20 21:59:39 -05:00
Robby Findler
ef43830265
added the ability to specify radio button labels as regexps, not just strings
2010-06-18 17:38:26 -05:00
Robby Findler
716aacf388
changed the framework's standard menus frame so that the quit menu is
...
never created under mac os x (which is the right behavior to make quit
actually work properly).
2010-06-08 16:45:15 -05:00
Eli Barzilay
9c352f5704
More svn -> git changes.
...
Some mentions of svn/subversion are replaced with git, and some patterns
for paths to ignore include ".git*". (Note ".mailmap" not added, might
need to.)
2010-05-17 05:41:04 -04:00
Eli Barzilay
7f6efdc8be
A lot of "MrEd" -> "GRacket"s.
2010-05-16 23:46:05 -04:00
Eli Barzilay
3219d28e9d
repos-time-stamp -> repo-time-stamp
2010-05-15 16:48:04 -04:00
Matthew Flatt
ed1d7f81c9
move drscheme and tests/drscheme to drracket and tests/drracket
2010-05-09 15:34:50 -06:00
Matthew Flatt
6563ef6812
rackety framework and tools docs
2010-05-08 07:37:08 -06:00
Matthew Flatt
c023c460bc
misc racket renamings
2010-05-07 11:03:02 -06:00
Robby Findler
073d947a4c
adjusted the way anchored search works so that swithing tabs in drscheme starts you with a new anchor
2010-04-29 17:03:32 -05:00
Robby Findler
fbf52d6957
renamed the preferences to drracket:
2010-04-29 11:03:06 -05:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Sam Tobin-Hochstadt
2bda6af6b0
Fix obvious bug.
...
svn: r18660
2010-03-29 15:01:29 +00:00
Robby Findler
99ee6c468f
fixed a bug found by random testing
...
svn: r18621
2010-03-25 19:32:22 +00:00
Robby Findler
1c72ed7a20
a bug found via random testing
...
svn: r18582
2010-03-19 13:20:30 +00:00
Robby Findler
2ce01fd5ce
PR 10704
...
svn: r18323
2010-02-24 17:58:59 +00:00
Robby Findler
f1e7c7e4b0
Probably fix for PR 10773
...
svn: r18264
2010-02-22 18:04:04 +00:00
Eli Barzilay
c88a5a6856
A bunch of additional typos
...
svn: r17976
2010-02-05 03:21:52 +00:00
Robby Findler
9d34139659
use the basic-style method instead of the name of the basic style
...
svn: r17921
2010-02-01 15:15:22 +00:00
Robby Findler
30c5d37b81
fixed a bug found by the random testing from randomly-click-language-dialog.ss
...
svn: r17897
2010-01-30 20:50:18 +00:00
Robby Findler
aee10699ae
made the splash screen always be a dialog box
...
svn: r17810
2010-01-25 12:39:38 +00:00
Robby Findler
ebb815cc68
added a comment to describe all-string-snips
...
svn: r17778
2010-01-23 16:43:08 +00:00
Robby Findler
3272274f53
improved the icon a little bit more (making it appear on more windows)
...
svn: r17380
2009-12-21 18:28:24 +00:00
Robby Findler
9f8375c999
under linux, the splash screen is now a dialog (this works better with the ubuntu netbook remix, and probably better in general -- didn't do the switch everywhere b/c mac os x's dialog boxes don't have close boxes)
...
svn: r17361
2009-12-20 04:10:25 +00:00
Eli Barzilay
48ad997f5b
switch #reader to a #lang at-exp
...
svn: r17242
2009-12-08 20:55:37 +00:00
Eli Barzilay
539519bdad
Using a language makes this much cuter. Also use base64.
...
svn: r17240
2009-12-08 07:02:22 +00:00
Eli Barzilay
2f4d146ee8
half the size of the previous version
...
svn: r17233
2009-12-07 05:21:09 +00:00
Robby Findler
54adde155a
svn: r16995
2009-11-23 17:05:09 +00:00
Robby Findler
47e46efd46
added the various 'for' forms to the square backet default preferences
...
svn: r16932
2009-11-21 00:15:00 +00:00
Robby Findler
8d96441673
PR 10591
...
svn: r16897
2009-11-19 20:29:36 +00:00
Carl Eastlund
07849a7fbb
Changed Framework icon promises to use delay/sync instead of delay. This
...
appears to prevent a bug whereby multiple threads attempt to force one of the
promises at the same time, causing the promise to believe it is being used
recursively. All Framework tests passed (on OS X) after making this change, not
that I really expect the icons to be particularly crucial to the tests.
svn: r16820
2009-11-17 03:42:08 +00:00
Robby Findler
ab78a3ec0c
oops committed a bogus change, so rolling it back
...
svn: r16608
2009-11-07 14:27:52 +00:00
Robby Findler
667e967085
added order-of-magnitude from Jos Koot and some tests for other scheme/math stuff
...
svn: r16607
2009-11-07 14:26:39 +00:00
Robby Findler
8886736b76
attempted to smooth out the splash screen animation by using wall clock times (via current-milliseconds)
...
svn: r16529
2009-11-03 20:50:50 +00:00
Robby Findler
0aad314a68
removed dead code
...
svn: r16517
2009-11-03 15:11:51 +00:00
Robby Findler
ca5a7e604b
added Neil's logos to drscheme's splash
...
svn: r16505
2009-11-02 21:41:20 +00:00
Robby Findler
1203aaa886
removed work around for bug in s-exp reader and improved error message for user-defined keybindings in the wrong language
...
svn: r16296
2009-10-11 20:56:36 +00:00
Robby Findler
1b6c879736
svn: r16286
2009-10-08 21:12:08 +00:00
Robby Findler
820b63d4a7
svn: r16284
2009-10-08 16:59:55 +00:00
Robby Findler
f86e4e542c
svn: r16283
2009-10-08 16:55:06 +00:00
Robby Findler
cde6f8818b
minor bugfix
...
svn: r16130
2009-09-26 15:38:13 +00:00
Mike Sperber
89ec442c04
Merge branches/mike/quickcheck:
...
Add QuickCheck-based property testing to the DeinProgramm/DMdA languages.
svn: r15901
2009-09-07 16:31:18 +00:00
Robby Findler
83ddd5aeda
changed the default for fixing up parentheses
...
svn: r15867
2009-09-03 12:51:05 +00:00
Robby Findler
a422185219
saved the decimal style for fractions in drs repl
...
svn: r15865
2009-09-03 10:04:52 +00:00
Robby Findler
e0bd8a6cf0
improved responsiveness of interactive searching
...
svn: r15841
2009-09-01 05:19:32 +00:00
Robby Findler
fcfa572e02
PRS 10379 and 10377
...
svn: r15795
2009-08-25 04:51:05 +00:00
Robby Findler
02e4426d06
PR 10406
...
svn: r15748
2009-08-16 09:56:24 +00:00
Matthew Flatt
450d9b604e
DrScheme: only correct a paren if the inserted character would be colored as a parenthesis (which matters for @-form coloring)
...
svn: r15685
2009-08-07 14:59:14 +00:00
Robby Findler
4592139c0e
tweak to the search results printout
...
svn: r15652
2009-08-01 02:48:07 +00:00
Matthew Flatt
021a65020f
fix thaw-colorer, as reflected in restoring coloring in an edtor after test-coverage coloring
...
svn: r15651
2009-08-01 02:31:51 +00:00
Robby Findler
b5b32d1d8e
added automatic compilation to the module language, plus various other tweaks (contract library enhancement, bug fixes here and there)
...
svn: r15635
2009-07-30 05:17:40 +00:00
Matthew Flatt
d807421a07
extended syntax colorer to support lexer-specific backup; fix problems with new color lexers
...
svn: r15617
2009-07-29 03:31:29 +00:00
Matthew Flatt
d48332ed26
fix for syntax coloring (4.2.1.4)
...
svn: r15608
2009-07-28 18:30:21 +00:00
Matthew Flatt
1ba7cf0926
#lang syntax coloring; Scribble syntax coloring
...
svn: r15607
2009-07-28 18:06:14 +00:00
Matthew Flatt
345c17e85c
major Scribble revision (v4.2.1.2)
...
svn: r15569
2009-07-25 20:25:33 +00:00
Robby Findler
ee8cf97c66
fixed the extrememly-slow-pasting bug (that is only visible on slow machines, apparently)
...
svn: r15265
2009-06-25 14:43:24 +00:00
Robby Findler
4e766cdca4
PR 10241
...
svn: r15164
2009-06-13 15:44:12 +00:00
Robby Findler
cdc76526cf
added PLTDRPROFILE
...
svn: r15130
2009-06-10 04:49:38 +00:00
Eli Barzilay
03f50e117f
properly indent documentation
...
svn: r15056
2009-06-02 17:26:15 +00:00
Eli Barzilay
7d7f825a9e
fix contract typo (PR10277)
...
svn: r15055
2009-06-02 17:21:53 +00:00
Robby Findler
e1374bcbd9
PR 10259
...
svn: r14986
2009-05-25 19:44:56 +00:00
Eli Barzilay
ebc179f059
last typo, hopefully
...
svn: r14729
2009-05-06 04:09:28 +00:00
Eli Barzilay
82d1267553
forgot the none binding
...
svn: r14728
2009-05-06 04:08:43 +00:00
Eli Barzilay
7d93d3b539
optimized preference lookup (one hash lookup in all cases except for the first.)
...
svn: r14727
2009-05-06 04:07:23 +00:00
Eli Barzilay
8ee902de48
old-preferences is gone (it was only there to convert old style preferences, and has been out for a long enough time)
...
svn: r14726
2009-05-06 03:42:49 +00:00
Eli Barzilay
17d64755a2
* Fixed some typos in the `preferences:low-level-put-preferences' doc
...
(used `put-preference' not the plural form).
* Added `preferences:low-level-get-preference' that is set by default
to the `get-preference'. (Together with the previous one it is
possible to setup things so preferences are kept in a hash table
instead of on disk.)
* The `preferences:get' function will try to read a (marshalled) value
from the preferences if there is no value set, and the `marshalled'
hash table is gone (it was used only for initial values of
preferences).
This means that the preference file is not consulted until the
preference value is needed, which makes reading the file more lazy.
More importantly, if some user application sets the
`preferences:low-level-get-preference' hook, then the newly
installed hook will be used to read the initial values. This is
important since just registering a preference (via
`preferences:set-default') would already read the preference to the
`marshalled' hash table -- and many such preferences are registered
at various module top-levels, so this would happen before the user
code had any chance of changing the low-level get function.
The only visible effect of this change outside of this module is
that preferences are read more lazily from the file. For example,
if you start DrScheme and then remove the preference file and then
search, you will not see your saved search string because. (Before
this change, the saved search string would have been read on
startup, so its value was read before you removed the file.)
* Delayed reading of the old-preferences until needed for similar
reasons.
* Reformatted some of the documentation strings.
svn: r14716
2009-05-05 05:09:21 +00:00
Eli Barzilay
45e4fe70da
hash-table-bound? -> hash-has-key?
...
svn: r14715
2009-05-04 21:35:15 +00:00
Eli Barzilay
8b4844cf5e
some typos
...
svn: r14709
2009-05-04 09:34:07 +00:00
Eli Barzilay
ff73a5395e
removed lots of "the the"s
...
svn: r14679
2009-05-01 21:02:51 +00:00
Robby Findler
1cb53bdf2a
improvements to the preferences dialog
...
svn: r14670
2009-04-30 23:15:10 +00:00
Robby Findler
955f99fe41
svn: r14624
2009-04-27 14:32:30 +00:00
Eli Barzilay
64b59f2b28
fix a subtle bug (canvas could be #f)
...
svn: r14584
2009-04-22 09:21:54 +00:00
Robby Findler
104dde2a08
added back in support for the with-border? flag
...
svn: r14561
2009-04-19 22:20:46 +00:00
Matthew Flatt
ce9d264920
don't let syntax-colorer thread get suspend while reading from the editor
...
svn: r14531
2009-04-16 19:20:44 +00:00
Robby Findler
0c2c04e168
shrunk the height of the preferences window
...
svn: r14528
2009-04-16 17:18:35 +00:00
Robby Findler
405ade4765
svn: r14517
2009-04-15 03:18:11 +00:00
Eli Barzilay
6b67f941fe
use .ss suffix, both .scm and .ss for the filters, and a descriptive name
...
svn: r14502
2009-04-14 02:08:05 +00:00
Robby Findler
4883d8bb1d
svn: r14499
2009-04-13 18:01:18 +00:00
Matthew Flatt
1d26e97a35
Scheme-implemented editor classes; on-demand instantiation of module phases
...
svn: r14445
2009-04-07 17:12:22 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Stevie Strickland
99aac7d745
Sam and I did some work to allow automatic inferred linking in
...
(define-values/)invoke-unit/infer.
svn: r14315
2009-03-27 13:47:12 +00:00
Robby Findler
ca2dd05eca
svn: r14027
2009-03-10 14:38:19 +00:00
Robby Findler
283c1819a9
a bunch of improvements to the splash screen (loads less code before the splash appears, got rid of a bunch of dynamic-requires that were not necessary, fixed the lack of special screen on prince kuhio and king kamehameha days, got rid of the flicker in the tools icons)
...
svn: r13980
2009-03-06 16:35:04 +00:00
Matthew Flatt
128d5287f7
add and use at-exp meta-language
...
svn: r13731
2009-02-18 23:14:18 +00:00
Matthew Flatt
941a8935aa
remove unneeded dependency of framework on parts of Scribble; Redex doc repairs; add #:style? argument to deftech
...
svn: r13696
2009-02-17 15:22:55 +00:00
Robby Findler
ef36f329b7
added log-viewing support to DrScheme
...
svn: r13291
2009-01-27 14:23:18 +00:00
Robby Findler
651057a78f
added alt:space for mac os x
...
svn: r13239
2009-01-20 17:50:56 +00:00
Eli Barzilay
d1a0086471
newlines at EOFs
...
svn: r13105
2009-01-14 03:10:47 +00:00
Robby Findler
c600eedb32
svn: r13101
2009-01-14 01:43:30 +00:00
Robby Findler
de4158dfa5
changed f3 to behave like the 'edit|find' menu item
...
svn: r12978
2009-01-02 21:31:28 +00:00
Robby Findler
c2685be3a9
added preference that disables overwrite mode
...
svn: r12917
2008-12-21 07:21:28 +00:00
Robby Findler
41d0609ad2
uses system-position-ok-before-cancel? now
...
svn: r12754
2008-12-09 18:06:03 +00:00
Robby Findler
333e0702c9
handles filename extensions better now, using new stuff matthew added
...
svn: r12639
2008-11-29 21:08:18 +00:00
Robby Findler
d539020c42
oops, undoing mistake
...
svn: r12555
2008-11-21 01:00:36 +00:00
Robby Findler
429e229ff7
fixed a redrawing bug in the search bar
...
svn: r12554
2008-11-21 00:59:40 +00:00
Robby Findler
1490cd1c4d
added support for automatic compilation of source files to drscheme
...
svn: r12356
2008-11-08 18:34:39 +00:00
Robby Findler
4e623ef655
improved tab switching when the contour window is open
...
svn: r12352
2008-11-08 16:54:43 +00:00
Robby Findler
a4b6310507
a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs
...
svn: r12344
2008-11-07 18:13:33 +00:00
Robby Findler
f6bb5ea5e7
changed around the keymap setup again; now should be in same order as it was before my earlier changed, except the user-specified keybindings should be first
...
svn: r12214
2008-11-02 04:30:03 +00:00
Robby Findler
baffeea2b4
drschemes scheme mode now sets the default extension for files to .ss
...
svn: r12213
2008-11-01 19:55:21 +00:00
Eli Barzilay
9396f697a3
add m: bindings for sexpr navigation
...
svn: r12207
2008-10-31 20:56:52 +00:00
Eli Barzilay
d1adec4bc6
remove m: bindings that disabled sexpr-based navigation
...
svn: r12205
2008-10-31 19:52:10 +00:00
Robby Findler
bd375ef605
PR 9873 (hopefully)
...
svn: r12193
2008-10-31 12:40:05 +00:00
Robby Findler
92dcfca644
improved tab navigation keybindings
...
svn: r12189
2008-10-31 01:20:39 +00:00
Robby Findler
968e69bd00
more keybindings cleanup
...
svn: r12188
2008-10-31 01:01:43 +00:00
Robby Findler
26df9acc15
svn: r12187
2008-10-31 00:59:40 +00:00
Robby Findler
b453c09007
svn: r12186
2008-10-31 00:45:23 +00:00
Robby Findler
0c40227dac
added syntax-rules to the magic square-bracket opening list
...
svn: r12185
2008-10-30 21:49:59 +00:00
Robby Findler
f5364c4f46
fixed up some problems the keybinding rearrangement caused
...
svn: r12184
2008-10-30 21:43:16 +00:00
Robby Findler
47297fac9f
added normalization during pasting to eliminate various ligatures, etc
...
svn: r12183
2008-10-30 21:38:40 +00:00
Robby Findler
a6b7f4ba16
removed goto-position
...
svn: r12181
2008-10-30 19:23:08 +00:00
Robby Findler
ebb3efa6ba
changed keybinding setup so that the user keybindings override all of the other keybindings (and improved the names a little)
...
svn: r12180
2008-10-30 19:10:49 +00:00
Robby Findler
39021e2da0
fixed a bug noticed by Casey & John
...
svn: r12160
2008-10-28 21:22:18 +00:00
Robby Findler
86671cf6dc
PR 9814
...
svn: r12001
2008-10-13 13:45:55 +00:00
Robby Findler
4c010b7d4a
fixed PR 9770
...
svn: r11999
2008-10-13 00:53:23 +00:00
Robby Findler
025c1d2637
removed the (useless) mouse-over-the-overview-window-and-it-shows-you-one-line-of-text feature because it made the window jump around in annoying ways and made clicking on the overview window not work properly
...
svn: r11907
2008-09-29 18:44:27 +00:00
Robby Findler
0ad2b06c66
added shift-return to go backwards
...
svn: r11901
2008-09-29 13:51:42 +00:00
John Clements
862aff6f6d
added kill-enclosing-parens (c:c,c:e)
...
svn: r11829
2008-09-22 01:15:48 +00:00
Robby Findler
bd954710f6
fixed some bugs in the yellow highlighting
...
svn: r11750
2008-09-14 23:19:42 +00:00
Robby Findler
bd7cf63ed0
alt-return and control-return now insert returns
...
svn: r11724
2008-09-13 15:07:48 +00:00
Robby Findler
5566ec2ef2
PR 9742
...
svn: r11723
2008-09-13 13:22:22 +00:00
Robby Findler
cce9d7d6e5
improved keybindings for search
...
svn: r11668
2008-09-12 02:57:21 +00:00
Robby Findler
805d4eb73f
refined searching
...
svn: r11581
2008-09-09 03:43:57 +00:00
Robby Findler
9807a0d67b
clicking in the overview window now moves the insertion point
...
svn: r11481
2008-08-29 13:27:17 +00:00
Robby Findler
6d34eaf333
moved the first-line-text stuff into the framework, added docs, added a pref to disable it and made it work a little bit better with check syntax
...
svn: r11477
2008-08-29 04:24:34 +00:00
Robby Findler
7c6bf8644a
made more files begin with #lang lines
...
svn: r11429
2008-08-25 20:02:02 +00:00
Robby Findler
3e0f3c47e1
moved #lang line to the first line
...
svn: r11426
2008-08-25 19:35:04 +00:00
Robby Findler
a5f2753801
svn: r11401
2008-08-23 19:32:14 +00:00
Eli Barzilay
da3b476e80
finish the cm move: change all requires, leave stub files in mzlib
...
svn: r11314
2008-08-19 00:22:57 +00:00
Robby Findler
712a2c3bf2
PR 9676
...
svn: r11198
2008-08-12 01:09:52 +00:00
Matthew Flatt
4861fa5f03
fix single-panel, which had stretchability reversed
...
svn: r11191
2008-08-11 22:14:36 +00:00
Robby Findler
e2cfa7d9a9
changed search keybindings
...
svn: r11123
2008-08-07 11:19:00 +00:00
Robby Findler
8d53a2ec34
adjusted searching a little bit
...
svn: r11072
2008-08-04 20:19:10 +00:00
Robby Findler
93334db6f5
improved status line for deletes so that it actually closes without closing the contour window
...
svn: r11070
2008-08-04 19:14:00 +00:00
Robby Findler
e7c3919d72
removed obsolete searching preference
...
svn: r11004
2008-07-31 12:07:36 +00:00
Robby Findler
f764966843
renamed anchor pref
...
svn: r10983
2008-07-30 03:52:30 +00:00
Robby Findler
ff8578ca13
fixed a bug in searching; typing control-g without opening the search window crashes
...
svn: r10977
2008-07-29 23:00:02 +00:00
Robby Findler
8d0d6d5d28
fixed a bug in run-after-edit-sequence
...
svn: r10973
2008-07-29 21:39:32 +00:00
Robby Findler
316ee3180d
adjusted drawing order to highlight searches slightly better
...
svn: r10969
2008-07-29 18:25:18 +00:00
Robby Findler
8c022426f4
improved the caching in the contour window drawing so it does allocation on each redraw
...
svn: r10964
2008-07-29 14:00:43 +00:00
Robby Findler
21e3f5f6c5
hide the anchor, take 2
...
svn: r10959
2008-07-29 12:52:31 +00:00
Robby Findler
f6912b7439
fixed misc bugs in the 20,000 ft overview window
...
svn: r10952
2008-07-29 04:25:16 +00:00
Robby Findler
bbf51d2ab0
fixed a pair of bugs related to the anchor
...
svn: r10950
2008-07-28 21:41:22 +00:00
Robby Findler
a007b9cde8
adjusted esc and control-g wrt snapback and search
...
svn: r10947
2008-07-28 20:05:35 +00:00
Robby Findler
eaf979b749
added a search anchor to drschemes new search facility
...
svn: r10946
2008-07-28 18:40:34 +00:00
Robby Findler
b088ac9c74
more adjustments to searching and related things
...
svn: r10939
2008-07-28 03:48:23 +00:00
Robby Findler
d1330f543c
return now goes to the next hit, when keyboard focus is in the search bar
...
svn: r10935
2008-07-27 14:44:12 +00:00
Robby Findler
f6714c551c
changed menu keybinding for find so that it toggles the keyboard focus back and forth with the searching window
...
svn: r10934
2008-07-27 13:57:33 +00:00
Robby Findler
49e46e0ae1
fixed up the keymap that's used when the menu bindings are disabled
...
svn: r10932
2008-07-27 04:03:38 +00:00
Robby Findler
12d18d8107
adjusted the keybindings for search a little bit
...
svn: r10931
2008-07-27 03:43:36 +00:00
Robby Findler
1268238264
filled in the rest of the framework-level docs for the new searching setup
...
svn: r10923
2008-07-26 20:36:02 +00:00
Robby Findler
a3c0e93324
improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)
...
svn: r10921
2008-07-26 20:06:23 +00:00
Robby Findler
bd6ed2dfc2
changed serching text notification from pull-style to push-style, ie the text now notifies the frame when it wants to be actived for searching instead of waiting for the frame to ask
...
svn: r10858
2008-07-22 03:51:26 +00:00
Robby Findler
e2c49f4963
more speedups for the highlighting and some setup for improving docked search
...
svn: r10855
2008-07-21 22:17:54 +00:00
Robby Findler
278c456c1b
improved performance of highlighting regions when there are lots and lots of regions
...
svn: r10846
2008-07-21 14:19:59 +00:00
Matthew Flatt
9af00fcfb4
v4.0.2.4: logging
...
svn: r10818
2008-07-17 15:20:17 +00:00
Danny Yoo
47bed6d1e7
Added port name source to the input port returned by framework text's get-in-port; this addresses the bug of the source highlighting not showing when the source stx comes from interaction window.
...
svn: r10729
2008-07-12 22:46:47 +00:00
Robby Findler
1858924c50
moved the tex-table.ss file somewhere accessible and documented it
...
svn: r10708
2008-07-10 17:21:00 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Robby Findler
8de7171a37
overrides on-new-image-snip to create images with masks, by default
...
svn: r10672
2008-07-08 02:58:50 +00:00
Robby Findler
6d3ab9487f
adjusted keybindings
...
svn: r10639
2008-07-07 03:12:43 +00:00
Robby Findler
e090a76187
SK requested popup menu on images to save them
...
svn: r10637
2008-07-07 02:53:09 +00:00
Robby Findler
46106fb921
Probably PR 9294
...
svn: r10618
2008-07-05 14:17:56 +00:00
Robby Findler
8acf5f7bed
added control-j
...
svn: r10608
2008-07-05 01:52:15 +00:00
Robby Findler
489f1e732e
changed linux shortcut to control-shit-z as well
...
svn: r10600
2008-07-04 16:54:43 +00:00
Robby Findler
c7e2c34b81
added support for specifying the modifier prefix to the standard menus class and then used it for cmd-shift-z in the redo menu (on the mac)
...
svn: r10599
2008-07-04 15:59:44 +00:00
Robby Findler
5e0280bba4
fixed PR 9571
...
svn: r10571
2008-07-03 02:59:16 +00:00
Danny Yoo
a506cefeac
Added text:get-port-name to framework, and used text:lookup-port-name to get at the editor in DrScheme error highlighting.
...
svn: r10494
2008-06-28 23:33:39 +00:00
Robby Findler
0b35fc7406
added smiley and frownie
...
svn: r10447
2008-06-24 22:00:15 +00:00
Robby Findler
b8edbf8336
fixed tab handling for docked mode
...
svn: r10390
2008-06-20 13:26:55 +00:00
Eli Barzilay
495588eabf
Misc reformatting, mostly using new stuff that make things easier.
...
svn: r10286
2008-06-16 14:42:14 +00:00
Eli Barzilay
86cdf405ee
Move the "show recent files in a dialog" to the bottom, since it's
...
much less frequently used than the actual files. (Even for people who
do use it -- since they'd usually use it once, and then use the dialog.)
svn: r10285
2008-06-16 14:22:24 +00:00
Robby Findler
63311353d7
some windows keyboard didn't work with the old settings since the keybindings were taking over too much
...
svn: r10256
2008-06-13 17:17:05 +00:00
Robby Findler
c90b4a3260
added \skull
...
svn: r10216
2008-06-11 12:55:09 +00:00
Robby Findler
eec9d1e4bb
minor fixes uncovered by test suites:
...
svn: r10111
2008-06-03 18:18:17 +00:00
Robby Findler
b38215d4e9
fixed PR 9336
...
svn: r10062
2008-05-30 20:29:29 +00:00
Matthew Flatt
7b7c0f5c04
add 'for' forms to default indentation rules
...
svn: r10058
2008-05-30 19:19:03 +00:00
Robby Findler
8e217ad6c6
PR 9423
...
svn: r9995
2008-05-28 03:31:25 +00:00
Robby Findler
613527fd25
fixed PR 9409
...
svn: r9959
2008-05-26 15:19:27 +00:00
Robby Findler
40fc919765
fixed a bug in word completion
...
svn: r9921
2008-05-21 14:08:42 +00:00
Robby Findler
a2c4f5851b
PR 9388
...
svn: r9840
2008-05-14 23:25:19 +00:00
Matthew Flatt
49175b1402
restore parenthesis color scheme
...
svn: r9826
2008-05-13 19:43:42 +00:00
Robby Findler
9d634308ee
fixed up the framework docs so there are no more warnings
...
svn: r9810
2008-05-12 01:53:47 +00:00
Robby Findler
d5e3d7a4fc
updated to v4
...
svn: r9730
2008-05-08 06:36:42 +00:00
Matthew Flatt
a7aadea865
framework minor repairs (after tests)
...
svn: r9690
2008-05-06 15:29:58 +00:00
Matthew Flatt
062cf833e4
fix starting position for syntax coloring
...
svn: r9685
2008-05-06 12:45:45 +00:00
Matthew Flatt
cf5dd35326
revise syntax colorer to use a list of colorers for dijoint ranges
...
svn: r9655
2008-05-05 14:25:18 +00:00
Matthew Flatt
044922053a
fix fonts in some controls to use normal-control-font
...
svn: r9583
2008-05-02 02:15:40 +00:00
Robby Findler
d08039585b
moving to school
...
svn: r9561
2008-05-01 12:43:43 +00:00
Robby Findler
baa9ed726a
moved the surrogate library to scheme/ (out of mzlib/)
...
svn: r9554
2008-05-01 02:51:52 +00:00
Robby Findler
3eb20f5a11
moved all of the framework's function documentation into the scribble/srcdoc world
...
svn: r9545
2008-04-30 19:18:52 +00:00
Robby Findler
faaa7d1bc1
more progress on the framework docs
...
svn: r9539
2008-04-29 22:51:59 +00:00
Robby Findler
d07eff8bce
added docs for the gui-utils and the textual preferences to the framework
...
svn: r9503
2008-04-27 14:57:09 +00:00
Robby Findler
c64627fe86
one last fix to the framework/test docs
...
svn: r9501
2008-04-27 11:10:56 +00:00
Robby Findler
6a53f96e06
ported the documentation for the framework's test library -- also extended srcdoc.ss a little bit
...
svn: r9499
2008-04-27 02:55:21 +00:00
Robby Findler
06584c3941
attempted to rewrite docs into scribble -- that didnt work, but this is the leftover cleanup
...
svn: r9463
2008-04-24 20:33:25 +00:00
Robby Findler
5d6724c75b
some progress made documenting the framework
...
svn: r9443
2008-04-23 23:24:17 +00:00
Robby Findler
d69f021d7e
renamed to 'dont save' instead of 'close anyway'
...
svn: r9272
2008-04-11 23:37:43 +00:00
Robby Findler
3b09127a48
PR 9289
...
svn: r9259
2008-04-11 17:56:18 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Robby Findler
97dbca2831
fixed bug noticed by Sam
...
svn: r9114
2008-03-29 21:57:35 +00:00
Robby Findler
9ba432ab9c
added the _ special case to ->d
...
svn: r8998
2008-03-17 04:01:39 +00:00
Eli Barzilay
204fed4fdb
tt -> litchar
...
svn: r8985
2008-03-16 07:20:23 +00:00
Eli Barzilay
24ad4f041f
misc improvements and reformatting
...
svn: r8984
2008-03-16 07:16:50 +00:00
Robby Findler
32d1534d90
got thru the docs for the framework's functions
...
svn: r8983
2008-03-16 03:14:59 +00:00
Robby Findler
e86fce444b
raw, first cut of framework docs: just functions and just contracts so far
...
svn: r8976
2008-03-15 03:11:04 +00:00
Robby Findler
9eeab67636
fixed PR 9237
...
svn: r8887
2008-03-04 23:46:46 +00:00
Robby Findler
de80a22496
fixed bug
...
svn: r8869
2008-03-04 14:19:13 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Robby Findler
0d54a9816f
fixed bug
...
svn: r8852
2008-03-02 22:43:07 +00:00
Robby Findler
362f16b411
the paren matcher now works for previous interactinos with the REPL and hitting return up above copies the text down to the next prompt
...
svn: r8840
2008-03-01 21:49:31 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
f5bc96418d
add lots of main.ss files where appropriate
...
svn: r8764
2008-02-22 16:28:31 +00:00
Robby Findler
f2c8ff355e
if the function has a name, the name is now used as the name of the keybinding
...
svn: r8744
2008-02-20 21:02:30 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3da233dd8e
fix some minor bug and typos in previous commit
...
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Robby Findler
95f3915f6c
added an exception catch
...
svn: r8473
2008-01-30 05:16:52 +00:00
Robby Findler
fca9c6b405
improved the way the automatic scrolling works when searching
...
svn: r8177
2008-01-01 21:47:13 +00:00
Matthew Flatt
1d8b21f53b
disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
...
svn: r8152
2007-12-29 13:51:32 +00:00
Danny Yoo
9a4d947174
added framework:gui-utils:quote-literal-label and framework:gui-utils:format-literal-string to escape ampersands in string labels. Updated drscheme/syncheck and drscheme/private/unit to use these functions.
...
svn: r8073
2007-12-19 21:38:55 +00:00
Matthew Flatt
415cd0bf15
lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some
...
svn: r8053
2007-12-18 21:37:23 +00:00
Robby Findler
92081b685d
move docs to scribblings directory
...
svn: r8037
2007-12-17 16:34:17 +00:00
Matthew Flatt
c9aecb01f0
split setup/scribble-index into setup/xref and scribble/xref
...
svn: r8020
2007-12-15 22:10:29 +00:00
Robby Findler
f790d7e10e
restored word completion for the full languages (not teaching languages yet)
...
svn: r8018
2007-12-15 21:10:20 +00:00
Robby Findler
e740e10f1d
added two new symbols
...
svn: r7992
2007-12-13 15:59:06 +00:00
Robby Findler
69ea58ac92
added function contract & purpose
...
svn: r7976
2007-12-12 20:09:50 +00:00
Matthew Flatt
a559a710d4
adjust document names
...
svn: r7968
2007-12-12 16:31:57 +00:00
Robby Findler
88976c2c11
added some more shortcuts
...
svn: r7963
2007-12-11 19:27:03 +00:00
Robby Findler
c09ee07dc9
adjusted winter color scheme
...
svn: r7946
2007-12-11 03:02:44 +00:00
Robby Findler
061533778a
filled in a bunch more of the standard latex symbols
...
svn: r7945
2007-12-11 02:57:27 +00:00
Matthew Flatt
ca5a7c5560
split part of scheme/file into scheme/path, document them
...
svn: r7938
2007-12-10 17:59:26 +00:00
Robby Findler
a3cecba083
added keybinding to TeX compress
...
svn: r7934
2007-12-10 02:23:20 +00:00
Robby Findler
9734462994
added a few more TeX thingies
...
svn: r7933
2007-12-10 02:06:37 +00:00
Robby Findler
d8c75d95d1
added a latex -> unicode keybinding cleaner-uper
...
svn: r7932
2007-12-09 23:31:19 +00:00
Robby Findler
701da807d2
fixed some bugs in the paren matcher's new coloring scheme
...
svn: r7895
2007-12-04 04:48:53 +00:00
Robby Findler
063f1a95c9
added a something to the preferences pane to be able to pick the parenthesis color scheme
...
svn: r7885
2007-12-01 16:16:58 +00:00
Robby Findler
2787a2a060
fixed another bug
...
svn: r7878
2007-11-30 21:46:33 +00:00
Robby Findler
6913fab8f6
fixed a bug in new paren coloring behavior
...
svn: r7872
2007-11-30 19:54:44 +00:00
Robby Findler
73bc0e2d52
added more options
...
svn: r7868
2007-11-30 17:39:50 +00:00
Robby Findler
8f5492ddb9
added capability for nested highlighting
...
svn: r7867
2007-11-30 17:03:21 +00:00
Matthew Flatt
8930f31115
remove 'else' and '=>' bindings from 'mzscheme'
...
svn: r7859
2007-11-29 14:08:08 +00:00
Robby Findler
eb97d15ced
a little more in the tools manual
...
svn: r7857
2007-11-29 02:33:02 +00:00
Robby Findler
600089413b
fixed auto completion in the REPL and improved the tools manual a little
...
svn: r7855
2007-11-29 00:22:05 +00:00
Robby Findler
5af14c4902
got check syntax mostly working again
...
svn: r7815
2007-11-22 16:18:00 +00:00
Robby Findler
b59bcf44af
fixed bug from mailing list
...
svn: r7807
2007-11-21 21:01:18 +00:00
Matthew Flatt
71eead5349
fix bad call-with-output-file
...
svn: r7794
2007-11-21 02:05:34 +00:00
Matthew Flatt
5b0a0be3d6
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
2007-11-20 23:44:31 +00:00
Robby Findler
ac98c07210
opening a locked teaching language file now works properly
...
svn: r7772
2007-11-19 22:52:19 +00:00
Robby Findler
753cd127a6
made the bottom line of the drscheme window be half as tall
...
svn: r7762
2007-11-19 04:01:13 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
81e5a24390
fix to PR 8900
...
svn: r7526
2007-10-18 22:12:59 +00:00
Robby Findler
36cbda30f4
plugged a leak and fixed PR 8988
...
svn: r7496
2007-10-12 22:37:22 +00:00
Robby Findler
2b6bcf6025
fixed up code that populates the keybindings menu, added more bindings for the greek letters
...
svn: r7486
2007-10-11 13:00:57 +00:00
Robby Findler
48793aaaa4
added a new string constant
...
svn: r7480
2007-10-10 21:33:48 +00:00
Robby Findler
22587c5e4d
updated docs for new put-preferences/gui
...
svn: r7475
2007-10-10 20:24:07 +00:00
Robby Findler
7400112c7a
improved preferences writing to better cope with transient failures
...
svn: r7474
2007-10-10 20:15:29 +00:00
Robby Findler
21851f9833
fixed PR 8925
...
svn: r7470
2007-10-09 20:39:14 +00:00
Robby Findler
0c1b099a0c
made the preferences dialog nagging be less onerous when the preference saving happens
...
svn: r7455
2007-10-08 19:16:11 +00:00
Robby Findler
959e680154
fixed tabify preferences when identifiers have spaces (or other wierdness)
...
svn: r7453
2007-10-08 16:31:35 +00:00
Robby Findler
0d641835a9
reverted changes to frame.ss
...
svn: r7450
2007-10-08 13:10:05 +00:00
Robby Findler
1df81534e7
fix to transpose-sexp so that it now works with snips. Thanks to Danny Yoo
...
svn: r7449
2007-10-08 13:08:33 +00:00
Jacob Matthews
3214a71004
Added get-word-at to autocomplete<%> interface
...
svn: r7331
2007-09-14 14:08:39 +00:00
Robby Findler
6d32dabc63
added some more characters
...
svn: r7329
2007-09-13 20:04:46 +00:00
Robby Findler
00c9f0b1a1
bugfix as noticed by Stephen De Gabrielle
...
svn: r7328
2007-09-13 18:37:48 +00:00
Jacob Matthews
188186ca25
Making autocomplete-mixin's get-word-at public in preparation for fixing PR 8925
...
svn: r7319
2007-09-11 20:47:55 +00:00
Robby Findler
ec23be9160
made the no-completions case work better
...
svn: r7317
2007-09-11 15:31:47 +00:00
Robby Findler
6b6f397a64
finished auto completion integration
...
svn: r7304
2007-09-10 00:46:31 +00:00
Robby Findler
109ecfc184
fixes
...
svn: r7299
2007-09-08 21:03:02 +00:00
Robby Findler
34c85bd9ef
integrated auto-complete into the framework
...
svn: r7298
2007-09-08 20:19:15 +00:00
Robby Findler
defd4349fc
a few little cleanups
...
svn: r7297
2007-09-08 19:24:45 +00:00
Robby Findler
34244b80e1
oops
...
svn: r7295
2007-09-08 15:50:23 +00:00
Robby Findler
31aad55fc2
added working version of auto-complete
...
svn: r7294
2007-09-08 15:49:32 +00:00
Carl Eastlund
0b725ae0f4
Corrected typos in contracts in the framework collection.
...
svn: r7228
2007-08-30 16:11:28 +00:00
Robby Findler
af46ef5622
started refactoring to fix the preferences problem
...
svn: r7226
2007-08-30 04:08:56 +00:00
Robby Findler
7fc8d8c888
fixed PR 8887
...
svn: r7194
2007-08-27 15:18:23 +00:00
Robby Findler
255e6181d6
fixed bug in tabber so that tabifying a line that is already in the right place no longer modifies the buffer
...
svn: r7023
2007-08-05 08:31:49 +00:00
Robby Findler
81136382a0
bugfix
...
svn: r7011
2007-08-03 07:50:21 +00:00
Robby Findler
1af006c246
bugfix
...
svn: r7010
2007-08-03 07:15:04 +00:00
Robby Findler
db9963ed69
hide control-alt keybindings under windows
...
svn: r7009
2007-08-03 06:59:26 +00:00
Robby Findler
6479c5483d
retabified
...
svn: r6999
2007-08-02 06:36:24 +00:00
Robby Findler
67fad90119
improved greek letter setup by making shift key explicit in the key bindings
...
svn: r6998
2007-08-02 06:10:47 +00:00
Robby Findler
3d71bd32c1
fix to PR 8825
...
svn: r6993
2007-08-01 11:03:23 +00:00
Robby Findler
e334b862ca
added shortcut keys for the greek letters
...
svn: r6991
2007-08-01 06:14:02 +00:00
Robby Findler
867ae7b56d
added local-like category to square bracketing magic
...
svn: r6886
2007-07-10 16:13:09 +00:00
Robby Findler
4ed3f9bb6c
moved local into the define section
...
svn: r6885
2007-07-10 13:50:40 +00:00
Robby Findler
76f1f1f94a
updated to new command-as-meta stuff
...
svn: r6860
2007-07-08 13:19:42 +00:00
Eli Barzilay
52409e3d15
typo (PR8778)
...
svn: r6829
2007-07-07 02:52:10 +00:00
Robby Findler
541752ca35
fixed PR 8770, made stick man a little bit shorter
...
svn: r6793
2007-07-02 03:50:04 +00:00
Robby Findler
a87cf03005
fixed bug in new font preference handling
...
svn: r6667
2007-06-15 19:09:50 +00:00
Robby Findler
999c022791
made the amount of memory shown in the bottom of the drs frame be in megabytes instead of bytes
...
svn: r6516
2007-06-07 15:19:40 +00:00
Robby Findler
e38400b495
svn: r6336
2007-05-26 04:01:59 +00:00
Robby Findler
9da97974fa
fixed PR 8701
...
svn: r6333
2007-05-26 02:47:46 +00:00
Robby Findler
3c5f2c7395
fixed up minor bugs in program and lots of little problems in the test suites
...
svn: r6173
2007-05-08 01:02:40 +00:00
Robby Findler
a58e476dd6
added test:set-list-box!
...
svn: r6172
2007-05-07 23:44:17 +00:00
Robby Findler
d0dcbc5102
fixed order of arguments bug
...
svn: r6166
2007-05-07 01:30:59 +00:00
Robby Findler
53b5917fec
fixed bug with delegate
...
svn: r6154
2007-05-05 14:15:11 +00:00
Matthew Flatt
e9bf34f193
369.11
...
svn: r6085
2007-04-29 02:08:24 +00:00
Robby Findler
352e9c8b2b
partial fix to PR 8613
...
svn: r6070
2007-04-28 19:48:50 +00:00
Matthew Flatt
8fc002640c
removing debugging printf
...
svn: r6054
2007-04-26 22:55:52 +00:00
Robby Findler
340660f145
changed prefs shortcut to #\, for macosx but this doesnt really affect anything, since the menu is in the app menu, not in the drs menu
...
svn: r6047
2007-04-26 01:28:44 +00:00
Robby Findler
851293fbf0
improved cancelling behavior
...
svn: r6041
2007-04-25 14:45:09 +00:00
Robby Findler
e5698365c9
improved color preferences; this is the change that requires people to rename their preferences as explained on plt-scheme
...
svn: r5996
2007-04-19 15:15:23 +00:00
Matthew Flatt
681d88ed52
improve DrScheme's auto-indenting and S-exp movement for Scheme code with quote, #;, etc.
...
svn: r5977
2007-04-19 02:44:31 +00:00
Robby Findler
0769887d3f
fixed typo
...
svn: r5942
2007-04-14 15:04:57 +00:00
Robby Findler
5fffd316b4
simplified frame:editor and friends interface
...
svn: r5940
2007-04-14 14:59:05 +00:00
Robby Findler
031cd94b5c
a few changes to the automaically changing language stuff, plus more white-on-black improvements
...
svn: r5917
2007-04-10 19:41:09 +00:00
Robby Findler
7ef0ce8b0f
removed printf
...
svn: r5915
2007-04-10 18:18:24 +00:00
Robby Findler
cac2d2f174
undid previous commit (oops!)
...
svn: r5914
2007-04-10 18:17:48 +00:00
Robby Findler
4133afdd43
removed printf
...
svn: r5913
2007-04-10 18:16:31 +00:00
Robby Findler
35fa233a93
more white-on-black colorscheme fixes
...
svn: r5906
2007-04-09 16:26:23 +00:00
Robby Findler
bdcb50603b
fixed bug (that no one will ever care about, probably)
...
svn: r5893
2007-04-08 23:56:08 +00:00
Robby Findler
d688a1f9e3
misc improvements to the white on black view in drscheme (also added explicit buttons that switch to a default set of colors and also flips a preferences flag for more coarse grained control)
...
svn: r5892
2007-04-08 23:30:58 +00:00
Robby Findler
eadc853016
made the line/column thingy growable and smaller to begin with
...
svn: r5717
2007-03-02 13:50:23 +00:00
Robby Findler
9d241aa2c5
changed slant to italic
...
svn: r5652
2007-02-21 02:46:43 +00:00
Robby Findler
815c6669ba
added the ability to configure the repl's colors
...
svn: r5648
2007-02-20 16:33:47 +00:00
Robby Findler
c2e4fcd60d
revert to default button: minor tweaks
...
svn: r5637
2007-02-19 22:08:04 +00:00
Robby Findler
d59f197c05
adjusted translations for read/write two line thing
...
svn: r5631
2007-02-17 21:10:59 +00:00
Robby Findler
f24381c8b6
shrunk space required for stuff
...
svn: r5629
2007-02-17 19:30:58 +00:00
Robby Findler
276cd746df
added revert to defaults
...
svn: r5575
2007-02-08 15:45:12 +00:00
Robby Findler
a1c88e3ac2
fixed PR 8518
...
svn: r5566
2007-02-06 18:17:39 +00:00
Robby Findler
f0d91dff14
fixed PR 8516
...
svn: r5554
2007-02-05 23:21:09 +00:00
Robby Findler
bdc4f19985
tabber: an ellipsis as the second thing on a line now tabs as if the ellipsis wasn't there; good for plt redex
...
svn: r5553
2007-02-05 19:25:25 +00:00
Eli Barzilay
0cb9b70922
set svn:eol-style and added newlines at EOFs
...
svn: r5546
2007-02-03 06:51:31 +00:00
Robby Findler
e5895cd76a
whoops! forgot to add preferences.ss in
...
svn: r5540
2007-02-02 04:58:57 +00:00
Robby Findler
13110a2113
separated preferences library out to be used by mz
...
svn: r5537
2007-02-01 23:55:20 +00:00
Robby Findler
c817beb86b
added page setup dialog
...
svn: r5379
2007-01-17 11:07:24 +00:00
Eli Barzilay
19c33a8e2a
no need for string->immutable-string when creating exceptions
...
svn: r5372
2007-01-17 01:18:50 +00:00
Robby Findler
91ff7ee9b4
removed printf
...
svn: r5165
2006-12-22 16:52:41 +00:00
Robby Findler
41675aa2ec
fixed a bug in preferences reading
...
svn: r5158
2006-12-22 00:22:17 +00:00
Matthew Flatt
cf0b303497
359.2, collects changes
...
svn: r5143
2006-12-20 00:57:12 +00:00
Robby Findler
f2008f3a7a
improved docs slightly
...
svn: r5071
2006-12-09 17:10:46 +00:00
Robby Findler
1bf0d52c34
fixed bug in tabify preferences, changed preferences strategy to only read once (but write on each 'set') and made old-style preferences still be read, if they are there
...
svn: r5070
2006-12-09 16:42:49 +00:00
Robby Findler
7f78ffb5ed
bound toggle-focus-between-definitions-and-interactions to c:f6
...
svn: r5068
2006-12-09 00:21:21 +00:00
Robby Findler
aa26769184
fixed a bug and improved note at top of preferences.ss
...
svn: r5060
2006-12-08 02:54:00 +00:00
Robby Findler
d47247507f
changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
...
svn: r5058
2006-12-07 22:32:31 +00:00
Robby Findler
216ac84f00
possible fix for PR 8419
...
svn: r5044
2006-12-06 20:31:44 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Matthew Flatt
bedaf6bbfd
pop-up for decorated editor snip on right-button click, not right-button-held-down
...
svn: r4958
2006-11-27 08:08:23 +00:00
Robby Findler
5a8e635531
fixed PR 8387
...
svn: r4875
2006-11-16 22:39:02 +00:00
Robby Findler
41cac266d6
removed a: as a meta-key mapping for os x
...
svn: r4844
2006-11-13 23:17:13 +00:00
Eli Barzilay
5044dc49a5
ascii only + reformat a little
...
svn: r4790
2006-11-06 08:06:16 +00:00
Robby Findler
9a5eced27b
fixed PR 8368
...
svn: r4748
2006-11-02 04:13:52 +00:00
Robby Findler
58a0b99d35
improved forward sexp
...
svn: r4720
2006-10-31 20:29:39 +00:00
Robby Findler
8ccef02233
now using path-element functions in some places
...
svn: r4662
2006-10-20 17:19:54 +00:00
Robby Findler
5446e9a2c4
fixed bug in pref panel
...
svn: r4613
2006-10-16 14:23:03 +00:00
Robby Findler
1547d31790
fixed bug noticed by Corey Sweeney with long lines & 20,000 ft overview
...
svn: r4497
2006-10-05 22:15:48 +00:00
Robby Findler
c1350ef9d8
improved magic square bracket stuff
...
svn: r4496
2006-10-05 21:32:58 +00:00
Robby Findler
0fcdc0aedd
added preferences for configuring behavior of magic square bracket
...
svn: r4489
2006-10-05 03:06:47 +00:00
Robby Findler
5227ee4d12
PR 8268: fixed the symptom, but there is still some question if the syntax colorer's behavior should change
...
svn: r4312
2006-09-11 15:05:39 +00:00
Robby Findler
cb6c8d00f3
improved behavior of clicking on the line/column display (a little bit)
...
svn: r4297
2006-09-10 21:14:56 +00:00
Robby Findler
109a683aa1
PR 8271
...
svn: r4283
2006-09-09 03:37:31 +00:00
Robby Findler
81a70fe101
added ability to have user-defined keybindings in PLaneT
...
svn: r4267
2006-09-07 03:18:39 +00:00
Robby Findler
7199a06352
fixed a bug related to change to for-each
...
svn: r4173
2006-08-28 18:40:21 +00:00
Robby Findler
d98140e347
fixed PR 8229
...
svn: r4091
2006-08-18 21:48:17 +00:00
Eli Barzilay
ffb9ee5072
added syntax-id-rules
...
svn: r3758
2006-07-18 23:57:56 +00:00
Robby Findler
daf17eb616
made case-lambda work with the magic [ thing and fixed up some test suites
...
svn: r3754
2006-07-18 18:55:18 +00:00
Eli Barzilay
5a8877f161
dont ask about revert if there are no modifications
...
svn: r3686
2006-07-11 22:54:47 +00:00
Robby Findler
49667529da
improved running time of contracts and moved some provide/contracts to the bottom of files (not necc yet, but may become necc)
...
svn: r3665
2006-07-09 21:07:04 +00:00
Eli Barzilay
d540970a9a
removed custom dialog, use the common dialogs from mred
...
svn: r3473
2006-06-25 22:58:23 +00:00
Robby Findler
257ceb7449
fixed PR 8137
...
svn: r3433
2006-06-22 03:01:43 +00:00
Eli Barzilay
bc017f488e
make open dialogs on osx have no parent (unless the open-here? preference is set)
...
svn: r3334
2006-06-11 20:47:43 +00:00
Eli Barzilay
b7d510e058
ok to check for editor:basic<%>
...
svn: r3332
2006-06-11 19:16:43 +00:00
Eli Barzilay
e33559268a
make open/save file dialogs have a parent
...
svn: r3330
2006-06-11 18:29:58 +00:00
Robby Findler
b462f7cf2c
fix to PR 7988
...
svn: r3222
2006-06-04 22:28:36 +00:00
Robby Findler
b28e19eba3
fixed doc spec bug
...
svn: r3216
2006-06-04 14:59:00 +00:00
Eli Barzilay
c21d9fca85
svn: r3206
2006-06-03 20:34:04 +00:00
Robby Findler
c948e8cbc6
used capability interface for a bunch more special menu items
...
svn: r3205
2006-06-03 19:44:18 +00:00
Robby Findler
86f3f979e0
fixed a bug
...
svn: r3197
2006-06-02 22:17:07 +00:00
Robby Findler
c1239c146e
fixed a bug in define popdown (PR 8083) and a bug in undoing the [ thing (PR 8073)
...
svn: r3185
2006-06-02 15:20:30 +00:00
Eli Barzilay
caeb40004f
* Changed gui-utils:get-choice to take an optional argument for a checkbox
...
* Made the DrScheme quit dialog have a dont-ask-again option
* Changed the string constant of dont-ask-again to have no parenthesis,
put that in the dont-ask-again-always-current string constant
svn: r3173
2006-06-01 20:51:23 +00:00
Kathy Gray
b561cbc789
Corrected bug that omitted example strings for color preferences.
...
svn: r3166
2006-06-01 04:24:51 +00:00
Robby Findler
b6372a2e22
infrastrure for capabilities added (and added first capabilities)
...
svn: r3119
2006-05-30 14:54:10 +00:00
Eli Barzilay
b690f6cea1
* Added remove-empty-menus', same places as
reorder-menus'.
...
* Use it in bug-report.ss, since it currently has nothing in its help menu.
svn: r3061
2006-05-25 17:18:58 +00:00
Eli Barzilay
9ae090e45b
* Remove a bunch of additional stuff from the bug-report menu
...
* Rewrote `reorder-menus' to remove menus that are left empty
* Solves PR7360
svn: r3052
2006-05-24 23:01:45 +00:00
Robby Findler
1072ac68aa
added option to disable magic open parens separately from magic close ones
...
svn: r2833
2006-04-28 08:57:05 +00:00
Robby Findler
dc7bce0f7f
more [ changes
...
svn: r2679
2006-04-16 02:34:02 +00:00
Robby Findler
ae20c75e18
added let loop recognition to [ thingy
...
svn: r2671
2006-04-13 22:01:56 +00:00
Robby Findler
a6244d0896
fixed strategy for determining if a paren is really going to be parsed as a paren (as opposed to being in the middle of a string or whatever)
...
svn: r2667
2006-04-12 21:38:44 +00:00
Robby Findler
4ee3f7e7b1
another little change to [ stuff -- added control-[ control-) control-} and control-] to override drscheme's cleverness
...
svn: r2666
2006-04-12 19:53:19 +00:00
Robby Findler
0002ea598b
added provide/contract as something that automatically gets []s
...
svn: r2665
2006-04-12 18:12:36 +00:00
Robby Findler
676df8bc8c
added new, fixed a bug in character constants for the new [ handling
...
svn: r2663
2006-04-12 03:15:10 +00:00
Robby Findler
6638f46c75
added automatic remapping of [ to ( in many cases; see docs for details
...
svn: r2662
2006-04-11 23:20:57 +00:00
Robby Findler
900f48115a
fixed a bug in the goto-line keyboard shortcut's error checking
...
svn: r2652
2006-04-10 13:23:25 +00:00
Eli Barzilay
16f01a1109
{quick,merge}sort -> sort
...
svn: r2569
2006-04-01 12:24:15 +00:00
Robby Findler
9ddd7d429b
fixed bug in c:c;c:l, PR 7944
...
svn: r2398
2006-03-09 00:29:55 +00:00
Robby Findler
4a78a1d1ee
svn: r2397
2006-03-08 23:04:54 +00:00
Robby Findler
c2c31213d2
svn: r2396
2006-03-08 22:13:17 +00:00
Robby Findler
cd039c0240
fixed a problem John talked about and made the find dialog be non-sheet
...
svn: r2362
2006-03-03 22:23:48 +00:00
Robby Findler
dac3f9b7d3
Added Jens Axel's case sensitive searching fix. also PR 7886
...
svn: r2266
2006-02-16 23:54:14 +00:00
Robby Findler
79ef8f3f9c
removed one unused use of set-c{dr}!
...
svn: r2202
2006-02-12 15:37:20 +00:00
Robby Findler
fddb1fa862
updated many unions to or/c's
...
svn: r2061
2006-01-31 19:17:33 +00:00
Robby Findler
af295c954e
separated out the cancel message in the quit dialog to allow a better German translation
...
svn: r2042
2006-01-30 17:27:24 +00:00
Robby Findler
417571e4d8
pr 7833
...
svn: r1910
2006-01-21 02:02:14 +00:00
Robby Findler
6d8ddc10fe
improved white on black setup a little more
...
svn: r1788
2006-01-09 00:07:49 +00:00
Robby Findler
f1904d29c1
fixed PR 7786
...
svn: r1732
2005-12-31 14:32:54 +00:00
Robby Findler
00d989a80a
fixed PRs 7783 7785
...
svn: r1731
2005-12-31 14:23:49 +00:00