Commit Graph

71 Commits

Author SHA1 Message Date
Robby Findler
48e55a8473 PRS 10379 and 10377
svn: r15795

original commit: fcfa572e02e8452fd913cbfcdbff820ca046c0af
2009-08-25 04:51:05 +00:00
Matthew Flatt
2b867b5bef DrScheme: only correct a paren if the inserted character would be colored as a parenthesis (which matters for @-form coloring)
svn: r15685

original commit: 450d9b604e05f36ecfe19615a340aa2071282fa0
2009-08-07 14:59:14 +00:00
Matthew Flatt
d6b4085433 extended syntax colorer to support lexer-specific backup; fix problems with new color lexers
svn: r15617

original commit: d807421a07e3d86b6ebf0802b4000d34af472372
2009-07-29 03:31:29 +00:00
Matthew Flatt
1aa23be957 #lang syntax coloring; Scribble syntax coloring
svn: r15607

original commit: 1ba7cf0926a46122d7f759a2dccf086e2ba939a9
2009-07-28 18:06:14 +00:00
Eli Barzilay
41fd8555aa The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111

original commit: 4288c6c2c703664b6bbd4cd06bd7c2160985b00d
2009-06-07 10:12:32 +00:00
Eli Barzilay
424dcbc9c2 removed lots of "the the"s
svn: r14679

original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957
2009-05-01 21:02:51 +00:00
Matthew Flatt
b6df675849 fix typos (incl PRs 10213, 10214)
svn: r14585

original commit: 43fe904fe5365496026d6021f9306661695f0981
2009-04-22 18:30:35 +00:00
Jay McCarthy
acd0d9a47a Unbalance | was breaking build. Revert if fixed wrong
svn: r14568

original commit: 77ec85a66ba3751d2d8ebb3ab8d192cc09a80746
2009-04-20 17:02:27 +00:00
Eli Barzilay
8ebb17fb2d scheme expression typos
svn: r14565

original commit: da4742700bbe8c680c0ef4ba7875d5b32b384005
2009-04-20 08:20:19 +00:00
Eli Barzilay
712ece9ead bar typos
svn: r14564

original commit: d9ae39c2182b5538d40138f71105598b5539847c
2009-04-20 07:55:41 +00:00
Eli Barzilay
0b88d2cdfe its typos
svn: r14562

original commit: 9c0f6bc775226aa9bbbd96d16e978f20bc1b1103
2009-04-20 07:46:50 +00:00
Eli Barzilay
9d63c4e072 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

original commit: c0a8a0122200209e38dff1959d79b58f847814db
2009-04-05 17:46:20 +00:00
Matthew Flatt
840fc6a46a fix doc typos
svn: r14280

original commit: f9190e5c1cdc140cb62cea6bee6b35f1305013dc
2009-03-25 20:28:33 +00:00
Robby Findler
523ee2d52e started on an 'always on' notifications of planet activity via drscheme
svn: r13490

original commit: 3b046b05ecc592f125fa2602b4af3a9912703d07
2009-02-07 21:48:34 +00:00
Robby Findler
c07d9d3851 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

original commit: a4b631050741fee37a321781ac93b6c079921eb4
2008-11-07 18:13:33 +00:00
Robby Findler
b2835b21b8 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

original commit: f6bb5ea5e79575971199896523de61310a5245a2
2008-11-02 04:30:03 +00:00
Robby Findler
e64c49d0bd added normalization during pasting to eliminate various ligatures, etc
svn: r12183

original commit: 47297fac9f1f9ca22d744d10cf2276cd6c446f82
2008-10-30 21:38:40 +00:00
Robby Findler
5d4394a043 improved keybindings for search
svn: r11668

original commit: cce9d7d6e59e9e38b0ee5a5ec1ee39ad6f940f88
2008-09-12 02:57:21 +00:00
Robby Findler
59175768e5 refined searching
svn: r11581

original commit: 805d4eb73f7a4dc2fb45814421b80f51b2899845
2008-09-09 03:43:57 +00:00
Robby Findler
fbe1a57f34 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

original commit: 6d34eaf3330c9544934334b6c2ca94adc86d495a
2008-08-29 04:24:34 +00:00
Eli Barzilay
3fd9792839 a bunch of (mostly) latex-leftover typos
svn: r11449

original commit: 6cd75acb0a8f69ba990e15ba7863002c08ddeafc
2008-08-27 07:07:59 +00:00
Robby Findler
32bc203ab3 svn: r11395
original commit: a79b0a4d10ff7478028d5617ea785f7319f68536
2008-08-23 02:49:40 +00:00
Robby Findler
52cc9dc776 PR 9705
svn: r11373

original commit: 6e674a9804439decf7657c6c89bb399db3816312
2008-08-21 22:03:34 +00:00
Robby Findler
1becb336fc added Matthew
svn: r11289

original commit: f1fc3121763776e0acb08783c1fdd93d4a01ac55
2008-08-15 20:25:58 +00:00
Matthew Flatt
8e7b235a19 assign authors to manuals
svn: r11287

original commit: 9453aaaccf2f0007bae450c291e1cd29a7a14696
2008-08-15 20:16:06 +00:00
Robby Findler
4acfa8e9cb adjusted searching a little bit
svn: r11072

