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