Aldo Cortesi
|
35f4a1c424
|
Tune content viewing to maintain responsiveness:
- Reduce display cutoff to 20k.
- Make sure that we only indent the visible part of a JS body, not the whole
thing.
|
2012-04-01 10:09:25 +12:00 |
|
Aldo Cortesi
|
a2fddb4404
|
Add image pretty viewer to forcing options.
|
2012-03-26 11:48:35 +13:00 |
|
Aldo Cortesi
|
a050eeef05
|
Add a pretty-viewer for images.
This shows basic image information like dimensions, plus extracted EXIF tags
and other metadata.
|
2012-03-26 11:26:02 +13:00 |
|
Aldo Cortesi
|
2240d2a6a5
|
Pretty view now indents Javascript.
Thanks to the JSBeautifier project, which is now included in the contrib directory.
|
2012-03-25 10:56:45 +13:00 |
|
Aldo Cortesi
|
74c51df580
|
Re-enable simple multipart form parsing and preview.
|
2012-03-25 10:10:48 +13:00 |
|
Aldo Cortesi
|
62e51018d0
|
Refactor pretty view mechanism.
Also start adding unit tests for this subsystem.
|
2012-03-24 14:20:24 +13:00 |
|
Aldo Cortesi
|
0d05068f91
|
Factor out content view apparatus into contentview.py
|
2012-03-24 11:21:58 +13:00 |
|