Files
godot/editor/plugins
MattUV a55870cd81 Adds an option to move cursor with right click in TextEdit
Fixes #14832
- Added an option in the editor settings/cursor to make the cursor move with right click.
- If the option is activated (true by default), a right click will move the cursor before displaying context menu.
 - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it.
 - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click
 - The option is available in the script editor and the shader editor via the editor settings
 - The documentation has been updated with the new property, and a few other entries in TextEdit.xml.
2017-12-20 09:01:09 +01:00
..
2017-12-14 15:49:27 -06:00
2017-12-11 02:43:27 +03:00
2017-12-14 15:49:27 -06:00
2017-09-01 21:07:55 +07:00
2017-09-01 21:07:55 +07:00
2017-11-17 11:01:41 -05:00
2017-12-02 20:49:01 -03:00
2017-11-20 06:27:47 -03:00