Skip to content

MadEdit-Mod is a cross platform Text/Hex editor(based on the madedit project @ sourceforge)

License

GPL-3.0, AGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

harvey-git/madedit-mod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madedit-mod

License Build Status GitHub Latest release GitHub issues Maintained

MadEdit Mod(based on the madedit project @ sourceforge)

Based on madedit@sf. Patched a lot from the contributors because the author is not active any more. The patches includes bug fixing from contributors of Madedit and some bloody edge enhancement. Madedit is one of the best free editor I ever know. See detailed introduction at it homepage. I create this page just for those user who need these features but are not able to build from source code by themselves. Use GPL because the author does.

You're encouraged to translate MadEdit-Mod into your native language if there's not already a translation.

NOTE:

The release marked as Selfuse is a bloody edge and buggy one with a lot of enhancement without carefully tested(Eg. Drag and Drop(cross-platform), bookmark, etc). Try it at your own risk. From 2.9.1, the implementation of single instance has to be changed and not compatible with 2.8.x, which means madedit.exe could not behave correctly if another madedit.exe(complied with wxwidgets 2.8.x) were running.

Current Feature list(comparing to the original Madedit@sourceforge)

  • Original features from MadEdit(Hex Edit, Column Edit, many encodings support, etc) with lots of bug fixes
  • More encodings supported, eg, GB18030, CP874, CP866, KOI8-R and KOI8-U Macintosh encodings(Roman, Japanese, Chinese-trad, Korean, Arabic, Hebrew, Greek, Cyrillic, Thai, Chinese-simp, Central-Eur, Croatian, Icelandic, Romanian) if your system supports
  • Drag&Drop Edit(Cross platform)
  • Bookmark(From Gogo)
  • Bookmark enhancement:Edit functions(Copy/Cut/Delete/Replace bookmarked lines), Bookmark in search
  • Print bookmark sign with content
  • Highlight word(shift F8 & Left double click)
  • Triple click to select whole line
  • Line function enhancement(Cut/Delete/Join/Delete empty)
  • Trim leading/trailing spaces/tabs
  • Click on line number area to select one line or all(click with Control pressed)
  • Search all in current file
  • Search/Replace all in all opened documents
  • Open files and go to #line by command line
  • Embedded Python as Macro language for automation(Run/Rec/Playback, local script list)
  • Numbering(Insert incremental numbers with prefix and postfix string)
  • Delete all by using ReplaceAll with NULL
  • Replace in all mode(Normal/Column/Hex) by paste according to insert mode
  • Auto fill column data according to rows selected while pasting in column mode, don't need to prepare lines any more
  • Column Align(to left/right)
  • Right click on file tab(Close all to the right/left/but this file)
  • Fully functional Hex edit(support inserting)
  • Spell Check/Suggestions, ignore list and personal dictionary
  • Revert Hex String to hex(Eg, from '4D6F64', '4D 6F 64', 'Mod', or '4D,6F,64' to 'Mod')
  • Double click at a brace to select all between the brace pair(Delimiter selection)
  • Up/Down to the line above/under the selection if selecting
  • Click on bookmark area to toggle bookmark
  • Context menu for Main Frame/Tool bars(Show/Hide one or all tool bars)
  • Quick Search, F8 to show, Esc to hide search bar, Enter to search next/previous according to your last operation. Immediately matching while inputting
  • Purge history manually or automatically while exiting
  • Mardown/Html Preview(Lightweight Markdown/Html editor)
  • Convert Mardown to Html
  • Convert Html to plain text
  • Automatic Formatter for C, C , C /CLI, Objective-C, C#, and Java Source Code(Astyle)
  • XML Formatter(DTD is not supported)
  • Silent mode which can be used in scripting(-s -m script_name)
  • Run a MadPython script after opening the file(-m script_name)
  • RTL(Right-to-left) support
  • Typewriter mode
  • Windows list dialog
  • Always on Top/Whole screen mode
  • Auto save/backup
  • Interactive scripting(Message box and Input dialog suppored)
  • 64 Bit build (Win64 and x86_x64), GTK 3 support

Translations

  • English
  • Chinese Simplified (zh_CN)
  • Chinese Traditional(zh_TW)
  • German(de_DE) (Not done)
  • Greek(el)
  • Italian(it_IT) (Not done)
  • Japanese(ja_JP)
  • Polish(pl_PL) (Not done)
  • Russian(ru_RU) (Not done)
  • Spanish(es) (Not done)

News

Mod v0.4.16

  • New: Change foreground and backgroud colour for all the text controls in main frame
  • New: Lock toolbar position #275
  • New: Ignore warning for undo saved changes #280
  • New: Override View Mode while opening files(it's only for the newly opened and enforces the opened ones) #278
  • New: Config entry for active line marker width #276
  • New: Multiple words can be highlighted at the same time #281
  • Fix: wxAuiNotebook don't show selected tab automatically if it's beyond the view boundary
  • Fix: With BOM for UTF8 in New Document settings was ignored #275
  • Fix: Saving the default encoding setting when choosing one from the drop down list #275
  • Fix: Mouse event issue in handling file changed externally
  • Fix: Rollback the change of active line marker width #276
  • Fix: MadPython script recording bug(SelectAll, Cut)
  • Fix: Don't add "SetSelection" before SelectXXX
  • Update wxWidgets to 3.1.2
  • Update python to 2.7.16
  • Update Greek translation by Nikoss
  • Update Chinese translations by ZhTw2013

Todo

  • Partial load for large text files which was mentioned by the original author but never getting done.

Known issues

  1. The Macro recording function will save all your commands to one document which means it will not record the "switching" between documents.
  2. Search in selection in column mode is not exact the selection highlighted.
  3. HighlightWord would not work if the caret is at the end of the line
  4. Scroll function on Right click menu of scroll bars only works with Windows

License

  • Mixed
  1. GPL for the code from MadEdit and developed by myself
  2. MIT License for the code from Astyle
  3. Boost Software License for boost.python
  4. Python License for miniPython
  5. LGPL for hunspell
  6. Others by the original authors

Thanks

  • Nikoss Greek Translation
  • ZhTw2013 Traditional Chinese Translation
  • Tilt Japanese Translation

Download

Madedit-Mod@sf

About

MadEdit-Mod is a cross platform Text/Hex editor(based on the madedit project @ sourceforge)

Resources

License

GPL-3.0, AGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 42.6%
  • C 38.3%
  • HTML 5.5%
  • Makefile 5.2%
  • Shell 3.2%
  • Python 1.5%
  • Other 3.7%