-
-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Minggang Li edited this page Jan 7, 2017
·
10 revisions
Welcome to the madedit-mod wiki!
MadEdit-Mod is a cross platform text/hex editor base on MadEdit with lots of bug fix and enhancement
- Original features from MadEdit(Hex Edit, Column Edit, many encodings support, etc) with lots of bug fixes
- Drag&Drop Edit(Cross platform)
- Bookmark(From Gogo)
- Bookmark edit functions(Copy/Cut/Delete/Replace bookmarked lines)
- Bookmark if found
- Highlight word(shift+F8)
- Triple click to select whole line
- Search all in current file
- Delete all by using ReplaceAll with NULL
- Open files and go to #line by command line
- Embedded Python as Macro language for automation(Run/Rec/Playback, local script list)
- Insert incremental numbers
- Fully functional Hex edit
- Replace in all mode(Normal/Column/Hex) by paste according to insert mode
- Column Align
- Right click on file tab(Close all to the right/left/but this file)
- Spell Check/Suggestions, ignore list and personal dictionary
- Clear history while exiting
- Line function enhancement(Cut/Delete/Join/Delete empty)
- Revert Hex String to hex(Eg, from '4D6F64', '4D 6F 64', '%4D%6F%64', 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
- Auto fill column data according to rows selected while pasting in column mode, don't need to prepare lines any more
- Click on line number area to select one line or all(click with Control pressed)
- Click on bookmark area to toggle bookmark
- Print bookmark sign with content
- 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
- 64 Bit build (Win64 and x86_x64), GTK+3 support
- Crash dump function
- 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)
How to build MadEdit-Mod under Linux
Minggang Li [email protected]