Skip to content

Releases: LiMinggang/madedit-mod

Maintenance release 0.4.20

28 Jun 02:39
Compare
Choose a tag to compare

Mod v0.4.20
1.Fix: JSON formatter convert Unicode chars to UTF8 chars #309
2.Fix global-buffer-overflow due EUCTW_TABLE_SIZE
3.Crashing sequence with nsSJISProber
4.Input size could not decrease the size of Input control
5.Fix compiling issue under wx 3.1.4
6.Fix bug that caused file type detect wrongly
7.Fix Linux build issue with wxWidgets < 3.1.1
8.Update Python to 2.7.18
9.Fix langurage ID of wxWidgets
10.Update wxWidgets to 3.2.2.1
11.Don't create new file by double clicking file title tab
12.Fix VS compiling issue(snprintf)
13.Fix High DPI awareness issue

Download Madedit-Mod

MadEdit-Mod 0.5.0a3

22 Oct 14:09
Compare
Choose a tag to compare
MadEdit-Mod 0.5.0a3 Pre-release
Pre-release

1.Support some IBM EBCDIC encodings(IBM-10{25,47,97}, IBM-11{12,22,23,30,32,37,40,41,42,43,44,45,46,47,48,49,53,54,55,56,57,58,60,64,66}, IBM-{12712,16804})

Download Madedit-Mod

MadEdit-Mod 0.5.0a2

17 Jun 13:28
Compare
Choose a tag to compare
MadEdit-Mod 0.5.0a2 Pre-release
Pre-release

1.Support switch between edit modes(Text<==>Hex)
2.Goto beg/end of doc in partial load mode
3.Correct caret pos after switching view mode
4.Fix RegKey issue
Update wxWidgets to 3.1.5

Download Madedit-Mod

MadEdit-Mod 0.5.0a

05 Apr 10:58
Compare
Choose a tag to compare
MadEdit-Mod 0.5.0a Pre-release
Pre-release

This is a preview release of MadEdit-Mod, mainly for Text Mode of huge text file
Limitation:
Limited edit function: the same as Hex mode
Bookmark can't be restored
Warning: Other functions except basic browsing of the huge text file may have bug. Please stay on 0.4.19 if you don't work with huge text file. eg, file size bigger than 100MB.

Linux build will not be provided in this release.

1.Text mode for large text files(preview)
2.Fix: JSON formatter convert Unicode chars to UTF8 chars #309
3.Fix global-buffer-overflow due EUCTW_TABLE_SIZE
4.Crashing sequence with nsSJISProber
5.Input size could not decrease the size of Input control
6.Fix compiling issue under wx 3.1.4
7.Fix bug that caused file type detect wrongly
8.Fix Linux build issue with wxWidgets < 3.1.1
9.Update Python to 2.7.18

Download Madedit-Mod

MadEdit-Mod 0.4.19

13 Jun 07:40
Compare
Choose a tag to compare

New features and bug fixes
1.Fix: Disable safe mode in PanChinese search
2.Fix: String encoding bug in MadPython #304
3.Fix: print in MadPython can output Unicode string now
4.Fix: Reset MadMacro Dialog
5.Fix: Bugs in Macro Recording
6.Fix: Char display issue with certain font in search/replace input box #305
7.Fix: Layout issue of Source Formatter Dialog
8.Fix: MadPython range checking bug and recording bug
9.New: Configurable column number of the column hint indicator #303
10.New: Reset MadPython console output
11.New: JSON formatter #306
12.New: Automatically create new file if not exist #300
13.Improve readability of recorded MadPython
14.Set Recent files, Search/replace Text to true on PurgeHistory dialog
15.Add more Regex error strings for translation
16.Update Simplified Chinese translation
17.Update Japanese translation(Thanks Tilt)
18.Thanks ddowling for JSON formatter

Download Madedit-Mod

MadEdit-Mod 0.4.18

14 Jan 06:05
Compare
Choose a tag to compare

Note: Rollback nix build to static link with wxWidgets because UI issues reported
1.New: Automatically choose extension for new file according to syntax used
2.New: Sort windows by clicking column tab(Windows list dialog)
3.New: Sort windows by clicking column tab(Save query dialog)
4.New: Update icon for Convert File Encoding menu item #297
5.New: Zero length match indicator in FindTextPrevious
6.Fix: Fix bug of windows sorting in Windows list dialog
7.Fix: Minor fix for Pan Chinese support
8.Fix: Enable/diable Pan Chinese on clicking Hex searching
9.Fix: Pan Chinese on Search in files
10.Fix: Binary file detect bug in FindInFiles
11.Fix: Can't remember Main Window size larger than 1024
768 #296
12.Fix: Replace buggy wxChoice with wxComboBox for Dictionary selection
13.Fix: Syntax combo box status is not updated while switching among opened files
14.Fix: Unicode converting bug if character is greater than 0x10000 in ConvertChinese chars(Windows only)
15.Fix: Safe mode in Chinese convertion #293
16.Fix: Regex search bug in FindTextNext
17.Fix: Regex search bug in FindTextPrevious
18.Update wxWidgets to 3.1.3
19.Update boost to 1.71
20.Update Python to 2.7.17
21.Update hunspell to latest
22.Update gb18030 to iconv 1.16
23.Update Simplified Chinese translation
24.Patch for wxWidgets 3.1.3 issue under Windows 10

Download Madedit-Mod

MadEdit-Mod 0.4.17

22 Jul 05:08
Compare
Choose a tag to compare

Bug fix and packaging for FreeBSD

Note: Changed *nix build from static link with wxWidgets to dynamic link with wxGTK, which
means you have to install wxGTK3+(wxGTK2.8 is not supported) to install the release

1.New: MadPython recording enhancement to support keyboard commands
2.New: Improve MadPython API to support readable APIs
3.New: Japanese Translation(Thanks Tilt tiltstr@gmail.com)
4.New: Package for FreeBSD 12.0
5.New: Pan Chinese(CJK) support #291
6.Fix: wxWidgets 3.0.x backward compatibility
7.Fix: Treat mouse moving in selecting by mouse as one move in macro recording #284
8.Fix: Astyle crash by updating Astyle to 3.1
9.Fix: Selection by Shift+Left button does not select from caret position if there is a selection and the caret has been moved
10.Fix: Missed quotes in Macro Recording of changing encodings #286
11.Fix: Duplicated commands recorded
12.Fix: Regex search/replace(case insensitive) does not work under Linux #288
13.Fix: Re-enable Find Prev in Regex search
14.Change *nix build to use shared libs released by the OS. You have to install libwxgtk3 by yourself
15.Change C/C++ compiler under FreeBSD from GNU to c++
16.Add wxWidgets version number in About dialog
17.Add version information to crash dump file
18.Improve Macro Recording
19.Improve MadPython APIs
20.Update boostpython to 1.70
21.Update boost to 1.70
22.Update Astyle to r672

Download Madedit-Mod

MadEdit-Mod 0.4.16

08 Apr 07:49
Compare
Choose a tag to compare

Bug fix and improvements

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

Download Madedit-Mod

MadEdit-Mod 0.4.15

30 Nov 01:22
Compare
Choose a tag to compare

Bug fix and improvement for syntax highlight(Dark Scheme)

1.New: Use input file ext as SaveAs file type filter
2.New: Use javascript syntax for typescript at first
3.New: ArchLinux/Manjaro package support
4.New: Better Dark theme based on popular ones
5.New: Change default color of active line marker
6.New: Highlight word color can be configed
7.New: Use backgroud color of text for rest of the line
8.Fix: Size issue of MacroDialog
9.Fix: Save new created empty file as would cause crash #271
10.Fix: Upward text selection stops at the top margin of text area #272
11.Fix: After entering and exiting full screen mode, the Macro tool buttons auto appear on the toolbar #273
12.Fix: Bookmark background color could not be saved
13.Update Hunspell to 1.7.0
14.Update dictionary download URL
15.Update translations

Download Madedit-Mod

MadEdit-Mod 0.4.14

06 Aug 11:13
Compare
Choose a tag to compare

Bug fix and performance improvement for syntax highlight

1.New: Using case insensitive on file name and directory name sorting in Windows list dialog
2.New: Enable/disable adding keywords to internal dictionary
3.New: Source code formatter icon
4.Fix: Input Method Candidate Window doesn't follow the caret under Windows 7
5.Fix: Blurry GUI text issue under Windows 10 high DPI display
6.Fix: FindInFiles dialog/search progress display issue under high DPI
7.Fix: Performance issue of spell check for syntax hightlighting #267 #270
8.Fix: NewDocumentTextFontSize does not take effect
9.Fix: Set spell check default to disable
10.Fix: Memory saving and performance improvement on syntax highlighting
11.Fix: UI not automatically updated(SearchReplace Dialog)
12.Update Python to 2.7.15
13.Update hunspell to latest 8e6ceaa55d3f22c2b8ceff0190ce05f56aad38c4
14.Update Chinese translation

Download Madedit-Mod