| .. |
|
AppDelegate.swift
|
Repo // Ensure [weak self] wherever necessary.
|
2023-09-15 19:39:23 +08:00 |
|
ChineseConverterBridge.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
IMEApp.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
IMEState.swift
|
IMEState // Expose .markedTargetIsCurrentlyFiltered().
|
2023-09-15 19:39:23 +08:00 |
|
IMEStateData.swift
|
IMEStateData // Update tooltip if currently marked pair is filtered.
|
2023-09-15 19:39:23 +08:00 |
|
InputHandler_Core.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
InputHandler_HandleCandidate.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
InputHandler_HandleComposition.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
InputHandler_HandleStates.swift
|
InputHandler // Update tooltip text for unfiltering phrases.
|
2023-09-15 19:39:23 +08:00 |
|
InputHandler_TriageInput.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
LMMgr_Core.swift
|
LMMgr // Add .checkIfPhrasePairIsFiltered().
|
2023-09-15 19:39:23 +08:00 |
|
LMMgr_PhraseEditorDelegate.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |
|
LMMgr_UserPhraseStructure.swift
|
LMInstantiator & UserPhrase // New method to check isFiltered().
|
2023-09-15 19:39:23 +08:00 |
|
LMMgr_Utilities.swift
|
Repo // Make UserDefaults unit-testable.
|
2023-08-29 14:48:09 +08:00 |
|
PrefMgr_Core.swift
|
UserDefaults // +alwaysExpandCandidateWindow().
|
2023-09-15 19:39:23 +08:00 |
|
PrefMgr_Extension.swift
|
PrefMgr // Unleash certain settings for macOS 13 and 14.
|
2023-09-15 19:39:23 +08:00 |
|
SessionCtl_Core.swift
|
Repo // Ensure [weak self] wherever necessary.
|
2023-09-15 19:39:23 +08:00 |
|
SessionCtl_Delegates.swift
|
SessionCtl // Bind alwaysExpandCandidateWindow().
|
2023-09-15 19:39:23 +08:00 |
|
SessionCtl_HandleDisplay.swift
|
SessionCtl // Make dynamic candidate window origin togglable.
|
2023-09-15 19:39:23 +08:00 |
|
SessionCtl_HandleEvent.swift
|
SessionCtl // Check inputHandler's LM instead in handle().
|
2023-08-29 14:48:09 +08:00 |
|
SessionCtl_HandleStates.swift
|
SessionCtl // Add one more replacement attempt to the final commit.
|
2023-08-29 14:48:09 +08:00 |
|
SymbolMenuDefaultData.swift
|
Repo // Bundlize main components into a dedicated Swift package.
|
2023-08-29 14:48:09 +08:00 |