Commit Graph

229 Commits

Author SHA1 Message Date
josdejong 2140125ace Updated repository urls 2013-05-03 23:34:53 +02:00
josdejong 9dda39df21 Moved source folders 2013-05-03 23:26:09 +02:00
josdejong 0976f078a5 Updated comments 2013-05-03 23:06:16 +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 a03ea9a2d0 Added shortcut key Ctrl+Enter on the Expand button 2013-05-02 22:03:17 +02:00
josdejong ac7a5afe37 Navigable url is now a real anchor when mode=view. Some fixes in click and enter events. 2013-05-02 21:42:39 +02:00
josdejong 77291ac62b First basic implementation of a navigable url (see #40) 2013-04-30 21:16:58 +02:00
josdejong 132861b5bc Made second parameter name in function set(json, name) deprecated. Use setName(name) instead. 2013-04-30 15:16:13 +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 6679c88075 Updated version number to 2.2.0-SNAPSHOT 2013-03-11 20:31:08 +01:00
josdejong bdcf202adb Fixed the application not working on IE8 due to missing console object. 2013-03-11 20:29:46 +01:00
josdejong f52e3ad109 Added google verification file 2013-03-10 20:56:33 +01:00
josdejong 75dd258450 Docs and readme updated 2013-03-08 22:29:26 +01:00
josdejong 6a618615af Updated chrome app description 2013-03-08 22:14:07 +01:00
josdejong ec8e69f30e Readme updated 2013-03-08 22:12:02 +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 7754143795 Minor fixes in the splitter prototype 2013-03-08 20:58:32 +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 d9a561b695 Aligned the main menu to the right of the jsoneditor instead of the right of the page (so the menu is not located above the ad). 2013-02-21 08:54:25 +01:00
josdejong d3f604a790 Removed the "hide ads" button. Not allowed by Google AdSense, sorry. 2013-02-20 08:04:18 +01:00
josdejong f2bd180790 Merge branch 'master' into develop 2013-02-12 09:25:34 +01:00
josdejong 5abaf87311 Fixed undefined variable editor in _onRedo 2013-02-12 09:25:10 +01:00
josdejong 0f1a6d13a0 Added placeholder file for the beta version 2013-02-10 20:28:21 +01:00
josdejong 62e40d07dc Updated tile for chrome web store 2013-02-10 17:30:54 +01:00
josdejong d8525ba457 Updated readme 2013-02-10 17:30:37 +01:00
josdejong 2e24669f35 Merge branch 'develop' 2013-02-10 15:18:29 +01:00
josdejong 0bf357ad78 Updated screenshots and readme 2013-02-10 15:17:35 +01:00
josdejong 41d61b2b34 Merged v2.0.0 2013-02-09 20:06:18 +01:00
josdejong 3fb22ce546 Fixed positioning of disabled undo and redo icons 2013-02-09 19:35:01 +01:00
josdejong 2a8d1c4b71 Renamed changelog.md and datapolicy.md back to .txt 2013-02-09 19:05:47 +01:00
josdejong c85b5626ff Updated formatting in datapolicy.md 2013-02-09 17:58:05 +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 6468e51730 Fixed title 2013-02-09 16:44:56 +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 bc62c0b707 Fixed deprecated enableHistory option 2013-02-09 16:06:21 +01:00
josdejong b74918ef48 Added table of contents to the documentation 2013-02-09 15:58:26 +01:00
josdejong 36117d0554 Fixed some css issues regarding buttons with focus 2013-02-09 15:47:31 +01:00
josdejong 61795ecdef Keep action menu button highlighted when contextmenu is visible. 2013-02-09 13:35:46 +01:00
josdejong 103c9deec2 Fixed icon class in the contextmenu 2013-02-08 23:40:45 +01:00
josdejong 860e1b66e1 Added a documentation page for the application 2013-02-08 23:36:27 +01:00
josdejong fc02451781 Caret position is now neatly restored when the action menu is closed using ESC. 2013-02-08 12:33:54 +01:00
josdejong b64305bc1c Fixed wrong classname for the action menu icon 2013-02-08 12:31:49 +01:00
josdejong cfd1d70126 Updated the compact icon such that the total length of the lines match that of the format icon (see #34). 2013-02-07 17:11:47 +01:00
josdejong 9e2dbab3c1 Caret position is now neatly restored on undo/redo (except on IE8) 2013-02-07 13:55:33 +01:00
Jos de Jong 4f86925e44 Merge pull request #33 from vbortone/hotfix/1.7.0.1
Correct options.history assignment when options.enabledHistory used.
2013-01-31 00:23:32 -08:00