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

  • Committer: mattgiuca
  • Date: 2008-01-30 06:32:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:333
console.js: enter_line now accepts the line as an argument instead of reading
it from the text box. catch_input reads it from the text box and passes it as
an argument. This allows other services to call enter_line with their own
python code.
tutorial.js: The "Run" button no longer submits Ajax to the tutorial system.
Instead, it calls console's enter_line, with the code, hoping that the console
will execute this code.
(At the moment this doesn't work for multiple lines).
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