Commit Graph

90 Commits

Author SHA1 Message Date
Eli Barzilay
97d99d8726 use delay/idle to load the xref for syncheck
svn: r16825
2009-11-17 08:12:03 +00:00
Robby Findler
390145821a PR 10431, plus support for ->* with keywords in proc-doc
svn: r15926
2009-09-08 22:53:12 +00:00
Robby Findler
8f24d026d6 PR 10433
svn: r15905
2009-09-07 21:43:50 +00:00
Robby Findler
8838409b44 minor cleanup
svn: r15885
2009-09-05 10:18:08 +00:00
Robby Findler
40222e5daa color assigned variables in red
svn: r15873
2009-09-04 06:35:07 +00:00
Robby Findler
f651240503 svn: r15579 2009-07-27 01:18:48 +00:00
Robby Findler
b62d5d42d6 PR 10329
svn: r15565
2009-07-25 15:26:07 +00:00
Robby Findler
d82d2fcdb4 PR 10309
svn: r15253
2009-06-24 19:02:06 +00:00
Robby Findler
148d945fbe fix to work around race condition
svn: r14962
2009-05-23 19:45:58 +00:00
Robby Findler
036c315621 added more info to popup menu
svn: r13894
2009-03-02 02:06:47 +00:00
Robby Findler
ab47ac0f10 fixed a problem with arrow-based requires
svn: r13808
2009-02-24 00:03:57 +00:00
Robby Findler
a303b781cc svn: r13804 2009-02-23 21:40:43 +00:00
Ryan Culpepper
561885d2d6 check syntax: more crossing-arrows options
svn: r13507
2009-02-09 20:53:30 +00:00
Ryan Culpepper
04582535ef Check Syntax: added "Tack arrows crossing selection"
svn: r13498
2009-02-09 04:57:46 +00:00
Robby Findler
dfacf40a4c PR 9682
svn: r12234
2008-11-04 17:11: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
e090a76187 SK requested popup menu on images to save them
svn: r10637
2008-07-07 02:53:09 +00:00
Danny Yoo
7816a6899c Added logic to treat embedded editors differently when computing tail call arrow positions in Check Syntax.
svn: r10634
2008-07-06 21:47:54 +00:00
Robby Findler
6dcc576ce7 PR 9435
svn: r10617
2008-07-05 14:08:38 +00:00
Danny Yoo
843ad2b39a Highlighting regions in Check Syntax now remember which text to apply it to; behaves better with embedded editors.
svn: r10582
2008-07-03 17:37:42 +00:00
Danny Yoo
8e663a23f4 Fixing tail errors from embedded editors in Check Syntax.
svn: r10581
2008-07-03 17:30:06 +00:00
Danny Yoo
ee8f0b410f Removing source-editor-cache from Check Syntax, since text:lookup-port-name should be sufficient.
svn: r10580
2008-07-03 17:30:01 +00:00
Danny Yoo
072ea01f22 Maintaining text% as syntax source, so that check-syntax on an unsaved file will highlight errors correctly.
svn: r10468
2008-06-26 23:48:44 +00:00
Robby Findler
4f06b9e5da fixed PR 9515
svn: r10408
2008-06-21 14:54:52 +00:00
Eli Barzilay
b93d242aa5 restore unmodified version
svn: r10336
2008-06-18 04:53:31 +00:00
Eli Barzilay
f4926472b8 remove changed code
svn: r10335
2008-06-18 04:50:58 +00:00
Robby Findler
612f26972e improved the error reporting in the REPL and misc other minor changes
svn: r10014
2008-05-29 04:55:43 +00:00
Robby Findler
ed3dcd6ecd fixed bugs in check syntax wrt embedded editors and renaming
svn: r9954
2008-05-25 19:45:08 +00:00
Robby Findler
a8fd2e018c added an explicit registration for the toolbar switchable-buttons
svn: r9882
2008-05-18 22:59:02 +00:00
Matthew Flatt
860c41d749 drs bug and test-suite fixes
svn: r9709
2008-05-06 23:27:23 +00:00
Robby Findler
ee9fc4a8d7 reworked the buttons along the top of drscheme
svn: r9578
2008-05-01 23:15:06 +00:00
Robby Findler
e5fba85ed0 fixed a bug in check syntax and a bug in the contract system
svn: r9524
2008-04-28 22:12:21 +00:00
Robby Findler
457bf61732 improved the performance of check syntax some more
svn: r9495
2008-04-26 17:34:16 +00:00
Matthew Flatt
0483294762 fix JIT abs (on least fixnum), fix some R6RS bugs and pull in some R6RS test cases from Ikarus
svn: r9477
2008-04-25 17:18:44 +00:00
Robby Findler
00eb1303e4 optimized drawing a little bit
svn: r9474
2008-04-25 13:52:21 +00:00
Robby Findler
88ac43f545 sped up check syntax
svn: r9473
2008-04-25 13:39:20 +00:00
Robby Findler
cee0f72df5 PR 9300, realized the transitive closure operation is actually crazy expensive, interim commit so no one suffers thru that while I think about this
svn: r9345
2008-04-17 12:07:07 +00:00
Robby Findler
0fe065e1b7 PR 9300, cotd
svn: r9344
2008-04-17 11:55:57 +00:00
Robby Findler
c9e313648a PR 9300
svn: r9343
2008-04-17 11:49:53 +00:00
Matthew Flatt
0153e122b7 change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
svn: r9239
2008-04-10 19:05:35 +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
Matthew Flatt
53cc426d30 expans #reader/#lang protocol so that a #lang result can have more appropriate srclocs; fix up syntax/module-reader to use the new protocol; re-enable arrows to the language position in Check Syntax
svn: r9174
2008-04-06 23:31:58 +00:00
Robby Findler
067f39713b fixed PR 9257
svn: r9080
2008-03-25 01:37:22 +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
Robby Findler
ff9938a87f added check ala PR 9185
svn: r8647
2008-02-13 17:34:40 +00:00
Robby Findler
eda72235bd check syntax now (silently) copes with an exception raised by the documentation xref loading
svn: r8439
2008-01-28 02:11:31 +00:00
Robby Findler
2be06881d0 fixed a bug in check syntax
svn: r8359
2008-01-18 02:44:45 +00:00
Matthew Flatt
7fc41024c0 3.99.0.9: binding links in docs use nominal import sources
svn: r8196
2008-01-03 19:07:02 +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