mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
InputMethodTest: fix certain IMEs not being added properly
(cherry picked from commit 621a5e37d6)
This commit is contained in:
@@ -185,7 +185,7 @@ public class InputMethodTest {
|
||||
|
||||
public static void layout(String name) {
|
||||
List<String> layouts = new ArrayList<>();
|
||||
if (name.matches("com\\.apple\\.inputmethod\\.(SCIM|TCIM|TYIM|Kotoeri\\.\\w+)\\.\\w+")) {
|
||||
if (name.matches("com\\.apple\\.inputmethod\\.(SCIM|TCIM|TYIM|Kotoeri|Korean|VietnameseIM\\.\\w+)\\.\\w+")) {
|
||||
layouts.add(name.replaceFirst("\\.\\w+$", ""));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user