Seit ca 2 Wochen stürzt bei mir Delphi 11.3 beim Klick im Hautmenü auf "Suchen" ab. Auch bei STRG+F oder STRG+R stürzt es ab.
Nicht immer, aber mehrmals am Tag und langsam nervt es mich.
Durch Google habe ich folgendes gefunden
https://en.delphipraxis.net/topic/65...h-menu-access/
Drain schreibt Uwe Raabe
Zitat:
As said, the error is not the search itself, but the refactoring part of the search menu, which barfs on some source code. As the underlying parser will be replaced by an LSP based one in the future.
If you have no need for the refactoring at all, you can just disable the
package in the Delphi registry: Known
IDE Packages, $(
BDS)\bin\refactoride280.bpl, edit the value and insert two underscores at the beginning.
No guarantee, that the
IDE will not get somewhat unstable by this. In that case revert the change.
Da Uwe auch hier unterwegs ist. Wo finde ich das?