-
Notifications
You must be signed in to change notification settings - Fork 285
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
Crash in string value for multiple objects #2242
Comments
Basically calling I'm sure there are other ways of reproducing this, but this is how I just came across it |
Although, 8f902d7 could also be the bug. Checking for a real object using the stringValue as the identifier seems very hacky, although I know what you were trying to fix there |
In general, text objects don’t have identifiers, but they did for a brief period as you probably remember. I think that code was there so any triggers (or other stored QSCommands) created during that period would still work. So most of the time, it doesn’t do anything. But I too question using Anyway, I’ll get this fixed. |
It seems @skurfer's latest changes cause a crash in
stringValue
. To reproduce:~/nowhere
, pres ESC, then comma, then enter text mode again.dObject
of 2 text objects (to nonexistent files). The action is irrelevant[object splitObjects]
in thestringValue
method.This was broken by 9e84daa
The text was updated successfully, but these errors were encountered: