* Fix word wrap bug introduced prior -- use 'expand' not 'expandTabs'

* Notes on better access of views by ID
* Work on apply process a bit
* Replies can now be saved
This commit is contained in:
Bryan Ashby
2015-09-20 01:29:07 -06:00
parent a6d00b05a7
commit b15d9a0bf8
7 changed files with 71 additions and 7 deletions

View File

@@ -230,6 +230,13 @@
}
]
}
actionKeys: [
{
keys: [ "escape" ]
viewId: 13
}
]
}
}
}
@@ -664,6 +671,10 @@
submit: {
*: [
{
value: { 1: 0 }
action: @method:editModeMenuSave
}
{
value: { 1: 1 }
action: @method:replyDiscard
@@ -686,7 +697,7 @@
}
{
keys: [ "s", "shift + s" ]
action: @method:replySave
action: @method:editModeMenuSave
}
{
keys: [ "d", "shift + d" ]