aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/grideditor.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix GridEditor external edit functionality.Aldo Cortesi2012-03-301-1/+1
|
* Add error indications to GridEditor.Aldo Cortesi2012-03-231-20/+52
|
* Add modal help to GridEditor.Aldo Cortesi2012-03-221-6/+16
| | | | Also includes some minor refactoring and documentation stubs.
* Grid editor refinements.Aldo Cortesi2012-03-191-2/+3
| | | | | | | - Correct column width calculation used in keystrokes. Arrow keys should now work as expected in multi-line fields. - Enable multi-line editing throughout. You now need to tab or esc to exit edit mode.
* Add column headers to GridEditor.Aldo Cortesi2012-03-191-21/+48
|
* Specialize GridEditor into a number of subclasses.Aldo Cortesi2012-03-191-5/+25
|
* Generalize GridEditor to N columns.Aldo Cortesi2012-03-181-29/+34
| | | | Start adding a replacement rule editor.
* KVEditor -> GridEditorAldo Cortesi2012-03-181-0/+270