diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-04-16 00:21:14 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-04-16 00:21:14 +0200 |
commit | 9558d4f28fef77696027c6e654feb33f6caa8db7 (patch) | |
tree | 5f80013d6aae3dab8cb86d94b359e511bd893e8e /doc/classes/Environment.xml | |
parent | 4728ff30c0226b9918b29a6ba494dc61eae87639 (diff) | |
download | redot-engine-9558d4f28fef77696027c6e654feb33f6caa8db7.tar.gz |
Make TextEdit autocompletion replace word unless Shift is held
This makes Tab and Enter act identical by default for autocompletion.
If Shift is held, the suggestion is added in-place without the word
being replaced. This matches the behavior found in Visual Studio Code
where the following occurs:
- Pressing Tab accepts the suggestion and replaces the word.
- Pressing Enter accepts the suggestion and replaces the word.
- Pressing Shift + Tab accepts the suggestion and doesn't replace the word.
- Pressing Shift + Enter accepts the suggestion and doesn't replace the word.
Diffstat (limited to 'doc/classes/Environment.xml')
0 files changed, 0 insertions, 0 deletions