Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] HexEditor // Hex viewer patch

> 
> All,
> 
>   This is a patch which will provide a basic hd like hex
> editor/dump.  I thought that it would be best rolled into
> the CDT since it is something that C developers tend to use
> a fair bit.  It is currently a rough work in progress but
> it works well enough that it suits my needs.
> 
> Limitations:
> - Read only currently
> - Not the most intelligent drawing mechanism (too much flash)
> - Requires you to select a fixed width font in the preferences.
> 
> Other than that it works well for me.  Would the CDT community
> at large be interested?  I've attached a patch + zip file 
> that would be my proposed changes.  The zip is of the entire
> CDT.ui tree and includes new icons and the new source code.
> 

Sorry for taking so long.

There are few point against doing this in cdt.ui.
- The Hex editor is general.
- We(I) would like the cdt to not be a "dumping" ground for all sort
  of utilities.  Because of the code maintainance nightmare.

The proposition is to take advantage of the uniq design of Eclipse
and make the Hex editor a plugin, that users could enable/disable.
say:
org.thomas.HexEditor





Back to the top