Seth Hillbrand
265b00d994
Try to fix DRC rule editor slow load on Windows
...
During LoadExistingRules, each call to AppendNewRuleTreeItem
triggered SelectItem, which fired the selection-changed handler.
That handler created a full PANEL_DRC_RULE_EDITOR per rule,
compiling 14 regex patterns, instantiating Scintilla, running
layout, then immediately destroying it when the next rule was
appended. Also fix other potential slow downs
2026-03-12 09:56:49 -07:00
..
2025-08-12 20:01:02 +08:00
2025-09-24 11:36:49 +01:00
2025-12-31 13:32:38 +00:00
2025-09-26 12:13:45 +01:00
2025-01-01 14:12:04 -08:00
2025-08-16 20:07:45 -07:00
2025-01-01 14:12:04 -08:00
2025-10-30 12:37:48 -07:00
2025-01-04 09:21:11 -05:00
2025-08-11 17:19:12 +01:00
2025-09-13 20:12:53 +02:00
2025-08-21 12:29:34 +01:00
2025-07-26 21:24:37 +01:00
2025-08-11 17:19:12 +01:00
2025-08-11 17:19:12 +01:00
2025-04-03 13:19:20 +02:00
2025-01-01 14:12:04 -08:00
2025-01-01 14:12:04 -08:00
2025-08-29 10:29:11 -07:00
2026-01-28 17:37:14 +00:00
2025-08-25 12:13:38 +01:00
2025-01-01 14:12:04 -08:00
2025-08-25 14:37:07 -07:00
2025-10-15 22:18:52 -04:00
2025-08-25 12:13:38 +01:00
2025-03-15 14:33:47 +00:00
2025-10-15 22:18:52 -04:00
2025-01-01 14:12:04 -08:00
2025-08-26 11:22:32 -07:00
2025-08-15 16:57:46 +01:00
2025-01-01 14:12:04 -08:00
2025-01-01 14:12:04 -08:00
2025-02-20 17:04:47 +01:00
2025-04-19 00:30:34 +01:00
2025-01-04 09:21:11 -05:00
2025-08-15 16:57:46 +01:00
2026-01-01 20:15:44 +03:00
2026-02-26 11:34:41 +01:00
2026-03-12 09:56:49 -07:00