Sprite Editor
Status: Inactive
Brought to you by:
mmartin2
It would be nice if this plugin included a sprite
editor that would scan the source for segments of code like
blah:
.db %00111100
.db %01000010
.db %10010101
.db %11000101
.db %11000101
.db %00101001
.db %00101011
.db %11100101
Reg. Exp.
\w{1,32}:\s*(\n\.db\s+((%[10]{8})|([10]{8}b))\s*)+
and then allow the user to edit them in a graphical,
point & click editor
Logged In: YES
user_id=588541
Sounds like a great idea, but I think the most important
thing at the moment is to fix the assembler itself.
Logged In: YES
user_id=1314759
I know java, and will be willing to learn the eclipse plugin
api if the plugin can be updated to be compatible with 3.1.
Logged In: YES
user_id=588541
I will try to update the plugin to be compatible with
eclipse 3.1 But I can't give any guarantee that this version
will be posted soon because I don't know how much work it's
going to be.