Commit Graph

205 Commits

Author SHA1 Message Date
Eli Barzilay
699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3da233dd8e fix some minor bug and typos in previous commit
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
Robby Findler
95f3915f6c added an exception catch
svn: r8473
2008-01-30 05:16:52 +00:00
Robby Findler
fca9c6b405 improved the way the automatic scrolling works when searching
svn: r8177
2008-01-01 21:47:13 +00:00
Matthew Flatt
1d8b21f53b disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
svn: r8152
2007-12-29 13:51:32 +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
Matthew Flatt
415cd0bf15 lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some
svn: r8053
2007-12-18 21:37:23 +00:00
Robby Findler
92081b685d move docs to scribblings directory
svn: r8037
2007-12-17 16:34:17 +00:00
Matthew Flatt
c9aecb01f0 split setup/scribble-index into setup/xref and scribble/xref
svn: r8020
2007-12-15 22:10:29 +00:00
Robby Findler
f790d7e10e restored word completion for the full languages (not teaching languages yet)
svn: r8018
2007-12-15 21:10:20 +00:00
Robby Findler
e740e10f1d added two new symbols
svn: r7992
2007-12-13 15:59:06 +00:00
Robby Findler
69ea58ac92 added function contract & purpose
svn: r7976
2007-12-12 20:09:50 +00:00
Matthew Flatt
a559a710d4 adjust document names
svn: r7968
2007-12-12 16:31:57 +00:00
Robby Findler
88976c2c11 added some more shortcuts
svn: r7963
2007-12-11 19:27:03 +00:00
Robby Findler
c09ee07dc9 adjusted winter color scheme
svn: r7946
2007-12-11 03:02:44 +00:00
Robby Findler
061533778a filled in a bunch more of the standard latex symbols
svn: r7945
2007-12-11 02:57:27 +00:00
Matthew Flatt
ca5a7c5560 split part of scheme/file into scheme/path, document them
svn: r7938
2007-12-10 17:59:26 +00:00
Robby Findler
a3cecba083 added keybinding to TeX compress
svn: r7934
2007-12-10 02:23:20 +00:00
Robby Findler
9734462994 added a few more TeX thingies
svn: r7933
2007-12-10 02:06:37 +00:00
Robby Findler
d8c75d95d1 added a latex -> unicode keybinding cleaner-uper
svn: r7932
2007-12-09 23:31:19 +00:00
Robby Findler
701da807d2 fixed some bugs in the paren matcher's new coloring scheme
svn: r7895
2007-12-04 04:48:53 +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
2787a2a060 fixed another bug
svn: r7878
2007-11-30 21:46:33 +00:00
Robby Findler
6913fab8f6 fixed a bug in new paren coloring behavior
svn: r7872
2007-11-30 19:54:44 +00:00
Robby Findler
73bc0e2d52 added more options
svn: r7868
2007-11-30 17:39:50 +00:00
Robby Findler
8f5492ddb9 added capability for nested highlighting
svn: r7867
2007-11-30 17:03:21 +00:00
Matthew Flatt
8930f31115 remove 'else' and '=>' bindings from 'mzscheme'
svn: r7859
2007-11-29 14:08:08 +00:00
Robby Findler
eb97d15ced a little more in the tools manual
svn: r7857
2007-11-29 02:33:02 +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
Robby Findler
5af14c4902 got check syntax mostly working again
svn: r7815
2007-11-22 16:18:00 +00:00
Robby Findler
b59bcf44af fixed bug from mailing list
svn: r7807
2007-11-21 21:01:18 +00:00
Matthew Flatt
71eead5349 fix bad call-with-output-file
svn: r7794
2007-11-21 02:05:34 +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
Robby Findler
ac98c07210 opening a locked teaching language file now works properly
svn: r7772
2007-11-19 22:52:19 +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
81e5a24390 fix to PR 8900
svn: r7526
2007-10-18 22:12:59 +00:00
Robby Findler
36cbda30f4 plugged a leak and fixed PR 8988
svn: r7496
2007-10-12 22:37:22 +00:00
Robby Findler
2b6bcf6025 fixed up code that populates the keybindings menu, added more bindings for the greek letters
svn: r7486
2007-10-11 13:00:57 +00:00
Robby Findler
48793aaaa4 added a new string constant
svn: r7480
2007-10-10 21:33:48 +00:00
Robby Findler
22587c5e4d updated docs for new put-preferences/gui
svn: r7475
2007-10-10 20:24:07 +00:00
Robby Findler
7400112c7a improved preferences writing to better cope with transient failures
svn: r7474
2007-10-10 20:15:29 +00:00
Robby Findler
21851f9833 fixed PR 8925
svn: r7470
2007-10-09 20:39:14 +00:00
Robby Findler
0c1b099a0c made the preferences dialog nagging be less onerous when the preference saving happens
svn: r7455
2007-10-08 19:16:11 +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
0d641835a9 reverted changes to frame.ss
svn: r7450
2007-10-08 13:10:05 +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
Jacob Matthews
3214a71004 Added get-word-at to autocomplete<%> interface
svn: r7331
2007-09-14 14:08:39 +00:00