racket/collects/scribblings/framework
Nadeem Abdul Hamid 8f3343cd01 automatic parenthesis mode improvements
Handle close parentheses in a smarter way while in
auto-parens mode and be a little more smart about
inserting brace pairs in general.

In summary:

 - Add some "smart-skip" behavior to insert-close-paren,
   described in the documentation.
    - When auto-parens mode is enabled,
      the existing "balance-parens" keybinding invokes
      insert-close-paren with a smart-skip argument of
      'adjacent
    - A new "balance-parens-forward" keybinding invokes
      insert-close-paren with a smart-skip argument of
      'forward (whether or not auto-parens mode is
      enabled)

 - Enable basic smart-skip behavior for
   strings ("...") and |...| pairs, specifically, typing
   a double-quote or bar character when the cursor
   immediately precedes one causes the cursor to simply
   skip over the existing one

 - Tweak auto-insertion of block comment pairs; i.e.
   typing hash and a bar results in a properly balanced
   #||# pair. Also, when you type a bar character when
   the cursor immediately precedes a closing bar and
   hash of a comment, then the cursor skips over both
   characters (this seems better than having it just
   skip over the bar, and then having to introduce a
   new keybinding to detect when a hash is typed while
   the cursor is between a bar and a hash)

 - In strings and line/block comments, auto-parens mode
   no longer has any effect (you can still use the M+..
   keybindings to force insertion of a particular brace
   pair)

 - Detect when a character constant is being typed, and
   don't insert brace pairs if so; i.e. if the cursor
   is immediately after #\ , then typing any open parens,
   double quote, or bar, does _not_ result in the
   insertion of an open/close pair even in auto-parens
   mode

 - Add a bunch of tests related to auto-parens, matching
   pairs of braces, strings, comments, etc. to
   collects/tests/framework/racket.rkt
2012-11-25 21:57:52 -06:00
..
application.scrbl
autosave.scrbl
canvas.scrbl
color-model.scrbl
color-prefs.scrbl
color.scrbl automatic parenthesis mode improvements 2012-11-25 21:57:52 -06:00
comment-box.scrbl
editor-snip.scrbl
editor.scrbl
exit.scrbl
finder.scrbl
frame.scrbl change the way that the delegate text is specified, using 2012-11-16 14:33:17 -06:00
framework.scrbl
group.scrbl
gui-utils.scrbl
handler.scrbl
icon.scrbl
info.rkt
keymap.scrbl
main-extracts.rkt
main.scrbl
menu.scrbl
mode-helpers.rkt
mode.scrbl
number-snip.scrbl
panel.scrbl
pasteboard.scrbl
path-utils.scrbl
preferences-text.scrbl
preferences.scrbl
racket.scrbl
splash.scrbl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
test.scrbl
text.scrbl improve the interactivity of DrRacket's search 2012-11-25 20:58:13 -06:00
version.scrbl