Bug #996
CodeEditor number highlighter should support big letters "E" (scientific) & "F" (floats) & "+" symbol
Status: | Approved | Start date: | 02/25/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CodeEditor | Spent time: | - | |
Target version: | - |
Description
Now we have problem with following number highlight:
int a = 10E+2; // <- "E" & "+" dosen't work
Moreover I have add code that control number of symbol, so number like "10Ee+2" will never be highlighted. Only "10E" will be highlighted.
History
#1 Updated by Miroslav Fidler over 9 years ago
- Status changed from Patch ready to Ready for QA
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
Patch became to convoluted, code refactored, issue hopefully fixed.
#2 Updated by Zbigniew Rebacz over 9 years ago
- File NumberHighlighFix2.diff added
- Status changed from Ready for QA to Patch ready
- Assignee changed from Zbigniew Rebacz to Miroslav Fidler
You forgotten about big "F".
#3 Updated by Miroslav Fidler over 9 years ago
- Status changed from Patch ready to Approved
Ops, thanks.