Ticket #6089 (assigned)
Try and improve the script window autocomplete so that it doesn't autocomplete inside strings
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
It can be irritating if in the script window you start typing something like
s = "lo
then the autocomplete pops up to try and autocomplete the line. given that the cursor is inside a string, which qscintilla must know as it has coloured the background differently, I don't think it should try and complete for you as it is most likely not what you want.
Change History
comment:1 Changed 8 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Martyn Gigg
comment:4 Changed 7 years ago by Martyn Gigg
- Milestone changed from Release 2.6 to Release 2.7
Batch move to 2.7
Note: See
TracTickets for help on using
tickets.