Some ideas for VbB:
#1 In the program you can go to Help and bB Language Guide. This is really out dated. Can you update that? It's especially useful for losers like me who are late paying their Verizon FIOS bill and have no internet at home right now.
#2 Currently you have a graphics converter. It outputs the code down the screen. Example:
bitmap_00
BYTE 000000
BYTE 000000
BYTE 000000
BYTE 000000
... etc etc.
bitmap_01
BYTE 000000
BYTE 001111
BYTE 011111
BYTE 111111
BYTE 111111
... etc etc.
end
How about an option to line up the code as it would be on the screen, in a format like this:
0000000000000000
0000000000001111
0000000000011111
0000000000111111
0000000000111111
.. or however.. this would draw the image you converted in all 1's and 0's. Then I can go in and edit those, hit a button and it will reoutput the ASM code for me. ... maybe it'll open the picture in a playfield editor like thing or maybe it'll open just numbers.
You get my idea what I want to do here? Let's say the conversion is basically pretty nice except for a small blemish here and there. I can easily edit it. I understand that maybe I should be opening a graphic editor and fixing my files there, but to make VbB a more complete development studio I think it would be a nice option. I don't always feel like firing up GiMP (free graphic editor similar to Adobe Photoshop), especially at work because my the computer is slow.