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:
@@ -1133,15 +1133,6 @@ namespace UI
|
||||
// NOTE : 전체로 돌리지 않고 Activate되어있는 EditLine에만 보내는 이벤트
|
||||
}
|
||||
|
||||
void CWindowManager::RunChangeCodePage()
|
||||
{
|
||||
if (m_pActiveWindow)
|
||||
if (m_pActiveWindow->IsRendering())
|
||||
{
|
||||
if (m_pActiveWindow->OnIMEChangeCodePage())
|
||||
return;
|
||||
}
|
||||
}
|
||||
void CWindowManager::RunOpenCandidate()
|
||||
{
|
||||
if (m_pLockWindow)
|
||||
|
||||
Reference in New Issue
Block a user