ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
113 stars 96 forks source link

Default pointer in Databrowser #2628

Closed ghost closed 4 years ago

ghost commented 4 years ago

A user has requested that the default mouse pointer in the databrowser to be the plain mouse pointer instead of pan plot. We can implement a dropdown in the Preferences->Trends->Data Browser to set the default pointer or just change it directly so it's always set to plain mouse by default.

cc @willrogers

willrogers commented 4 years ago

Thinking about it, this would also help with another problem we see: a single click when 'pan plot' is selected makes the plot dirty. This doesn't happen if 'plain mouse pointer' is the default.

kasemir commented 4 years ago

The default mouse pointer mode is plain pointer in the JavaFX-based data browser and the one in the Phoebus-based CS-Studio, so makes sense to also pick that for the SWT-based version.