You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we correctly remove the possibility of closing Preferences editors (User Preferences, Workspace Preferences) with 🗙 (Close) and Right Click > Close, but we do not handle the case of closing using the middle mouse click.
The text was updated successfully, but these errors were encountered:
vince-fugnitto
changed the title
Should disable closing preferences tabs from middle mouse click
Should disable closing preferences editors from middle mouse click
Aug 21, 2018
Fixes#2639
- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Fixes#2639
- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixeseclipse-theia#2639
- prevent closing preference editors using the middle mouse click by
setting the `title.closable` to `false`.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Currently, we correctly remove the possibility of closing Preferences editors (User Preferences, Workspace Preferences) with
🗙 (Close)
andRight Click > Close
, but we do not handle the case of closing using the middle mouse click.The text was updated successfully, but these errors were encountered: