14 lines
311 B
JavaScript
14 lines
311 B
JavaScript
|
define(["editor"], function(editor) {
|
||
|
|
||
|
/*
|
||
|
|
||
|
- test loading a session from an external file
|
||
|
- test loading two sessions, switching between them
|
||
|
- get tabs up and running
|
||
|
- get/set/display theme per tab
|
||
|
- expose API for creating/get/set/dropSession
|
||
|
- retain file handles after shutdown
|
||
|
|
||
|
*/
|
||
|
|
||
|
});
|