Commit Graph

156 Commits

Author SHA1 Message Date
ShikiSuen 8b20b76689 InputHandler // Console log if alternative symbol menu is empty. 2022-12-17 15:14:21 +08:00
ShikiSuen 47ab4867b1 Repo // Remove the useless .ofNotEmpty() state. 2022-12-17 15:14:21 +08:00
ShikiSuen 71aafba1c5 LMI // Simplified the construction of the filtered list. 2022-12-17 15:14:21 +08:00
ShikiSuen 064b2fbe7d InputHandler // Fix wrong conditioning of composeReading(), etc. (#206)
- Stop calling candidate window when the compositor is empty.
- Stop handling the simple input case of the intonation "tone1".
2022-12-17 14:55:56 +08:00
ShikiSuen 3cba0ca87f Tekkon // Update romaji buffer display when necessary. (#204) 2022-12-17 14:55:56 +08:00
ShikiSuen 7cbaad774d LMA // Trim unnecessary newlines. 2022-12-17 14:54:50 +08:00
ShikiSuen 86512eb625 TDKCandidates // Trim newlines among lookup results. 2022-12-17 14:54:50 +08:00
ShikiSuen b543249f10 LineReader // Remove linebreak data from returned line result. 2022-12-17 14:54:50 +08:00
ShikiSuen fefb106d34 LMCassette // Also let clear() clear the reverseLookupMap. 2022-12-17 14:54:50 +08:00
ShikiSuen d9258192f5 Prefs // Add "AutoCombineLongestPossibleCassetteKey". 2022-12-17 14:54:50 +08:00
ShikiSuen c88c8bda64 LMCassette // Generate wildcard table even if wildcardKey is missing. 2022-12-17 14:54:49 +08:00
ShikiSuen 8098ae8239 LMInstantiator // Fix and simplify hasUnigramsFor(). 2022-12-17 14:54:49 +08:00
ShikiSuen 32e462af43 Megrez // Let insertKey() return false if no new nodes added. 2022-12-17 14:54:49 +08:00
ShikiSuen 5fbc2fb728 TDKCandidates // UI accommodation with long reverse-lookup results.
- Use array to handle reverse-lookup UI representation.
- Remove SessionCtl.annotate().
2022-12-17 14:54:49 +08:00
ShikiSuen c9c81803b8 TDKCandidates // Implement CTFontCreateUIFontForLanguage(). 2022-12-17 14:54:49 +08:00
ShikiSuen ee8b8d9013 Repo // Merge certain Swift extensions. 2022-12-17 14:54:49 +08:00
ShikiSuen d2d8d4ab58 LMCassette // Handle delimiters consisting of multiple spaces. 2022-12-17 14:54:49 +08:00
ShikiSuen 85efbeaf81 TDKCandidates // Optimize vertical display in single column mode. 2022-12-17 14:54:49 +08:00
ShikiSuen f94ecf5fda Repo // Implementing reverse-lookup, requiring macOS 10.15 and later.
- Prefs & PrefUI // Add reverse-lookup toggle.
2022-12-17 14:54:49 +08:00
ShikiSuen d5fbcf5e2c Repo // Comment updates. 2022-12-17 14:54:49 +08:00
ShikiSuen 3df9e692a7 LMI // Stop reading factory plist dictionaries when using cassette mode. 2022-12-17 14:54:49 +08:00
ShikiSuen 44fc72a9a1 TDKCandidates // Decrease padding to 3. 2022-12-17 14:54:49 +08:00
ShikiSuen 2614916354 LMCassette // Partial CIN2 Support (%sname & %intlname). 2022-12-17 14:54:49 +08:00
ShikiSuen 2cdfce640f LMCassette // Partial CIN2 Support (%wildcardKey).
- Also disable wildcardKey if it is included in the %chardef section.
2022-12-17 14:54:49 +08:00
ShikiSuen d6f47b6213 LMCassette // Partial CIN2 Support (%octagram).
- Data loading is supported. However, the entire interaction method with Megrez needs to be reconsidered for using frequency data of words consisting of more than 1 kanji.
2022-12-17 14:54:49 +08:00
ShikiSuen 007928ea6f LMCassette // Remove "shouldStartReading" and "isOV". 2022-12-17 14:54:49 +08:00
ShikiSuen 4e124e6aac Repo // Let tooltip window auto-disappear after given seconds. 2022-12-17 14:54:49 +08:00
ShikiSuen 751824feef Repo // Better handling with tooltip colors. 2022-12-17 14:54:49 +08:00
ShikiSuen 06bcd3637c LMCassette // Tolerance with tabs: Use Tab as the delimiter if found. 2022-12-17 14:54:49 +08:00
ShikiSuen 5ca4138b63 LMAssembly // Use class in lieu of struct. 2022-12-17 14:54:49 +08:00
ShikiSuen da891266f5 LMCassette // Fix an issue of adding invalid contents to dictionary. 2022-12-17 14:54:49 +08:00
ShikiSuen 609ad98f4a UpdateSputnik // Comment update. 2022-12-17 14:54:49 +08:00
ShikiSuen ce7e140458 LMCassette // Fix a forgotten comment. 2022-12-17 14:54:49 +08:00
ShikiSuen b59b8d5345 LMMgr // Fix malfunctioned loadCassetteData(). 2022-12-17 14:54:49 +08:00
ShikiSuen c0ef70fe0d InputHandler // Implement stroke composition support. 2022-12-17 14:54:49 +08:00
ShikiSuen 8b8ebbf14f Prefs // Add properties regarding Cassette module. 2022-12-17 14:54:49 +08:00
ShikiSuen 9411f4c7b8 LMAssembly // Adapting LMCassette to LMInstantiator.
- Also using "Self." when necessary.
2022-12-17 14:54:49 +08:00
ShikiSuen f74d3c174d LMAssembly // Introducing LMCassette.
- Powered by Tohno Engine.
2022-12-17 14:54:49 +08:00
ShikiSuen a5eacbcadc TISExtension // Enhancing type safety. 2022-12-17 14:54:49 +08:00
ShikiSuen 2e58eca255 TISExtension // Add notes regarding "scriptCode". 2022-12-17 14:54:49 +08:00
ShikiSuen 98487ce974 TDKCandidates // Add a spacer to the right edge of the window. 2022-12-17 14:54:49 +08:00
ShikiSuen a9c02f9904 Tekkon // hasToneMarker() -> hasIntonation(). 2022-12-17 14:54:49 +08:00
ShikiSuen 77f071eef5 Repo // Preferences -> SSPreferences. 2022-12-17 14:54:49 +08:00
ShikiSuen fd3c48bf02 LMAssembly // Format tweaks. 2022-12-17 14:54:49 +08:00
ShikiSuen 04bdb0db47 LMAssembly // Change isLoaded() from function to variable. 2022-12-17 14:54:49 +08:00
ShikiSuen 3aee3159e1 LMAssembly // Add a customized error. 2022-12-17 14:54:49 +08:00
ShikiSuen da25d6acb5 TDKCandidates // Fix unit test error. 2022-12-17 14:54:49 +08:00
ShikiSuen 1324e0a077 Repo // selectedCandidateIndex -> highlightedIndex. 2022-12-17 14:54:48 +08:00
ShikiSuen 0a0f02861b InputHandler // Remove errorCallback(). 2022-12-17 14:54:48 +08:00
ShikiSuen 36a83f25a2 InputHandler // Remove stateCallback(). 2022-12-17 14:54:48 +08:00