-
Notifications
You must be signed in to change notification settings - Fork 1
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
Doesn't respond or function on Edit 9.3.2 #3
Comments
Any luck @glennhefley ? can we be of any assistance? |
Albeit having no previous experience developing Komodo extensions, I tried to give this a shot. The first problem I found is that the The next problem is that the I'm already lost there, so any hints would be appreciated. |
I'm sorry for not getting back sooner. I concure on what cmb69 found, but have no clue after that, and didn't know what to look for until cmb pointed it out o.O -- so, yeah, I'm a lot of help here. |
Can you link the the portion of code that you are looking to fix? |
At least https://github.com/Komodo/Todo/blob/master/content/todo-ko7.js#L315-L317 would have to be fixed. |
Thanks, that helps. The issue is that findresults.create() has been changed to now be asynchronous. See: Komodo/KomodoEdit@5042536#diff-56e5180917856b95fc884fc3c9b9fdcfR95 So the code would simply have to be updated to support a callback parameter instead of getting the manager object from the return value. |
Thanks, Naatan, and sorry for the delay. I've now managed to make the Todo extension working with current Komodo Edit 9.3nightly, but it's somewhat of a hack, and Komodo 8 and older won't be supported. I hope to find some time to improve this. |
Does Not appear to work any longer as of Komodo Edit, version 9.3.2, build 16460, platform win32-x86. Will not search, and can't change the context (current file, opened files, active project) I'll download the source and try to compile it with this and see what happens.
The text was updated successfully, but these errors were encountered: