Caret/js/sessions/readme.rst

28 lines
577 B
ReStructuredText
Raw Normal View History

Module description - sessions/\*
================================
2014-05-15 04:31:20 +00:00
The sessions folder contains functionality that was broken out to keep
``sessions.js`` from getting huge.
2014-05-15 04:31:20 +00:00
addRemove.js
------------
2014-05-15 04:31:20 +00:00
Provides methods for adding, removing, and re-ordering sessions and
their tabs.
2014-05-15 04:31:20 +00:00
binding.js
----------
2014-05-15 04:31:20 +00:00
Event bindings, such as drag/drop and middle click
state.js
--------
2014-05-15 04:31:20 +00:00
Actual tab state as a singleton, imported by other modules to do
re-ordering or other tab manipulation.
2014-05-15 04:31:20 +00:00
switching.js
------------
2014-05-15 04:31:20 +00:00
Provides the utility methods for between tabs, directly or in order.