26 Commits

Author SHA1 Message Date
Nathan Sobo
da36d5f40f Start experimenting with an EditorView that renders content with React 2014-04-22 17:09:01 -06:00
Corey Johnson
5917f71685 Use KeymapManager::findKeyBindings 2014-04-18 15:50:30 -07:00
Nathan Sobo
65564e2012 Rename atom.keymap to atom.keymaps 2014-03-31 16:28:55 -06:00
Kevin Sawicki
6948183270 Only add keybindings when command is present 2014-03-26 17:34:09 -07:00
Kevin Sawicki
ec4cf8b497 Remove ConfigObserver
This class offers little utility now that emissary exists with beefed
up Subscriber and Emitter classes.
2014-02-06 13:07:25 -08:00
Kevin Sawicki
09952d18c0 Only attempt to require bootstrap/js/tooltip once 2014-01-29 15:28:55 -08:00
Nathan Sobo
8ca8ac5efc Make ConfigObserver a proper mixin and export it 2014-01-21 20:56:23 -07:00
Kevin Sawicki
627e43dccf Hide tooltips when window is resized
Refs atom/feedback#12
2014-01-21 12:33:23 -08:00
Kevin Sawicki
cb8b38b7f7 💄 Use @ instead of this 2014-01-21 11:42:21 -08:00
Ben Ogle
43bf47fa26 Upgrade to underscore-plus@0.4.0 2013-12-10 11:47:53 -08:00
Ben Ogle
65746521a6 Increase timeout to show default tips 2013-11-26 15:53:54 -08:00
Ben Ogle
f395905d4e Add destroyTooltip() 2013-11-26 15:46:01 -08:00
Ben Ogle
413078a493 Add hideTooltip function to hide the tip right now. 2013-11-26 15:35:47 -08:00
Ben Ogle
32e25d4bb2 Don't override the default options! 2013-11-22 15:39:47 -08:00
Ben Ogle
3f75512de2 Tooltips can now override the default options 2013-11-22 15:15:05 -08:00
Ben Ogle
d5ce1a0312 Add more chars to the shortcut parser 2013-11-22 10:02:52 -08:00
Ben Ogle
18399aa264 Replace keystrokes in tooltips 2013-11-21 16:53:38 -08:00
Ben Ogle
e8bfb7ca09 Fix up things for kevin 2013-11-20 17:10:57 -08:00
Ben Ogle
4bfd48b983 Add setTooltip jquery function 2013-11-20 16:55:50 -08:00
Kevin Sawicki
9d51d1a143 Use jquery provided by space-pen 2013-10-16 13:34:41 -07:00
Kevin Sawicki
216a5e61fd Update underscore-extensions requires 2013-10-15 13:50:16 -07:00
Kevin Sawicki
9fe32954dc Update classes for emissary API 2013-10-14 17:28:26 -07:00
Kevin Sawicki
f9a0e038a5 Use emissary for EventEmitter and Subscriber 2013-10-14 17:28:26 -07:00
Kevin Sawicki
41fc4f7fe6 Use relative require paths in src/ files 2013-09-20 10:02:20 -07:00
Kevin Sawicki
a7afe7b46f Add underscore, jQuery, and SpacePen to exports 2013-09-20 10:02:18 -07:00
Kevin Sawicki
76332c76bd Flatten src directory
* Move src/app to src/
  * Move src/stdlib to src/
  * Remove src/app and src/stdlib from NODE_PATH
2013-08-19 20:13:57 -07:00