josdejong
|
3602b8045c
|
Link 'Report a bug' added to the website footer
|
2013-08-28 20:25:37 +02:00 |
josdejong
|
5a7a76cf0b
|
Implemented option modes
|
2013-08-27 22:50:20 +02:00 |
josdejong
|
9d5aab339b
|
Moved ace and jsonlint libraries to the root
|
2013-05-04 10:12:37 +02:00 |
josdejong
|
9dda39df21
|
Moved source folders
|
2013-05-03 23:26:09 +02:00 |
josdejong
|
b287c4bfbc
|
Replaced ant build script with jake build script. Files moved around. Created package.json and component.json
|
2013-05-03 22:55:15 +02:00 |
josdejong
|
501099056b
|
Unified JSONEditor and JSONFormatter. Added method setMode. Renamed a lot of stuff.
|
2013-04-30 13:23:06 +02:00 |
josdejong
|
bdcf202adb
|
Fixed the application not working on IE8 due to missing console object.
|
2013-03-11 20:29:46 +01:00 |
josdejong
|
75dd258450
|
Docs and readme updated
|
2013-03-08 22:29:26 +01:00 |
josdejong
|
9b9815277b
|
Released version 2.1.0
|
2013-03-08 22:05:57 +01:00 |
josdejong
|
2e91d142d4
|
Disabled Ace editor on IE8 (which is not supported by Ace)
|
2013-03-08 21:32:30 +01:00 |
josdejong
|
430a2ce5a4
|
Improved splitter: can now completely hide the panels. Added highlighting of the splitter.
|
2013-03-07 22:35:06 +01:00 |
josdejong
|
89e7b6e76e
|
Replaced the plain text editor with ace (providing syntax highlighting and code inspection)
|
2013-03-04 22:14:19 +01:00 |
josdejong
|
809cbec31d
|
Fixed #41: there was a dragarea visible for the root node, which shouldn't be available.
|
2013-02-26 20:38:20 +01:00 |
josdejong
|
d3f604a790
|
Removed the "hide ads" button. Not allowed by Google AdSense, sorry.
|
2013-02-20 08:04:18 +01:00 |
josdejong
|
2a8d1c4b71
|
Renamed changelog.md and datapolicy.md back to .txt
|
2013-02-09 19:05:47 +01:00 |
josdejong
|
32a8f7ac6d
|
Renamed datapolicy.txt to datapolicy.md
|
2013-02-09 17:54:46 +01:00 |
josdejong
|
2e895eb6c5
|
renamed changelog.html to changelog.md
|
2013-02-09 16:53:37 +01:00 |
josdejong
|
9b7ef5caf2
|
Replaced changelog.txt with changelog.html
|
2013-02-09 16:44:32 +01:00 |
josdejong
|
48309892ad
|
Updated release dates
|
2013-02-09 16:08:33 +01:00 |
josdejong
|
36117d0554
|
Fixed some css issues regarding buttons with focus
|
2013-02-09 15:47:31 +01:00 |
josdejong
|
860e1b66e1
|
Added a documentation page for the application
|
2013-02-08 23:36:27 +01:00 |
josdejong
|
f2808083ef
|
Implemented arrow and tab shortcut keys in contextmenu
|
2013-01-20 14:43:00 +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
|
03c8802859
|
Implemented history (undo/redo) for the sort action. Updated version number.
|
2012-12-19 19:22:09 +01:00 |
josdejong
|
7710abd0b7
|
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:21:31 +01:00 |
josdejong
|
76e98ce95f
|
Implemented read-only mode (new options.mode with values 'editor' and 'viewer'). See issue #24.
|
2012-12-06 09:02:00 +01:00 |
wjosdejong
|
98f4b0c2fb
|
Urls to the github project updated (changed username from wjosdejong to josdejong)
|
2012-12-05 15:12:44 +01:00 |
wjosdejong
|
0dc71badbb
|
Fixed issue #19: retrieving the contents of the editor inside the change callback resulted in an infinite loop. Execution of the callback is done inside a try/catch loop now, to isolate the editor from errors in the callback.
|
2012-11-26 22:08:57 +01:00 |
Jos de Jong
|
87e674c44e
|
Added request header 'Accept: application/json' when retrieving files from url.
|
2012-11-21 14:09:21 +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
|
18d56db063
|
- Implemented load/save functionality.
- Rearranged the code.
- Updated the build file accordingly
|
2012-10-31 22:16:07 +01:00 |