Dear Geany devs,
After a (short) period of getting used to it, I really like the new feature to automatically insert quotes and brackets! It saves me a lot of keypresses to construct a piece of code ;)
Except for this example: "$var[] = 'test';"
Instead of typing [] I/we now have to type [ and right arrow key. Same goes for "$empty = ''", etc...
My request:
If the next character is the same as the one Geany has inserted(/closed), overwrite the previously inserted one.
So when typing "$test = '';" it is exactly as typed and not "$test = '';''"
What do you guys think of such an 'additional' feature?
-H-