mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[code] Cleaned Script and ScriptStore classes, created accordion.h
A Script object now contains its AutoImport marker, its name and its content. The ScripStore methods have better names and the optimization is cleaner. Change-Id: I1b21af2d23f1c9a34f984309512b0c01b2f1c320
This commit is contained in:
@@ -19,7 +19,7 @@ ScriptParameterController::ScriptParameterController(Responder * parentResponder
|
||||
}
|
||||
|
||||
void ScriptParameterController::setScript(int i){
|
||||
m_editorController.setScript(m_scriptStore->editableScript(i));
|
||||
m_editorController.setScript(m_scriptStore->scriptAtIndex(i, ScriptStore::EditableZone::Content));
|
||||
m_currentScriptIndex = i;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user