diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-22 17:06:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-23 11:22:48 +0100 |
commit | ebb728c9c01b5e86926381fa816cf69cb3eb1e37 (patch) | |
tree | d45366bdd6bb2507b445a4e79834b70de97a218c /sw/sdi/_annotsh.sdi | |
parent | 43d68d4ea9075abf2984c32fd81cb40d1df84c6a (diff) |
add a 'format all comments' feature
Change-Id: Ie9530f0f58b38d014beda60b9efba3ce93fe5c0e
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 142d5e788cec..15f03adf89d0 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -37,6 +37,12 @@ interface _Annotation StateMethod = GetNoteState ; ] + FN_FORMAT_ALL_NOTES + [ + ExecMethod = NoteExec ; + StateMethod = GetNoteState ; + ] + FN_HIDE_NOTE [ ExecMethod = NoteExec ; |