I just tried to do Jump to (Alt+G) in a .py file that normally works, and it's coming up blank for me. Where can I go to troubleshoot/debug this? Is there an error log somewhere?
"Jump to..." broken in .py file for v2.1.1.2047?
(4 posts) (2 voices)-
Posted 2 years ago #
-
2.1 moves the ctagsnavigator plugin into the main PN directory. I didn't remember to make the installer run pn --findexts so you'll need to run that manually. I'll add this to the next installer.
The way to check whether this should be working is to look in the Extensions page in options and check that the CTags plugin is there.
Posted 2 years ago # -
That did it, thanks. No worries, easy details to forget.
When I'm release my program, I test on a virtual machine first. There are just too many external variables to consider when testing on your dev machine (debuggers, redistributables & dlls, registry changes), so testing on a virt machine helps you test a "clean" install. Might help.
Anyway, thanks again.
Posted 2 years ago # -
Yeah, I normally test on an XP VM just to make sure that things still work on XP (:)) and that clean installs work. Unfortunately I just rebuilt my dev machine and haven't got it set up again yet!
Posted 2 years ago #
Reply
You must log in to post.