Commit Graph

81 Commits

Author SHA1 Message Date
Robby Findler
d6f114ff73 renamed button
svn: r9863
2008-05-16 12:36:02 +00:00
Robby Findler
25ca892f55 some cleanup of the help-desk / drscheme interaction and the about-drscheme dialog
svn: r9862
2008-05-16 02:53:41 +00:00
Kathy Gray
488bbd3829 Added string-constants for test-engine menu items.
Moved Enable/disable to language-X menu, and updated docs

Sending old test window support to the 'attic'

svn: r9824
2008-05-13 15:50:25 +00:00
Matthew Flatt
548e45408b regexp-replace* handles empty matches; empty-match handling documented
svn: r9751
2008-05-08 20:29:56 +00:00
Matthew Flatt
42dcfbc79a string constants for new R5RS/PrettyBig option
svn: r9723
2008-05-07 17:15:53 +00:00
Robby Findler
83d60cbfac toolbar can now be on the right or on the left
svn: r9588
2008-05-02 12:49:45 +00:00
Robby Findler
f0f27e2e2c removed mz,mred,slideshow languages and made module language's initial REPL be scheme/base instead of mzscheme
svn: r9384
2008-04-21 19:00:18 +00:00
Robby Findler
9fe8401058 re-renamed r5rs to just R5RS
svn: r9340
2008-04-17 00:27:07 +00:00
Robby Findler
0676cfed88 renamed r5rs language
svn: r9338
2008-04-16 21:06:49 +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
7459da43ce renamed the Special menu to Insert
svn: r8141
2007-12-27 20:39:51 +00:00
Robby Findler
65f0d01814 added a status message showing when the docs index is loaded
svn: r7991
2007-12-13 15:58:55 +00:00
Robby Findler
7ac3c22511 added string constant for check syntax
svn: r7975
2007-12-12 20:09:35 +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
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
48793aaaa4 added a new string constant
svn: r7480
2007-10-10 21:33:48 +00:00
Mike Sperber
ef1cb082dd Various aspects of the Stepper and the Debugger are
language-sensitive.  In the past, both looked at the name of the
language level and were thus were hardwired to certain behavior.  Move
some of those settings into the language level itself:

- whether the stepper is supported (default #f)
- whether the debugger is supported (default #t)
- the print conversion of values for the stepper

This allows other language levels such as the DMdA levels to support
the stepper and not support the debugger.

svn: r7346
2007-09-15 16:10:39 +00:00
Robby Findler
ec23be9160 made the no-completions case work better
svn: r7317
2007-09-11 15:31:47 +00:00
Robby Findler
aaf50c4fa1 a few missed tweaks for word completion integtation
svn: r7305
2007-09-10 00:50:44 +00:00
Robby Findler
6b6f397a64 finished auto completion integration
svn: r7304
2007-09-10 00:46:31 +00:00
Jens Axel Soegaard
ff25adb7d6 Revised "Help on Help" text.
svn: r7242
2007-08-31 16:02:54 +00:00
Robby Findler
6ed1949a1a renamed a button in the tp interface
svn: r7008
2007-08-03 02:33:44 +00:00
Robby Findler
e467e8681a restored the 'add teachpack' menu item in non-teaching languages, but with a message saying that teachpacks don't work and listing the languages where they do.
svn: r7007
2007-08-03 02:18:46 +00:00
Robby Findler
2ad94edfe7 added ability to put the definitions / interactions side by side
svn: r6939
2007-07-20 20:58:14 +00:00
Robby Findler
76f1f1f94a updated to new command-as-meta stuff
svn: r6860
2007-07-08 13:19:42 +00:00
Kathy Gray
cccb5150f0 Changes to add a language level to ProfJ
svn: r6814
2007-07-03 23:02:13 +00:00
Robby Findler
e621175f62 made the underlined letter move around in the close & close-tab menu items
svn: r6778
2007-06-30 04:16:39 +00:00
Robby Findler
bc0a161cc5 improved font choice popup in preferences dialog
svn: r6564
2007-06-10 13:45:22 +00:00
Robby Findler
57b317d56f added support to compile teachpacks when they are installed
svn: r6180
2007-05-08 19:19:07 +00:00
Mike Sperber
59e805d518 More localized strings in ProfessorJ and the wizard.
svn: r6176
2007-05-08 13:55:50 +00:00
Robby Findler
41d4b5d28e changed teachpacks to be language specific
svn: r6145
2007-05-04 20:45:15 +00:00
Robby Findler
6e256634b9 added a message in the 'program is shutdown' dialog that indicates if it ran out of memory
svn: r6097
2007-04-29 22:09:07 +00:00
Robby Findler
352e9c8b2b partial fix to PR 8613
svn: r6070
2007-04-28 19:48:50 +00:00
Robby Findler
940d100b2d added message about exit status code to drscheme's 'the program is over' dialog box
svn: r6024
2007-04-23 14:53:32 +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
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
6f962c5f7b added message when there are no recent languages
svn: r5654
2007-02-21 19:11:24 +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
38da856255 added language status and menu at bottom right of drscheme window
svn: r5633
2007-02-18 00:17:49 +00:00
Robby Findler
d83826c513 change to match recent commit by me (should have been in that commit)
svn: r5630
2007-02-17 20:13:01 +00:00
Robby Findler
276cd746df added revert to defaults
svn: r5575
2007-02-08 15:45:12 +00:00
John Clements
4e3aee32c2 added jump-to-end button label
svn: r5430
2007-01-22 20:48:07 +00:00
Matthew Flatt
906f03dcd1 merge duplicate page-setup items
svn: r5404
2007-01-19 01:51:47 +00:00
Robby Findler
08367229df added page setup dialog
svn: r5381
2007-01-17 14:54:50 +00:00
Matthew Flatt
8ce6c48afa add placeholders for new string constants
svn: r5380
2007-01-17 13:14:56 +00:00
Robby Findler
d8b61030bd added start-with-after string constant for use in Chinese
svn: r5209
2007-01-03 16:58:58 +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
Eli Barzilay
5cc1439c48 2006 in copyrights, and make it changable without touching string constant files
svn: r4872
2006-11-16 07:20:30 +00:00