Menu

#1 Sprite Editor

open
nobody
5
2005-12-04
2005-12-04
No

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

Discussion

  • Martin Warmer

    Martin Warmer - 2005-12-14

    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.

     
  • Darth Android

    Darth Android - 2005-12-15

    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.

     
  • Martin Warmer

    Martin Warmer - 2005-12-18

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.