racket/collects/framework/private
Robby Findler bb792c977d the tabber incorrectly counted tab chars as spaces when doing indentation;
this meant that if some line were supposed to be indented in the third
  column and you had two tabs and a space on that line, the indenter
  would leave it alone. Now, if it sees tabs in the line anywhere, it just
  decides that the line is not properly indented and re-indents it
  (always using spaces)

Also: started a tabber test suite
2011-04-08 07:48:17 -05:00
..
application.rkt A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
autosave.rkt
bday.rkt Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
canvas.rkt adjust check to only insist that, when there is an editor, is it the right kind of editor. 2011-01-02 10:03:21 -06:00
collapsed-snipclass-helpers.rkt
color-model.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
color-prefs.rkt adjusted the color preferences button placement to avoid such a wide prefs dialog 2011-03-26 10:53:23 -05:00
color.rkt changed the module lexer's strategy to be able to handle 2011-02-09 15:27:05 -06:00
comment-box.rkt
decode.rkt Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
decorated-editor-snip.rkt
early-init.rkt adjusted the framework preferences system to work better with failures under windows 2011-01-20 14:07:12 -06:00
editor.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
encode.rkt Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
exit.rkt
finder.rkt
frame.rkt monitor the font size preference in order to redo the one-line size computation for the search bar 2011-01-31 17:46:31 -06:00
gen-standard-menus.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
group.rkt Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
handler.rkt Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
icon.rkt
info.rkt
keymap.rkt use the new extend-position functionality to adjust the shift-based key bindings implemented in the framework 2011-03-25 15:19:55 -05:00
main.rkt add match to the default indentation and squarebracket preferences 2011-01-21 06:47:28 -06:00
mapdesc.rkt
menu.rkt
mode.rkt
number-snip.rkt fixes descent/ascept problems and text highlighting problems in number snips 2011-03-29 22:43:26 -05:00
panel.rkt add documentation for the splitter mixin 2011-02-08 14:47:07 -07:00
pasteboard.rkt
path-utils.rkt
preferences.rkt adjusted the framework preferences system to work better with failures under windows 2011-01-20 14:07:12 -06:00
scheme.rkt the tabber incorrectly counted tab chars as spaces when doing indentation; 2011-04-08 07:48:17 -05:00
search.rkt
sig.rkt add mixin for splitting panels 2011-02-08 14:47:07 -07:00
standard-menus-items.rkt set the save-as menu shortcut to s and the prefix to shift 2011-03-25 20:18:52 -05:00
standard-menus.rkt set the save-as menu shortcut to s and the prefix to shift 2011-03-25 20:18:52 -05:00
text.rkt line numbers separator uses the same color as the text 2011-04-04 13:07:25 -06:00
version.rkt