Jos de Jong
|
18d56db063
|
- Implemented load/save functionality.
- Rearranged the code.
- Updated the build file accordingly
|
2012-10-31 22:16:07 +01:00 |
Jos de Jong
|
f8a5aa472d
|
changed the field names of the default example to lowerCamelCase (see issue #14)
|
2012-10-20 13:07:13 +02:00 |
Jos de Jong
|
e49c0db19f
|
fixed error pressing ESC when no Error dialog is there to hide
|
2012-10-19 23:34:30 +02:00 |
Jos de Jong
|
19d077810a
|
cleanup up old chrome app stuff
|
2012-10-19 23:32:24 +02:00 |
Jos de Jong
|
d94677b5b0
|
improved error messages by integrating jsonlint.
|
2012-10-19 23:29:03 +02:00 |
Jos de Jong
|
38f7ce61c2
|
replaced the paid chrome app with a free hosted chrome app
|
2012-10-08 21:51:35 +02:00 |
Jos de Jong
|
79fda2de6e
|
screenshots updated
|
2012-10-02 21:09:05 +02:00 |
Jos de Jong
|
7e4a6868ac
|
built version 1.5.0
|
2012-10-02 20:46:55 +02:00 |
Jos de Jong
|
d7335714c4
|
Remove search results from a node removing the node
|
2012-10-02 20:43:45 +02:00 |
Jos de Jong
|
874d32ea2a
|
Updated annotations
|
2012-10-02 20:07:36 +02:00 |
Jos de Jong
|
29b284fa35
|
Little tweaking of the expand/collapse icons
|
2012-10-01 22:42:01 +02:00 |
Jos de Jong
|
04b15d67b8
|
Simplified the code of updating indexes. Also only update the indexes when needed (little performance improvement).
|
2012-10-01 22:34:04 +02:00 |
Jos de Jong
|
af08f5032e
|
Merged method _updateStatus into updateDom. This simplifies the code. Also improved the performance by not always recursing over the childs when executing updateDom.
|
2012-10-01 22:22:39 +02:00 |
Jos de Jong
|
23d0a1b4e0
|
Descriptions updated
|
2012-09-30 10:22:03 +02:00 |
Jos de Jong
|
49c25d97be
|
Fixed method Node.blur, which did not actually removed the focus from the node. Now it does.
|
2012-09-30 09:57:09 +02:00 |
Jos de Jong
|
40f3c2f62b
|
Fixed a bug in undo/redo of moving an item within the same parent node.
|
2012-09-30 09:35:54 +02:00 |
Jos de Jong
|
e50ebcb86a
|
updated version number and changelog
|
2012-09-29 22:50:34 +02:00 |
Jos de Jong
|
e7ff490ff0
|
fixed minor menu css issues, outlining of the buttons and search box
|
2012-09-29 22:50:16 +02:00 |
Jos de Jong
|
671a68c067
|
minor code improvements in the css
|
2012-09-29 19:40:06 +02:00 |
Jos de Jong
|
024a9cf587
|
created menu icons for the buttons on top of the JSONEditor and JSONFormatter
|
2012-09-29 19:28:54 +02:00 |
Jos de Jong
|
53da8488e9
|
fixed undo of deleting an item when the item was the last element of a list
|
2012-09-29 14:38:10 +02:00 |
Jos de Jong
|
f078a17be3
|
fixed undo/redo of a moved item when the item was the last element of a list
|
2012-09-29 14:33:53 +02:00 |
Jos de Jong
|
b8a6929265
|
implemented option enableHistory
|
2012-09-29 14:20:46 +02:00 |
Jos de Jong
|
244a9078f5
|
fixed usage of forEach on a DOM array (which is not supported)
|
2012-09-29 14:02:49 +02:00 |
Jos de Jong
|
5b5ee66139
|
Replaced most for loops with Array.forEach (and added Array.forEach implementation for IE8 compatibility)
|
2012-09-29 13:56:26 +02:00 |
Jos de Jong
|
32f29a9661
|
first basic implementation of history with undo/redo functionality
|
2012-09-29 11:01:17 +02:00 |
Jos de Jong
|
9d2259c3fe
|
Implemented an onChange method which registers all user actions (needed for undo/redo functionality and to enable external onchange event listeners)
|
2012-09-19 22:39:14 +02:00 |
Jos de Jong
|
f582b9d198
|
Cleaned up the code a little.
|
2012-09-19 21:22:46 +02:00 |
Jos de Jong
|
99c4b5196e
|
Cleaned up the code a little
|
2012-09-19 21:22:35 +02:00 |
Jos de Jong
|
b339a2b8c5
|
updated advertisement information, now linking to the paid, ad-free Chrome App.
|
2012-08-31 21:55:19 +02:00 |
Jos de Jong
|
d12cde974a
|
fixed issue #9: text in fields and values got wrapped in Chrome when zooming your browser
|
2012-08-31 21:53:42 +02:00 |
Jos de Jong
|
b57e1b440f
|
Binaries updatedfor version 1.4.3
|
2012-08-25 13:56:37 +02:00 |
Jos de Jong
|
958c85ddcf
|
Chrome App created
|
2012-08-25 13:54:57 +02:00 |
Jos de Jong
|
b2bd06136b
|
Screenshots added
|
2012-08-25 13:54:40 +02:00 |
Jos de Jong
|
cb56f6c796
|
changed code for the buttons to copy from formatter to editor and vice versa, no more inline javascript (gives security policy errors in chrome app)
|
2012-08-25 13:03:09 +02:00 |
Jos de Jong
|
42945722a5
|
Removed minified versions from source (are generated by running ant build.xml script)
|
2012-08-25 12:17:12 +02:00 |
Jos de Jong
|
cf5ed0bfb1
|
Fixed drop down menu removed multiple times (which did throw errors).
|
2012-08-25 12:15:14 +02:00 |
Jos de Jong
|
7ae11b551f
|
Created new logo and icons for the interface
|
2012-08-23 20:29:47 +02:00 |
Jos de Jong
|
05c9b3eeb7
|
Deleted old backup folder
|
2012-08-23 19:51:30 +02:00 |
Jos de Jong
|
d5815c24ad
|
Readme updated
|
2012-08-21 20:39:18 +02:00 |
Jos de Jong
|
7678019a4c
|
Readme updated
|
2012-08-21 20:36:26 +02:00 |
Jos de Jong
|
3afd78bcaf
|
Updated screenshot and readme
|
2012-08-21 20:33:49 +02:00 |
Jos de Jong
|
742ab0c06e
|
Added screnshot to readme
|
2012-08-21 20:27:08 +02:00 |
Jos de Jong
|
f0770dafa1
|
Updated readme
|
2012-08-20 21:57:42 +02:00 |
Jos de Jong
|
c69bd0d0fa
|
Updated description and readme
|
2012-08-20 21:52:36 +02:00 |
Jos de Jong
|
fea1ca26ec
|
replaced jsoneditor.css with jsoneditor-min.css in the index page
|
2012-08-19 15:53:39 +02:00 |
Jos de Jong
|
344358c15c
|
Binaries for v1.3.0 added
|
2012-08-19 15:25:42 +02:00 |
Jos de Jong
|
e6d070a370
|
Added feature to automatically add escape characters before \ and ", and automatically replace new lines with \n (adresses issues #4, #5, #6)
|
2012-08-19 15:25:08 +02:00 |
Jos de Jong
|
74e44e23e3
|
Fixed issues with methods addClassName and removeClassName, they now work perfectly reliable.
|
2012-08-17 13:19:51 +02:00 |
Jos de Jong
|
c26e461dd4
|
Cleaned up temporary alert
|
2012-08-16 22:32:14 +02:00 |