MadEdit Changelog

What's new in MadEdit 0.2.9.1

Nov 1, 2011
  • added that restore the encoding and font(name, size) of a file when reopening it.
  • added that use Ctrl+MouseWheel to decrease or increase the font size.
  • added Japanese language. Thank Tilt for the translations.
  • fixed a bug when converting between Tab and Space char in wordwrap mode.
  • modified that the dialogs will stay on top of main window, not top of all windows.
  • modified the action when associating file types.
  • some minor changes.

New in MadEdit 0.2.8 Beta (Nov 30, 2007)

  • added Japanese Kanji supporting for converting Chinese characters.
  • added the function to split window into multiple Tab Controls (by using wxAuiNotebook)
  • added the function to convert between WordWraps and NewLine chars.
  • added File-Type Associations Dialog under win32.
  • added Search-In-Selection function when searching and replaceing.
  • added Count function in SearchDialog.
  • added ToHalfWidthByOptions, ToFullWidthByOptions to choose the characters(ASCII, Japanese, Korean) you want to convert.
  • added ConvertSpaceToTab and ConvertTabToSpace functions.
  • added new syntax files for D, SQL, Verilog and VHDL.
  • fixed that cannot replace text in Hex-Mode.
  • many bug-fixes and changes.

New in MadEdit 0.2.7 Beta (Jun 23, 2007)

  • fixed that ISO-8859-7 charset doesn't available under Win32.
  • fixed that incorrectly handle Japanese halfwidth characters in Shift-JIS charset.
  • supported XIM Over-The-Spot feature under Linux/FreeBSD(wxGTK).
  • added options to set Date/Time format.
  • added a option to reload files previously open on startup.
  • added a option to restore previous caret position when files are opened.
  • fixed a crashing bug that incorrectly detect MAC/DOS new-line char on HTML/PHP files
  • changed for showing CR, LF, CRLF and EOF in different marks.