Kaydet (Commit) de087108 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS thaiissues (1.9.14); FILE MERGED

2005/10/25 08:52:10 fme 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED
2005/10/17 13:57:55 cl 1.9.14.1: #i55135# added FormattingMark menu
üst d72c96f4
......@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellBase.sdi,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: rt $ $Date: 2005-11-08 16:29:16 $
* last change: $Author: obo $ $Date: 2005-11-16 09:19:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -343,6 +343,41 @@ interface ViewShellBaseView : View
ExecMethod = Execute;
StateMethod = GetState;
]
FN_INSERT_SOFT_HYPHEN // status(final|play)
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
FN_INSERT_HARDHYPHEN // status()
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
FN_INSERT_HARD_SPACE // status(final|play)
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_INSERT_RLM
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_INSERT_LRM
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_INSERT_ZWSP
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_INSERT_ZWNBSP
[
ExecMethod = Execute ;
StateMethod = GetState ;
]
SID_RESTORE_EDITING_VIEW
[
ExecMethod = Execute ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment