Nathan Sobo
58ef6c6582
Use atom.activatePackage directly in specs
2013-03-26 17:35:42 -06:00
Nathan Sobo
bf7fc39434
Rename AtomPackage.packageMain to .mainModule
2013-03-11 16:04:38 -06:00
Kevin Sawicki
8660670ae3
Replace RootView.getActiveEditor() with getActiveView()
2013-03-07 09:30:23 -08:00
Corey Johnson & Nathan Sobo
47aa74133f
Remove unneeded calls to rootView.deactivate
2013-02-19 18:26:51 -07:00
Corey Johnson & Nathan Sobo
9e8831f710
RootView.initialize no longer assigns window.rootView or calls open
2013-02-19 18:26:50 -07:00
Corey Johnson
958bc2bfab
Moved atom.loadPackage to a spec-only helper function
2013-02-13 16:37:59 -08:00
Corey Johnson & Kevin Sawicki
2d80d27ca7
Modernize command-panel package with package.cson
2013-02-08 17:28:07 -08:00
Kevin Sawicki
b277945718
Modernize command-logger package with package.cson
2013-02-08 17:28:06 -08:00
Kevin Sawicki
ef6e525674
Use package instead of package's view in specs
...
Event logs are now stored on the package and passed
to the view when toggled.
2013-01-31 09:33:06 -08:00
Kevin Sawicki
513a29d70e
Add deferred package type
...
This package defers loading until specific commands are
triggered on the root view.
2013-01-22 18:26:48 -08:00
Kevin Sawicki
20d5dbaa78
Wait for time to increase before checking last run
2013-01-22 18:26:48 -08:00
Kevin Sawicki
ca596db310
Extend AtomPackage directly in packages index.coffee
2013-01-22 18:26:48 -08:00
Kevin Sawicki
07fd29ccc4
Remove unneeded attachToDom() call
2013-01-11 08:31:56 -08:00
Nathan Sobo
8591c86733
Pass a name string to RootView.activatePackage & deactivatePackage
...
Previously we were relying on the package module itself to have a
`name` field. But now that we're using `atom.loadPackage` to load up
packages, we can infer the name of the module from the name of the
package directory.
2013-01-04 14:33:01 -07:00
Kevin Sawicki
d155ed7bc7
Ignore noisy events that are unimportant
2013-01-02 11:59:42 -08:00
Nathan Sobo
ec542170be
Use activatePackage method instead of activateExtension for spec
2012-12-31 14:19:49 -06:00
Kevin Sawicki
bd68dc618a
Add d3 treemap of command logger data
2012-12-28 17:10:10 -08:00
Kevin Sawicki
92661041f8
Add package to log command details
...
Logs the count and most recent time a command
is triggered and displays them in a sorted list.
2012-12-28 17:10:10 -08:00