.. |
UIModules
|
PrefUI // Add phrase editor page.
|
2022-12-17 15:14:23 +08:00 |
WindowControllers
|
PrefWindow // Implementing PhraseEditorCocoa.
|
2022-12-17 15:14:23 +08:00 |
.gitignore
|
Starting from vChewing 2.6.2 SP3.
|
2022-12-17 14:32:15 +08:00 |
AppDelegate.swift
|
LMMgr & AppDelegate // Connecting PhraseEditorCocoa to the IME.
|
2022-12-17 15:14:23 +08:00 |
ChineseConverterBridge.swift
|
CCBridge // Add vertical ellipse symbol conversion.
|
2022-12-17 14:54:49 +08:00 |
IMEState.swift
|
IMEState // Add tooltip duration property.
|
2022-12-17 15:14:22 +08:00 |
IMEStateData.swift
|
IMEState // Add tooltip duration property.
|
2022-12-17 15:14:22 +08:00 |
InputHandler_Core.swift
|
InputHandler // Add updateUnigramData().
|
2022-12-17 15:14:22 +08:00 |
InputHandler_HandleCandidate.swift
|
LMInstantiator // Stop duplicating LMCassette.
|
2022-12-17 15:14:22 +08:00 |
InputHandler_HandleComposition.swift
|
LMInstantiator // Stop duplicating LMCassette.
|
2022-12-17 15:14:22 +08:00 |
InputHandler_HandleEvent.swift
|
InputHandler // Comment fix.
|
2022-12-17 15:14:22 +08:00 |
InputHandler_HandleInput.swift
|
InputHandler // Implement Ctrl+Shift+Command+Enter feature.
|
2022-12-17 15:14:22 +08:00 |
InputHandler_HandleStates.swift
|
InputHandler // Implement Ctrl+Shift+Command+Enter feature.
|
2022-12-17 15:14:22 +08:00 |
LMMgr.swift
|
LMMgr & AppDelegate // Connecting PhraseEditorCocoa to the IME.
|
2022-12-17 15:14:23 +08:00 |
PrefMgr_Core.swift
|
Prefs // +kPhraseEditorAutoReloadExternalModifications.
|
2022-12-17 15:14:23 +08:00 |
PrefMgr_Extension.swift
|
PrefMgr // Add shareAlphanumericalModeStatusAcrossClients().
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_Core.swift
|
SessionCtl // Improve the handling of isVerticalTyping().
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_Delegates.swift
|
SessionCtl // Do currentLM.insertTemporaryData() when necessary.
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_HandleDisplay.swift
|
SessionCtl // Nil the candidateUI for inactive sessions.
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_HandleEvent.swift
|
SessionCtl // Nil the inputHandler for inactive sessions.
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_HandleStates.swift
|
SessionCtl // Add isServingIMEItself().
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_IMKCandidatesData.swift
|
SessionCtl // ctlCandidateCurrent -> candidateUI.
|
2022-12-17 15:14:22 +08:00 |
SessionCtl_Menu.swift
|
SessionCtl & LMMgr // Simplify the handling of openUserDictFile().
|
2022-12-17 15:14:22 +08:00 |
SymbolMenuDefaultData.swift
|
Repo // Pull symbol menu default data out of the package.
|
2022-12-17 14:54:48 +08:00 |
main.swift
|
SessionCtl // Revamp certain client()-related operations.
|
2022-12-17 14:54:48 +08:00 |