Files
godot/scene
Deluvi 215150cfbf get_word_at_pos considers simple and double quotes
When using the get_word_at_pos function in TextEdit, the function would
return a full string only if this string is surrounded by double quotes
and not by simple quotes.

With this fix, get_word_at_pos will return the full string, whether be a
string surrounded by simple or double quotes.

Fixes #17437
2018-05-09 08:33:57 +02:00
..
2018-05-08 21:14:31 -03:00
2018-05-07 21:03:16 +02:00
2018-05-07 21:03:16 +02:00
2018-01-20 21:57:59 +00:00