-
-
Notifications
You must be signed in to change notification settings - Fork 313
PyScripter entering loop #1163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Confirmed. By the way to get good completion with delphivcl in the editor you can add it to |
…utf8 encoded. Application.ExeName docstring contained an invalid character. See also pyscripter/pyscripter#1163
Thanks for your report. Actually this is due to a bug in delphivcl. See Embarcadero/DelphiVCL4Python#15. I hope they fix it soon. PyScripter should have handled this more gracefully though. I see what I can do. |
The PyScripter side of this issue has been fixed in the repo. The fix will be available with the next release. |
Here's the list of steps needed to make the IDE crash, apparently going into a loop.
delphivcl import
moduledelphivcl
and then add a dot (.
).The IDE should open Code Complete and display the list of functions/properties, however the IDE loops and needs to be dropped.
Looping IDE image.

The text was updated successfully, but these errors were encountered: