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.
- 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', '%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
- 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
- English
- Chinese Simplified (zh_CN)
- Chinese Traditional(zh_TW)
- German(de_DE) (Not done)
- Greek(el)
- Italian(it_IT) (Not done)
- Japanese(ja_JP) (Not done)
- Polish(pl_PL) (Not done)
- Russian(ru_RU) (Not done)
- Spanish(es) (Not done)
Mod v0.4.11
-
Note: please use the convertcfg.py to convert your old config if you want to restore your old config, use clearbms.py to clear the bookmarks before running MadEdit-Mod
-
New: Open file path with default file explorer, set "EXTEXPLORER" as the env for open in another application #243
-
New: Add '-d' to define a new delimiter to replace '*'
-
New: Show/Hide menu bar
-
Fix: Message strings were not translated during initialization
-
Fix: TXT syntax would not be applied on first loading(0.4.10) #244
-
Fix: Change font size/font/encoding/syntax/linespacing will not update font toolbar #246
-
Fix: Remove toggle show Quick Search bar on Option dialog
-
Fix: Restructure of MadEdit config
-
Fix: Saved bookmarks would added to other files during reload
-
Fix: Wrong MadPython expression recorded in Search/Replace
-
Fix: Clean deprecated function wxNewId
-
Fix: Complier warnings from VC(L4)
-
Fix: Restore InfoWindow instead of hide it if it was there last time
-
Fix: Display bookmark on the first sub-row of a wrapped line
-
Update Astyle to latest version
-
Update Hunspell to latest version
-
Update Python to 2.7.14
-
Update translation
-
Other minor improvements
- Partial load for large text files which was mentioned by the original author but never getting done.
- FreeBSD packaging (with FreeBSD 10.01)
- configure CC=gcc CXX=g++
- aclocal version in aclocal.m4
- stdc++ version
- The Macro recording function will save all your commands to one document which means it will not record the "switching" between documents.
- Search in selection in column mode is not exact the selection highlighted.
- HighlightWord would not work if the caret is at the end of the line
- Scroll function on Right click menu of scroll bars only works with Windows
- Mixed
- GPL for the code from MadEdit and developed by me
- MIT License for the code from Astyle
- Boost Software License for boost.python
- Python License for miniPython
- LGPL for hunspell
- Others by the original authors
- Nikoss Greek Translation
- ZhTw2013 Traditional Chinese Translation