Issue 14140 - Wrong higlighting for hexadecimal numbers in the Basic editor
Summary: Wrong higlighting for hexadecimal numbers in the Basic editor
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC All
: P4 Trivial
Target Milestone: ---
Assignee: b.osi.ooo
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 22:21 UTC by akrioukov
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description akrioukov 2003-05-05 22:21:17 UTC
Currently the Basic IDE displays in red color all hexadecimal numbers with the
"0x" prefix. However, these numbers really are not recognized by Basic, since in
Visual Basic another notation is used and the correct prefix for hexadecimal
numbers should be "&h" rather than "0x". So, I think, syntax higlighting scheme
should be changed according to the conventions used in Visual Basic.
Comment 1 ab 2003-05-09 11:28:10 UTC
Wrong priority according to rules, changed to P4
No regression -> OOo 2.0
Comment 2 ab 2003-06-27 14:58:08 UTC
Wrong usage of new/started -> set to started.
Comment 3 ab 2003-09-09 09:01:20 UTC
Changed priority
Comment 4 Martin Hollmichel 2004-05-28 15:15:36 UTC
according to the announcement on releases
(http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7503) this issue
will be re-targeted to OOo Later.
Comment 5 ab 2005-08-11 14:58:46 UTC
Fixed
Comment 6 ab 2006-03-09 12:37:49 UTC
ab: According to discussion with kso/sw -> pp3

For testing:

Sub Test
	a = 0x45
	a = &h45
	a = 45
End Sub

Before 0x45 and 45 were displayed as numbers (in red), now &h45 and 45.
Comment 7 ab 2006-03-09 13:18:36 UTC
-> OOo 2.0.3
Comment 8 ab 2006-03-24 13:20:23 UTC
-> tbo


re-open issue and reassign to tbo@openoffice.org
Comment 9 ab 2006-03-24 13:20:56 UTC
reassign to tbo@openoffice.org
Comment 10 ab 2006-03-24 13:21:05 UTC
reset resolution to FIXED
Comment 11 b.osi.ooo 2006-04-04 19:41:58 UTC
OK in cws ab19;  verified 
Comment 12 b.osi.ooo 2006-04-13 18:13:53 UTC
integrated in src680m163

 close