Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Guido van Rossum
|
065627e15c
|
Add "select all" by clicking on (0,0) cell.
Redo setting the selection and setting the beacon to deal better
with rows or columns -- these are now expressed by range (1, sys.maxint).
|
2002-11-02 22:18:46 +00:00 |
Guido van Rossum
|
bfcd6533e4
|
Add ESC key binding -- undo current cell editing.
|
2002-11-02 06:50:05 +00:00 |
Guido van Rossum
|
3669242ac9
|
Major breakthrough in selection -- drag-select multiple cells now
works. Also row and column selection works (sort of). The DEL
key deletes the selected rectangle. sys.argv[1] used by test_gui().
|
2002-11-02 06:25:51 +00:00 |
Guido van Rossum
|
69ccfcc8da
|
Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.
|
2002-10-28 01:06:37 +00:00 |