Caret/js/sessions
2015-03-31 15:06:32 +01:00
..
addRemove.js Make sure to initialize syntax dropdown before setting syntax mode 2014-07-20 10:16:57 -07:00
autosave.js Fix #364 - autosave only saves changed tabs 2015-03-31 15:06:32 +01: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.rst Switch to reStructuredText for documentation. 2014-09-05 08:41:16 -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.