-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Clickable URLs in sketch comment block #7622
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
SketchTextArea.java .. if memory serves |
Thanks @lmihalkovic! The amount of awaiting PR's is impressive on this project, is that worth a feature request or a PR for this? [edit] Looks like it's an inherited field (HYPERLINKS_ENABLED_PROPERTY) from org.fife.ui.rsyntaxtextarea.RSyntaxTextArea. |
|
[component: IDE/User Interface]
[type: improvement]
While github understands a URL shouldn't be clickable in a source code snippet, Arduino IDE seems to be at the opposite.
sektch.ino
Arduino IDE is trying (and failing on Linux) to launch a browser every time I click -intentionnaly or accidentally- on a URL in a comment block.
So my question is: how can I completely disable this option, or make it ineffective? I've tried blanking the value in the prefs, setting /dev/null and even using a "do nothing" binary to no effect.
I don't mind fiddling in the Arduino IDE code and doing this myself but I have no idea where to look for.
On the other hand it would be nice to have a checkbox or a pref flag to enable/disable this feature.
The text was updated successfully, but these errors were encountered: