Shaokahn3000 / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

0B in Parser #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Within code section, Start a newline with 0B (null). It does not turn blue but 
0b does. I think it's getting parsed but not certain.

What version of the product are you using? On what operating system?
0.65 Win 7 64

Original issue reported on code.google.com by johnnyl...@gmail.com on 26 Dec 2013 at 7:28

GoogleCodeExporter commented 8 years ago
A special case for the 0B token was added, but the 0b case wasn't included. 
Parser works with 0B tokens and 0b tokens but colors them differently.

Options:
1) Remove special-case formatting for 0B tokens
2) Make both 0b and 0B have special formatting

Original comment by miss.inv...@gmail.com on 26 Dec 2013 at 7:55

GoogleCodeExporter commented 8 years ago
My new thinking is to color both 0B and 0b tokens blue but not bold them. It 
can get a bit overwhelming with a bunch of null ops at the end of the file, 
which is why I altered the formatting for these operand tokens specifically.

Original comment by miss.inv...@gmail.com on 28 Dec 2013 at 1:09

GoogleCodeExporter commented 8 years ago
Fixed so that both 0B and 0b tokens display in the same blue as other operand 
tokens but are not bolded.

Will be in v0.70 release.

Original comment by miss.inv...@gmail.com on 29 Dec 2013 at 2:20