Commit graph

8 commits

Author SHA1 Message Date
Boaz Leskes 49045243e9 Moved marvelLinks.json to a common folder and added navigation menu to Sense
Relates to #35
2014-01-22 12:06:13 +01:00
Boaz Leskes f2b2fa9db7 Expose field type as meta in autocomplete 2014-01-22 11:09:04 +01:00
Boaz Leskes d0a7ca72ab Upgraded to ace 1.1.2. Converted tokenization to use standard ace stacks. Integrated auto complete with ace standard.
Also:
Fixed history popup.
Better initialization of settings module
2014-01-20 22:07:40 +01:00
Boaz Leskes 17883e8d01 Added comments to editor preview 2014-01-12 16:37:42 +01:00
Spencer Alger d5375d914d Refactored sense to use require.js
Highights of the Changes:
  - What was previously the editor is now input
  - Editor is now SenseEditor, a (somewhat) generic class that inherits from AceEditor and mixes in RowParser. will eventually be used by the output as well
  - input is an instance of SenseEditor that has an autocomplete object at `input.autocomplete`
  - Moved all network/sendToES logic into the app module
  - History no longer does any manipulation of the input, that is handled by the app (reduces inter module dependencies)
  - help popup and welcome popup are now seperate modules
  - welcome popup is not loaded unless needed
  - SenseEditor#getCurrentRequestRange and SenseEditor#getCurrentRequest are now async, and will return their value once tokenization has completed.
  - Replaced "Copy as cURL" functionality, using ZeroClipboard for now.
2014-01-12 16:24:01 +01:00
Boaz Leskes f906dc265c Even more ui tweaks 2013-12-18 21:36:19 +01:00
Boaz Leskes 57ffdaaf7c more ui tweaking. 2013-12-18 17:15:54 +01:00
Boaz Leskes 7354035798 Initial sense checkin 2013-12-18 17:15:54 +01:00