vChewing-macOS/Source/Modules
ShikiSuen 2c3bd26b73 InputHandler // Fix several issues with Pinyin handling.
- Stop committing unfinished pinyin.
- Detect isReadingKeyNotEmpty for Tekkon RomajiBuffer.
2023-05-01 21:03:05 +08:00
..
UIModules SessionCtl // Add switchInputMode() with its menu item. 2023-05-01 21:03:05 +08:00
WindowControllers CtlPrefWindow // clang-format. 2023-05-01 21:03:05 +08:00
.gitignore Starting from vChewing 2.6.2 SP3. 2022-12-17 14:32:15 +08:00
AppDelegate.swift AppDelegate // Fix odd preferences first. 2023-03-07 18:38:59 +08:00
ChineseConverterBridge.swift Repo // Using map(\.description) in lieu of charComponents(). 2023-02-11 13:07:59 +08:00
IMEState.swift IMEState // Remove useless variables, etc. 2023-05-01 21:03:05 +08:00
IMEStateData.swift IMEState // Remove useless variables, etc. 2023-05-01 21:03:05 +08:00
InputHandler_Core.swift Repo // Add Wade-Gyles pinyin support. 2023-04-05 20:26:07 +08:00
InputHandler_HandleCandidate.swift Repo // API changes for further purposes. 2023-03-10 16:02:08 +08:00
InputHandler_HandleComposition.swift InputHandler // Fix several issues with Pinyin handling. 2023-05-01 21:03:05 +08:00
InputHandler_HandleEvent.swift Repo // Add fail-safe for errors related to IMKCandidate internal APIs. 2023-03-01 22:58:19 +08:00
InputHandler_HandleInput.swift InputHandler // Fix several issues with Pinyin handling. 2023-05-01 21:03:05 +08:00
InputHandler_HandleStates.swift InputHandler // Remove useless conditions when nerfing single kanjis. 2023-03-23 21:17:43 +08:00
LMMgr_Core.swift LMAssembly & LMMgr // Add countPhrasePairs(), etc. 2023-03-23 21:17:43 +08:00
LMMgr_PhraseEditorDelegate.swift LMAssembly & LMMgr // Add countPhrasePairs(), etc. 2023-03-23 21:17:43 +08:00
LMMgr_UserPhraseStructure.swift LMAssembly & LMMgr // Add countPhrasePairs(), etc. 2023-03-23 21:17:43 +08:00
LMMgr_Utilities.swift Repo // Refactoring the entire LMMgr. 2023-03-10 16:02:08 +08:00
PrefMgr_Core.swift SessionCtl // Add switchInputMode() with its menu item. 2023-05-01 21:03:05 +08:00
PrefMgr_Extension.swift Prefs // Extend upperCaseLetterKeyBehavior(). 2023-03-12 14:56:14 +08:00
SessionCtl_Core.swift SessionCtl // Add switchInputMode() with its menu item. 2023-05-01 21:03:05 +08:00
SessionCtl_Delegates.swift SessionCtl // Implement candidatePairHighlightChanged(). 2023-03-10 16:02:08 +08:00
SessionCtl_HandleDisplay.swift SessionCtl // Use AttributeStrings generated by new methods. 2023-05-01 21:03:05 +08:00
SessionCtl_HandleEvent.swift i18n // Fix certain localization keys. 2023-05-01 21:03:05 +08:00
SessionCtl_HandleStates.swift SessionCtl // Use AttributeStrings generated by new methods. 2023-05-01 21:03:05 +08:00
SessionCtl_IMKCandidatesData.swift Repo // Call candidatePairHighlightChanged() when appropriate. 2023-03-10 16:02:08 +08:00
SessionCtl_Menu.swift SessionCtl // Add switchInputMode() with its menu item. 2023-05-01 21:03:05 +08:00
SymbolMenuDefaultData.swift CandidateNode // Add data of Hanin Keyboard Symbols for query. 2023-02-11 13:07:59 +08:00
main.swift Main // Use system NSSound by default. 2023-04-15 15:08:38 +08:00