Commit Graph

52 Commits

Author SHA1 Message Date
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
3e0f3c47e1 moved #lang line to the first line
svn: r11426
2008-08-25 19:35:04 +00:00
Robby Findler
712a2c3bf2 PR 9676
svn: r11198
2008-08-12 01:09:52 +00:00
Robby Findler
8d53a2ec34 adjusted searching a little bit
svn: r11072
2008-08-04 20:19:10 +00:00
Robby Findler
ff8578ca13 fixed a bug in searching; typing control-g without opening the search window crashes
svn: r10977
2008-07-29 23:00:02 +00:00
Robby Findler
8c022426f4 improved the caching in the contour window drawing so it does allocation on each redraw
svn: r10964
2008-07-29 14:00:43 +00:00
Robby Findler
f6912b7439 fixed misc bugs in the 20,000 ft overview window
svn: r10952
2008-07-29 04:25:16 +00:00
Robby Findler
bbf51d2ab0 fixed a pair of bugs related to the anchor
svn: r10950
2008-07-28 21:41:22 +00:00
Robby Findler
eaf979b749 added a search anchor to drschemes new search facility
svn: r10946
2008-07-28 18:40:34 +00:00
Robby Findler
b088ac9c74 more adjustments to searching and related things
svn: r10939
2008-07-28 03:48:23 +00:00
Robby Findler
a3c0e93324 improved searching (docs not yet quite done, but I want to test on other platforms ... another commit to follow)
svn: r10921
2008-07-26 20:06:23 +00:00
Robby Findler
bd6ed2dfc2 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
2008-07-22 03:51:26 +00:00
Robby Findler
e2c49f4963 more speedups for the highlighting and some setup for improving docked search
svn: r10855
2008-07-21 22:17:54 +00:00
Robby Findler
278c456c1b improved performance of highlighting regions when there are lots and lots of regions
svn: r10846
2008-07-21 14:19:59 +00:00
Matthew Flatt
9af00fcfb4 v4.0.2.4: logging
svn: r10818
2008-07-17 15:20:17 +00:00
Danny Yoo
47bed6d1e7 Added port name source to the input port returned by framework text's get-in-port; this addresses the bug of the source highlighting not showing when the source stx comes from interaction window.
svn: r10729
2008-07-12 22:46:47 +00:00
Eli Barzilay
7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
Danny Yoo
a506cefeac Added text:get-port-name to framework, and used text:lookup-port-name to get at the editor in DrScheme error highlighting.
svn: r10494
2008-06-28 23:33:39 +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
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +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
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
6913fab8f6 fixed a bug in new paren coloring behavior
svn: r7872
2007-11-30 19:54:44 +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
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
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Jacob Matthews
3214a71004 Added get-word-at to autocomplete<%> interface
svn: r7331
2007-09-14 14:08:39 +00:00
Jacob Matthews
188186ca25 Making autocomplete-mixin's get-word-at public in preparation for fixing PR 8925
svn: r7319
2007-09-11 20:47:55 +00:00
Robby Findler
ec23be9160 made the no-completions case work better
svn: r7317
2007-09-11 15:31:47 +00:00
Robby Findler
6b6f397a64 finished auto completion integration
svn: r7304
2007-09-10 00:46:31 +00:00
Robby Findler
109ecfc184 fixes
svn: r7299
2007-09-08 21:03:02 +00:00
Robby Findler
34c85bd9ef integrated auto-complete into the framework
svn: r7298
2007-09-08 20:19:15 +00:00
Robby Findler
34244b80e1 oops
svn: r7295
2007-09-08 15:50:23 +00:00
Robby Findler
31aad55fc2 added working version of auto-complete
svn: r7294
2007-09-08 15:49:32 +00:00
Robby Findler
6479c5483d retabified
svn: r6999
2007-08-02 06:36: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
a1c88e3ac2 fixed PR 8518
svn: r5566
2007-02-06 18:17:39 +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
41675aa2ec fixed a bug in preferences reading
svn: r5158
2006-12-22 00:22:17 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Robby Findler
5227ee4d12 PR 8268: fixed the symptom, but there is still some question if the syntax colorer's behavior should change
svn: r4312
2006-09-11 15:05:39 +00:00
Robby Findler
6d8ddc10fe improved white on black setup a little more
svn: r1788
2006-01-09 00:07:49 +00:00
Robby Findler
00d989a80a fixed PRs 7783 7785
svn: r1731
2005-12-31 14:23:49 +00:00
Robby Findler
4f8054f125 fixed a bug in IO where port-next-location went into a busy loop before any io had happened
svn: r1526
2005-12-05 15:45:26 +00:00
Matthew Flatt
23347d028a fix polling of text% input port
svn: r1453
2005-12-01 03:46:57 +00:00
Matthew Flatt
ea3b0c8781 adjusted input box so that it appears after output (if any), cleaned up scrolling when output is generated and an input box is visible, changed EOF snip to show an arrow cursor
svn: r1408
2005-11-25 16:08:58 +00:00
Robby Findler
8861cff087 added the not-a-language-language and some bug fixes elsewhere
svn: r1129
2005-10-22 17:03:13 +00:00