Caret/js/sessions
2014-07-02 23:02:12 -07:00
..
addRemove.js Fix close buttons masking the tab gradient. 2014-02-23 14:21:11 -08:00
autosave.js Fix some bugs with null key commands. Start refactor of fileManager.js. 2014-06-29 16:40:40 -07:00
binding.js Better drag/drop feedback for tabs. 2014-05-04 21:53:50 -07:00
dragdrop.js Drag-drop needs to import storage/file. Fixes #266. 2014-07-02 23:02:12 -07:00
readme.md Update the module readme files. 2014-05-14 21:31:20 -07:00
state.js Fix some bugs with the palette, syntax cleanup, add comments. 2014-02-26 18:56:05 -08:00
switching.js Fix some bugs with the palette, syntax cleanup, add comments. 2014-02-26 18:56:05 -08:00

Module description - sessions/*

The sessions folder contains functionality that was broken out to keep sessions.js from getting huge.

addRemove.js

Provides methods for adding, removing, and re-ordering sessions and their tabs.

binding.js

Event bindings, such as drag/drop and middle click

state.js

Actual tab state as a singleton, imported by other modules to do re-ordering or other tab manipulation.

switching.js

Provides the utility methods for between tabs, directly or in order.