Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a snippet to GridEditor help text explaining that we're using escaped ↵ | Aldo Cortesi | 2012-08-25 | 1 | -0/+8 |
| | | | | strings. | ||||
* | Add a "R" shortcut to GridEditor, letting the user read unescaped data from ↵ | Aldo Cortesi | 2012-08-25 | 1 | -11/+15 |
| | | | | file. | ||||
* | Do away with explicit encodings, and display an error message for invalid ↵ | Aldo Cortesi | 2012-08-25 | 1 | -15/+12 |
| | | | | values. | ||||
* | Use Python-style escaped strings in GridEditor. | Aldo Cortesi | 2012-08-25 | 1 | -14/+17 |
| | |||||
* | Add an "r" shortcut in grid editors to read value from file. | Aldo Cortesi | 2012-08-25 | 1 | -4/+23 |
| | |||||
* | Add a graphical editor for path components (e -> p shortcut from request ↵ | Aldo Cortesi | 2012-08-19 | 1 | -2/+10 |
| | | | | view screen). | ||||
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵ | Aldo Cortesi | 2012-08-18 | 1 | -0/+11 |
| | | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden. | ||||
* | Firm up handling of Unicode data | Aldo Cortesi | 2012-07-05 | 1 | -1/+11 |
| | | | | | - Modify GridEditor to know about the destination encoding of data - Ensure that get_url always returns ASCII | ||||
* | Fix GridEditor external edit functionality. | Aldo Cortesi | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Add error indications to GridEditor. | Aldo Cortesi | 2012-03-23 | 1 | -20/+52 |
| | |||||
* | Add modal help to GridEditor. | Aldo Cortesi | 2012-03-22 | 1 | -6/+16 |
| | | | | Also includes some minor refactoring and documentation stubs. | ||||
* | Grid editor refinements. | Aldo Cortesi | 2012-03-19 | 1 | -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 Cortesi | 2012-03-19 | 1 | -21/+48 |
| | |||||
* | Specialize GridEditor into a number of subclasses. | Aldo Cortesi | 2012-03-19 | 1 | -5/+25 |
| | |||||
* | Generalize GridEditor to N columns. | Aldo Cortesi | 2012-03-18 | 1 | -29/+34 |
| | | | | Start adding a replacement rule editor. | ||||
* | KVEditor -> GridEditor | Aldo Cortesi | 2012-03-18 | 1 | -0/+270 |