Reconvert command¶
Summary¶
Reconverts the selection using an IME capable of re-conversion.
Description¶
Reconverts the already converted text by using an Input Method Editor (IME) capable of re-conversion, typically found in Japanese IME.
How to Run¶
- Default Menu: Convert > Reconvert 
- All Commands: Convert > Reconvert 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: None (Typically, IME settings allow using the Convert key on Japanese keyboards.) 
Plug-in Command ID¶
EEID_RECONVERT (4199)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4199);
[VBScript]¶
editor.ExecuteCommandByID 4199