IDE freeze

Forum for discussion about the Windows IDE of Hollywood
Post Reply
Flinx
Posts: 188
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

IDE freeze

Post by Flinx »

A certain operating sequence causes the IDE to freeze. Unfortunately this only happens with the full source code of my current project, I can't find a snippet that does the same.
How should I submit this suspected bug? (The code is not secret, if that helps.)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: IDE freeze

Post by airsoftsoftwair »

Just send me the source code and I'll check.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: IDE freeze

Post by airsoftsoftwair »

So this turned out to be a bug in Windows' RichEdit control 3.0. Using version 4.1 solved it so I changed the IDE to use the latest version.

Code: Select all

- Change [IDE]: The Windows IDE uses the RichEdit control 4.1 now (where available); this will fix some
  bugs with the old control like an app freeze under very rare circumstances
Post Reply