Full Unicode patch with RTL Support & BiDi logic.
This commit is well documented, so no need to tell you my life story. Full Unicode patch with RTL Support & BiDi logic. Removed the legacy codePage, normalised to UTF8 (65001). It also comes with: CTRL + A : select text (highlighted) CTRL + C : copy CTRL + V : paste CTRL + X : cut CTRL + Y : redo CTRL + Z : undo
This commit is contained in:
@@ -48,7 +48,6 @@ class IAbstractApplication : public TAbstractSingleton<IAbstractApplication>
|
||||
virtual void RunIMETabEvent() = 0;
|
||||
virtual void RunIMEReturnEvent() = 0;
|
||||
|
||||
virtual void RunIMEChangeCodePage() = 0;
|
||||
virtual void RunIMEOpenCandidateListEvent() = 0;
|
||||
virtual void RunIMECloseCandidateListEvent() = 0;
|
||||
virtual void RunIMEOpenReadingWndEvent() = 0;
|
||||
|
||||
Reference in New Issue
Block a user