Smart bracket completion according to language
Bug #1200361 reported by
Otto Robba
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I really like Scratch's bracket completion plugin, it is very useful.
Alas, a bug.
In Lua, auto completion of single quotes within double quotes is troublesome because it means that I have to erase the extra single quote when typing strings. If it were possible to have the bracket completion be smarter about it according to the language used, that would be fantastic.
For example:
validstring = "Hi there, I'm a computer program"
is currently like this with auto complete
validstring = "Hi there, I''m a computer program"
Changed in scratch: | |
milestone: | 2.0.1 → 2.1 |
Changed in scratch: | |
milestone: | isis-beta1 → feature-future |
To post a comment you must log in.
it is difficult to make something standardized for all languages...