RFE: Pair Python triple-quotes
Bug #400276 reported by
Jebadiah Moore
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scribes |
Triaged
|
Wishlist
|
Mystilleef |
Bug Description
The pair-matching in Scribes works great, except with Python triple-quotes. Right now, to get them you either have to type all six quotes and then back up three characters, or remember to type an extra pair of quotes at the end. I'd love to see this fixed (probably best in Python mode only). It'd also probably be better if triple-quoted strings were highlighted in a different color, both to prevent accidents and since they tend to be used for different purposes (documentation and the like).
Changed in scribes: | |
importance: | Undecided → Wishlist |
Changed in scribes: | |
assignee: | nobody → Mystilleef (mystilleef) |
summary: |
- FEATURE REQUEST: Pair Python triple-quotes + RFE: Pair Python triple-quotes |
Changed in scribes: | |
status: | New → Triaged |
To post a comment you must log in.
I'd love this as well. Right now programming in python is somewhat painful due to this. In fact, I'd rather have NO quote-matching for python mode than quote-matching that doesn't workf or multi-line strings. That way i can train my brain to just put all the quote marks in. As it is i have to remember that some strings work and others don't.