josdejong
|
df367e62a7
|
Reorganized the namespacing, moved to jsoneditor.*. More consistent, and will make it easier to pack the library as a module.
|
2013-01-05 14:32:40 +01:00 |
josdejong
|
2a64d5315e
|
Splitted jsoneditor.js and jsoneditor.css into multiple source files. Rearranged the folders a little, and updated the build script.
|
2013-01-01 20:54:07 +01:00 |
josdejong
|
fcc825ec30
|
Replaced the default json document with a more boring, generic example.
|
2012-12-30 15:04:14 +01:00 |
josdejong
|
352f22084d
|
All utility methods moved to namespace JSONEditor.util
|
2012-12-30 13:43:00 +01:00 |
josdejong
|
03c8802859
|
Implemented history (undo/redo) for the sort action. Updated version number.
|
2012-12-19 19:22:09 +01:00 |
josdejong
|
fc3d1699a6
|
Floating context menu created for the action buttons (instead of having them fixed on the right side of each of the nodes)
|
2012-12-17 21:26:25 +01:00 |
Jos de Jong
|
04e65fe59e
|
Use query parameters instead of url hash
|
2012-11-03 15:20:15 +01:00 |
Jos de Jong
|
f880e29d46
|
Added notifications while loading and saving files.
|
2012-11-03 14:35:01 +01:00 |
Jos de Jong
|
b6311c8ad4
|
Editor contents are now synched to the Formatter before saving to disk
|
2012-11-03 11:18:38 +01:00 |
Jos de Jong
|
f64138ea52
|
Added option 'indentation' to the JSONFormatter.
|
2012-11-03 10:58:48 +01:00 |
Jos de Jong
|
18d56db063
|
- Implemented load/save functionality.
- Rearranged the code.
- Updated the build file accordingly
|
2012-10-31 22:16:07 +01:00 |