original commit: 8d53a2ec34ff601eac94a6a34119db1a35c64f87
2008-08-04 20:19:10 +00:00
Matthew Flatt
2f9180a470 fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs)
svn: r10960

original commit: 2c813c53c56b010127736b6b33d1060a672ca1b7
2008-07-29 12:56:05 +00:00
Robby Findler
2e9ba2d93c fixed a pair of bugs related to the anchor
svn: r10951

original commit: 9d34ccb16918c47bc0a03f43ecf3ff2694da344f
2008-07-28 21:45:24 +00:00
Robby Findler
835bc5d79a added a search anchor to drschemes new search facility
svn: r10946

original commit: eaf979b749b6e5aee330a3aa7d82e8d605effb24
2008-07-28 18:40:34 +00:00
Robby Findler
4c89307ee6 more adjustments to searching and related things
svn: r10939

original commit: b088ac9c7451ebc5677205a7eb5225d2645a908f
2008-07-28 03:48:23 +00:00
Robby Findler
43d640de9d changed menu keybinding for find so that it toggles the keyboard focus back and forth with the searching window
svn: r10934

original commit: f6714c551cf0c02c319921ff36cddea87676be9f
2008-07-27 13:57:33 +00:00
Eli Barzilay
e2112b4f73 remove bogus space between closing bracket an opening brace
svn: r10933

original commit: 8b59996cb47934c8676acfdd9f16d9d812fd9bda
2008-07-27 04:53:13 +00:00
Robby Findler
c45658a668 adjusted the keybindings for search a little bit
svn: r10931

original commit: 12d18d8107b7ffc64bc533afcef87efc7cd0a9d9
2008-07-27 03:43:36 +00:00
Robby Findler
fe55c3506b filled in the rest of the framework-level docs for the new searching setup
svn: r10923

original commit: 1268238264d9ed59e7d34bbbd9970451980aa10e
2008-07-26 20:36:02 +00:00
Robby Findler
27ca9d153d improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)
svn: r10921

original commit: a3c0e933249d3b46ad78c25d509f91955c08fe5b
2008-07-26 20:06:23 +00:00
Matthew Flatt
9852b74200 scribble and doc improvements
svn: r10896

original commit: a97b4bff8a6eb38353f64606c4a42f2150b39e2a
2008-07-24 11:32:16 +00:00
Robby Findler
23aeb8d205 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

original commit: bd6ed2dfc2ab619854870a09e8f65befd81878fc
2008-07-22 03:51:26 +00:00
Robby Findler
89efb950cd more speedups for the highlighting and some setup for improving docked search
svn: r10855

original commit: e2c49f49632ad7ec590ca14dff70e21887cf9860
2008-07-21 22:17:54 +00:00
Eli Barzilay
d5cb9326f9 scribble fixes -- nested @scheme and a few other similar problems
svn: r10744

original commit: 4cd2614c2122dd13e75d2dccc60e11109e26e152
2008-07-13 17:13:20 +00:00
Matthew Flatt
ca73700157 adjust the way framework and tools docs extract documentation
svn: r10727

original commit: 01691d9240c55dc3797c17ab6d609b4c16145982
2008-07-12 15:37:31 +00:00
Robby Findler
9bbc53a7cd overrides on-new-image-snip to create images with masks, by default
svn: r10672

original commit: 8de7171a378f675572e2a365d2dbe6ffa2a6b1b1
2008-07-08 02:58:50 +00:00
Robby Findler
c5f03ba904 SK requested popup menu on images to save them
svn: r10637

original commit: e090a76187ba5b0761277aba406754581796629e
2008-07-07 02:53:09 +00:00
Robby Findler
7c24b87bc7 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

original commit: c7e2c34b819e1431e72ae92c9c53a9d805ae56ad
2008-07-04 15:59:44 +00:00
Robby Findler
126e83422e fixed some portos
svn: r10200

original commit: 6be1c69e3212d34859d1948fe3d4d297c2ea7cfa
2008-06-09 22:49:06 +00:00
Eli Barzilay
e3d6faf898 use braces
svn: r9975

original commit: 1a4dffcc2c2de9796c332351a412b19c7b3195fc
2008-05-27 12:27:36 +00:00
Robby Findler
55404de327 rewrote lots of latexisms
svn: r9967

original commit: 1eb4f0ffc1a2f1580f4515fcc6b3f17b32a793dc
2008-05-26 23:27:30 +00:00
Robby Findler
7455e3ea03 adjusted typesetting of requires to make them linked
svn: r9821

original commit: 72cb7a1c0a673f97b387c9a0f3a20462aff8325d
2008-05-13 04:20:07 +00:00
Robby Findler
6edf1e8bcb fixed up the framework docs so there are no more warnings
svn: r9810

original commit: 9d634308ee30f1ce41355ffb35699b961fe742a5
2008-05-12 01:53:47 +00:00
Robby Findler
5882e55eaf svn: r9778
original commit: 9518b82dbaa23c9db1c50056ace7c869ec46b039
2008-05-09 22:15:58 +00:00
Matthew Flatt
fa8a981a95 framework minor repairs (after tests)
svn: r9690

original commit: a7aadea865727c968dac695d2f3f9987738e55b7
2008-05-06 15:29:58 +00:00