diff options
author | Zirak <zirakertan@gmail.com> | 2018-05-26 21:13:42 +0000 |
---|---|---|
committer | Zirak <zirakertan@gmail.com> | 2018-05-26 21:13:42 +0000 |
commit | c329780ea7096386e97510414f63c51c3aec8723 (patch) | |
tree | 62f5a22ace1798c96e4fcf672607d8c6bcda0baf /editor/icons/icon_onion.svg | |
parent | 130fd6bcb88d7b297b13c3ed20a715b5ab9cce47 (diff) |
Editor autocomplete won't insert unnecessary quotes
When autocompleting a string (e.g. emit_signal or connect), e.g.
emit_signal('visibility_c')
^
where "^" is the cursor, hitting <tab> would insert an unnecessary
quote, breaking the string:
emit_signal('visibility_changed'')
This commit adds a small lookahead, so the end result will be as the
user probably expected:
emit_signal('visibility_changed')
Diffstat (limited to 'editor/icons/icon_onion.svg')
0 files changed, 0 insertions, 0 deletions