-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceHelp wantedArduino would especially appreciate assistance from the community on this itemArduino would especially appreciate assistance from the community on this itemOS: OSXSpecific to the Mac OS X (macOS) version of the Arduino IDESpecific to the Mac OS X (macOS) version of the Arduino IDEType: BugType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't
Description
Triple-click mouse line highlighting functionality is broken in 1.6.6
In prior versions the triple-click appears to have been detected on mouse button_down, which made it possible to highlight an entire line, keep the button down and highlight whole sections without having to carefully position the cursor. This is the standard behavior in other Mac programs.
Now it appears that mouse button_release is used, making it impossible to do this. Triple-click does highlight the line, but it can now only be used for one line. If you triple-click on a variable name, it wants to drag the text, not select the line. Using four-clicks does not fix the issue as it then wants to drag a whole line of text.
Metadata
Metadata
Assignees
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceHelp wantedArduino would especially appreciate assistance from the community on this itemArduino would especially appreciate assistance from the community on this itemOS: OSXSpecific to the Mac OS X (macOS) version of the Arduino IDESpecific to the Mac OS X (macOS) version of the Arduino IDEType: BugType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't