Description: "&H8000&" must be highlighted up to the last "&" as a number. Steps to Reproduce: 1. Open Basic IDE. 2. Insert sample macro. Sub sample Dim i As Long i = &H8000& '32768 End Sub Actual Results: 3. The last "&" in "&H8000&" is not highlighted in the same color. Expected Results: 3. The "&H8000&" is highlighted in the same color. Reproducible: Always User Profile Reset: No Additional Info: Reproducible with Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 31108d19e4643cd0fa515a57128fef22d0274ed7 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: CL threaded
If the idea is similar to the highlighting of "#1899-12-30#", the initial "&" may not need to be highlighted.
Created attachment 200709 [details] IDE hilight already in 7.6.
Should this be really the case? &H8000 depicts the actual number and the trailing & states that this is a Long integer constant.