Commit Graph

66 Commits

Author SHA1 Message Date
Robby Findler
02e4426d06 PR 10406
svn: r15748
2009-08-16 09:56:24 +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
1ba7cf0926 #lang syntax coloring; Scribble syntax coloring
svn: r15607
2009-07-28 18:06:14 +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
333e0702c9 handles filename extensions better now, using new stuff matthew added
svn: r12639
2008-11-29 21:08:18 +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
Robby Findler
b453c09007 svn: r12186 2008-10-31 00:45:23 +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
John Clements
862aff6f6d added kill-enclosing-parens (c:c,c:e)
svn: r11829
2008-09-22 01:15:48 +00:00
Robby Findler
7c6bf8644a made more files begin with #lang lines
svn: r11429
2008-08-25 20:02:02 +00:00
Robby Findler
b38215d4e9 fixed PR 9336
svn: r10062
2008-05-30 20:29:29 +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
021d4d7527 new hash function names and ops (3.99.0.23)
svn: r9209
2008-04-08 21:42:38 +00:00
Robby Findler
9eeab67636 fixed PR 9237
svn: r8887
2008-03-04 23:46:46 +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
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +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
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
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
21851f9833 fixed PR 8925
svn: r7470
2007-10-09 20:39:14 +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
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
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
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
6479c5483d retabified
svn: r6999
2007-08-02 06:36:24 +00:00
Robby Findler
3d71bd32c1 fix to PR 8825
svn: r6993
2007-08-01 11:03:23 +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
9da97974fa fixed PR 8701
svn: r6333
2007-05-26 02:47:46 +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
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
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
Robby Findler
13110a2113 separated preferences library out to be used by mz
svn: r5537
2007-02-01 23:55:20 +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
aa26769184 fixed a bug and improved note at top of preferences.ss
svn: r5060
2006-12-08 02:54:00 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Robby Findler
5a8e635531 fixed PR 8387
svn: r4875
2006-11-16 22:39:02 +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
5446e9a2c4 fixed bug in pref panel
svn: r4613
2006-10-16 14:23:03 +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
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
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
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