Bug 385014 - Wrong number format is colored in editor
Summary: Wrong number format is colored in editor
Status: RESOLVED FIXED
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal
Target Milestone: 0.9 M1   Edit
Assignee: Kevin KIN-FOO CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks: 385189
  Show dependency tree
 
Reported: 2012-07-13 04:54 EDT by Kevin KIN-FOO CLA
Modified: 2012-08-22 08:38 EDT (History)
1 user (show)

See Also:
kkinfoo: review?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin KIN-FOO CLA 2012-07-13 04:54:49 EDT
The following notation are accepted but are not valid
    local i = 0.X1
    local i = 0.x1
Comment 1 Kevin KIN-FOO CLA 2012-07-13 14:50:57 EDT
Fixed in 3cf3b60428df23e6664c1b18cda042fca64f5f9d
Comment 2 Kevin KIN-FOO CLA 2012-07-13 14:55:05 EDT
 Hexadecimal and '-' prefixed notations are fixed.
Comment 3 Kevin KIN-FOO CLA 2012-07-16 10:09:16 EDT
"ex" is parsed as a number
Comment 4 Kevin KIN-FOO CLA 2012-07-16 10:32:27 EDT
Fixed in b86c67681a7d7ddb494629b68095e370544d6c2d .
Comment 5 Kevin KIN-FOO CLA 2012-07-16 14:03:57 EDT
Since 326e0319292f1515447f3696cfeb227b1e281199 , '-' is not a number part
Comment 6 Kevin KIN-FOO CLA 2012-07-17 09:29:14 EDT
Character shift fixed in 66a91c1ca362252e4c5238c0e584948d65624edf .
Comment 7 Kevin KIN-FOO CLA 2012-07-18 11:48:30 EDT
If I type
    do 1end
"1e" is highlighted as a number
Comment 8 Kevin KIN-FOO CLA 2012-07-18 11:59:09 EDT
Fixed in dce2ee66992055875904ffd88d6b655243b33f2e .