-
-
Notifications
You must be signed in to change notification settings - Fork 431
Control+Click not working #1059
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
Things seem to be working more consistently after messing with a few things, including enabling "Editor Quick Suggestions" in the settings, I'll see if it continues to work or starts bugging out again. |
Thanks for your report @qwertychouskie. There was a previous report of this problem on the Arduino forum. After some investigation, it was discovered that the cause was #1054
If you encounter this problem again, please check to see whether the Arduino IDE shows two copies of the sketch tag, similar to what is shown in this screenshot: |
That is a different issue, in my case Ctl+Click wouldn't do anything at all. |
@qwertychouskie Like i have just discovered in an issue i have open (#1041) where the settings dialog didnt work this issue could be related to the faster loading that was implemented in rc7. I also had this issue until i let the ide sit for a minute and load all the libraries etc in the background and then the ctrl + click was working again. |
From #714 (comment) it appears that @qwertychouskie was able to determine the problem is the same as #714. It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other. If you end up with additional information to share, feel free to comment in the other thread. |
Forgot to close this one, whoops, thanks for cleaning up |
I tried reading through #714 but I can't seem to find what is the connection with this issue, or what/if there is any solution to it. Was there a way to fix this? |
Same issue appeared on 2.3.0 here |
Describe the problem
When trying to use Ctl+Click on a function/variable/etc, it doesn't work. It will sometimes work when opening one of the example programs, but never on my own program.
To reproduce
Control+Click
Expected behavior
Control+Click should work reliably
Arduino IDE version
2.0.0-rc7 (via Flatpak)
Operating system
Linux
Operating system version
Ubuntu 22.04
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: