Access violation when press Ctrl+Space

Hi.

Access violation when press Ctrl+Space in uses section:

http://imageshack.com/i/pnIa2JTIp

Please provide detailed info, steps to reproduce, or even better a compilable project that reproduces the issue. Unfortunately the provided info is not enough for us to know the cause of the error.

Yes:


1. Drop a TIDEScripter component in the form
2. Drop a TIDEEngine component in the form
3. Drop a TIDEDialog component in the form
4. Link the TIDEScripter component to the TIDEEngine component through the
TIDEEngine.Scripter property
5. Link the TIDEEngine component to the TIDEDialog component through the
TIDEDialog.Engine property
4. Call TIDEDialog.Execute method:
IDEDialog1.Execute;

Then in script project ctrl+space in uses section and error: http://imageshack.com/i/pnIa2JTIp

Thank you. We have fixed this issue, fix will be included in next release.