~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-03-15 14:46:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:711
Tutorial: Tabs now correctly indent code in exercise boxes.
    Added an ID to the text boxes so they can be manipulated in the DOM,
    and added a key event handler function (copied from console).
    Wrote tab indenting code here (copied from console).
    Note: This is a fairly different algorithm, as it needs to be able to
    indent blocks of code spanning multiple lines, rather than just one.

Quite an awesome algorithm too, if I do say so myself :)
Filename Latest Rev Last Changed Committer Comment Size
..
misc 201 17 years ago mattgiuca Added "test" directory. Added make_date_test.py, a Diff
test_framework 270 17 years ago dilshan_a Initial check in for test framework, and example p Diff