================================== wxMEdit v2.9.5-2 ================================== About: ----- wxMEdit is a cross-platform Text/Hex Editor written in C++ & wxWidgets. wxMEdit a fork of MadEdit which has been discontinued. wxMEdit supports many useful functions, e.g. SyntaxHighlightings, WordWraps, Encodings, Column/Hex Modes, and a Plugin system(not work yet). In HexMode, wxMEdit can open large files which size is up to 32GB (INT_MAX*16). Supported Platforms: ------------------- A. Linux, FreeBSD, and other Unix-like OS (__WXGTK__): a. GNU C++ 3.x/4.x: Required Libraries to compile: 1. wxWidgets-2.6.1 or higher with Unicode enabled 2. Boost-1.33.0 or higher 3. ICU4C 4.2 or higher 4. Bakefile 0.2.9 B. MS Windows (__WXMSW__): a. MinGW32/GNU C++ 3.x/4.x: Required Libraries to compile: 1. wxWidgets-2.6.1 or higher with Unicode enabled 2. Boost-1.33.0 or higher 3. libunicows: it's optional under WinNT/XP, but required under Win98 4. ICU4C 4.2 or higher 5. Bakefile 0.2.9 b. Visual C++ 2003/2005/2008/2010(by upgrading from 2008 solution and project files): Required Libraries to compile: 1. wxWidgets-2.6.1 or higher with Unicode enabled 2. Boost-1.33.0 or higher 3. libunicows: it's optional under WinNT/XP, but required under Win98 4. ICU4C 4.2 or higher 5. Bakefile 0.2.9 NOTE: You can download Bakefile at: http://www.bakefile.org/download.html If you use Boost-1.33, you should get Boost.Xpressive and Boost.Foreach at: http://code.google.com/p/wxmedit/ http://wxmedit.googlecode.com/files/xpressive_foreach.tgz http://wxmedit.googlecode.com/files/xpressive_foreach.zip If you use wxWidgets-2.6, you should get wxAUI: http://wxmedit.googlecode.com/files/wxAUI.tgz http://wxmedit.googlecode.com/files/wxAUI.zip The small tool image2xpm was removed. You can turn to GIMP, XnView, IrfanView, etc. or get image2xpm at: http://wxmedit.googlecode.com/files/image2xpm.exe http://wxmedit.googlecode.com/files/image2xpm_src.zip Syntax files, Locale files and Settings: --------------------------------------- Syntax files: in the path $(wxMEditConfigPath)/syntax/ Locale files: in the path $(wxMEditConfigPath)/locale/ $(wxMEditConfigPath) are the one of below paths: 1. wxMEdit execution file directory : Windows and Linux 2. $(HOME)/.wxmedit/ : Linux 3. /usr/share/wxmedit/ : Linux If wxMEdit does not find any files in those paths, wxMEdit can also execute standalone by using default settings. If you are under Win98, you must get unicows.dll from MS's website: http://www.microsoft.com/downloads/details.aspx?FamilyId=73BA7BD7-ED06-4F0D-80A4-2A7EEAEE17E2&displaylang=en When quit wxMEdit, wxMEdit will save the settings to: 1. $(HOME)/.wxmedit/wxmedit.cfg: Linux 2. $(wxMEdit execution file directory)/wxmedit.cfg: Windows And FontWidth.dat will also be saved to the same path. FontWidth.dat is Cache of Font-Width-Data, it can speed-up wxMEdit a lot. ChangeLog: ---------- wxMEdit v2.9.5-2: 1.updated translations for "Printout" and Syntax Highlighting Settings 2.updated Spanish translation 3.added Spanish to language chooser of General Settings wxMEdit v2.9.5: 1.fixed crash when delete a character in a line which contains two or more characters with MadEdit/wxMEdit built with vc2010. 2.fixed Fedora build and packing by Huaren Zhong . 3.fixed recent lists case sensitive and truncated in menu bug. 4.fixed Double-byte conversion bug. 5.changed EUC-JP implementation to meet CP20932. 6.added CP850, CP852, CP855, KOI8-U, ISO-8859-16, Windows-1258 and GB18030 support. 7.made more system encodings(e.g. Windows-1258) detectable. 8.added Spanish translation by Carlos Sánchez . 9.updated Japanese translation by Tilt . 10.updated Chinese translations. wxMEdit v2.9.4: 1.changed Unicode escape to ICU code point format {U+XXXX}-{U+XXXXXX}. 2.introduced Bakefile building system and removed MSVC/MinGW building files. 3.refactored encoding implementation. 4.added test case for conversion between Unicode and Single-Byte Encodings. 5.fixed incorrect conversion between Unicode and Single-Byte Encodings. 6.added CP866 and KOI8-R support. wxMEdit v2.9.3: 1.replaced Word Counter with ICU implemention and partly changed the counter rules. 2.avoided the bug 4373 of wxMSW-2.8.12 or lower. 3.fixed crash on UNIX-like OS when create a second tab. 4.updated translation files and Chinese translations. wxMEdit v2.9.2: 1.application icon: added 16x16, 32x32 and 256x156 resolutions. 2.removed standalone tool image2xpm. 3.fixed crash when hex-replacing a not-empty string with empty by "Replace All". 4.fixed crash when hex-searching a blank string. 5.updated Simplified Chinese translation. wxMEdit v2.9.1: 1.updated Simplified Chinese translation. 2.removed wxAUI and adjusted build configurations. 3.fixed locale-dependent case conversion bug. wxMEdit v2.9.0: 1.removed xpressive and adjusted build configurations. 2.updated translation files. 3.swithed the project to wxMEdit. 4.changed the version 0.2.9 to 2.9.0. MadEdit v0.2.9: 1.added that restore the encoding and font(name, size) of a file when reopening it. 2.added that use Ctrl+MouseWheel to decrease or increase the font size. 3.added Japanese language. Thank Tilt for the translations. 4.fixed a bug when converting between Tab and Space char in wordwrap mode. 5.modified that the dialogs will stay on top of main window, not top of all windows. 6.modified the action when associating file types. 7.some minor changes. MadEdit v0.2.8: 1.added Japanese Kanji supporting for converting Chinese characters. 2.added the function to split window into multiple Tab Controls (by using wxAuiNotebook) ScreenShot: http://madedit.sourceforge.net/screenshot06.png 3.added the function to convert between WordWraps and NewLine chars. 4.added File-Type Associations Dialog under win32. 5.added Search-In-Selection function when searching and replaceing. 6.added Count function in SearchDialog. 7.added ToHalfWidthByOptions, ToFullWidthByOptions to choose the characters(ASCII,Japanese,Korean) you want to convert. 8.added ConvertSpaceToTab and ConvertTabToSpace functions. 9.added new syntax files for D, SQL, Verilog and VHDL. 10.fixed that cannot replace text in Hex-Mode. 11.many bug-fixes and changes. MadEdit v0.2.7: 1.fixed that ISO-8859-7 charset doesn't available under Win32. 2.fixed that incorrectly handle Japanese halfwidth characters in Shift-JIS charset. 3.supported XIM Over-The-Spot feature under Linux/FreeBSD(wxGTK). 4.added options to set Date/Time format. 5.added a option to reload files previously open on startup. 6.added a option to restore previous caret position when files are opened. 7.fixed a crashing bug that incorrectly detect MAC/DOS new-line char on HTML/PHP files. 8.changed for showing CR, LF, CRLF and EOF in different marks. MadEdit v0.2.6: 1.improved the redraw speed under Linux (wxGTK). 2.added charset-detector, a port to C of "universalchardet", for detecting the encoding of files. Thanks Jserv (http://blog.linux.org.tw/~jserv/archives/001672.html). 3.improved the speed of FindInFiles function. 4.fixed crashing bug when opening a file begins with a 0x0b/0x0c character. 5.added new syntax files for Fortran, TeX/LaTeX, Squirrel, C#, Visual Basic, ASP(VBScript). 6.many misc changes and bug-fixes. MadEdit v0.2.5: 1.fixed crashes when copying and pasting data between TextMode and ColumnMode under Linux. 2.fixed sometimes crashes when using FindInFiles function under Linux. 3.added a dockable Information Window for listing the results of FindInFiles. 4.added Exclude Filters in FindInFiles dialog. 5.added a button ("<<") to get the path of the editing document in FindInFiles dialog. 6.added support for multiple shortcuts on all menu and editor commands. 7.added support for Mouse-Over-Get-Word of StarDict under Win32. 8.added Trim Trialing Spaces function. 9.added Sort Lines function. 10.added a new option to temporary disable or enable MouseSelectToCopy function when pressing Ctrl key. 11.added a new option to choose the Language of UI. 12.added Italian language. Thank Contardi Angelo for the translations. MadEdit v0.2.4-2: 1.fixed that lost the last byte of clipboard data (Linux version only). MadEdit v0.2.4: 1.added custom Syntax Highlighting settings. 2.added Find/Replace In Files function. 3.some minor changes. MadEdit v0.2.3: 1.improved the loading speed for the files contain U+10000~U+10FFFF widechars. 2.improved the repaint speed when the lines are very long(>1MB). 3.added ToHalfWidth, ToFullWidth functions. 4.added WordCount function. 5.added InsertDataTime function. 6.added ecReturnNoIndent(Shift-Enter) to insert NewLine char without indentation. 7.now 'ESC' key can be used in custom keybindings. 8.some minor changes. MadEdit v0.2.2: 1.fixed that menu icons will cause crash under Win98. 2.fixed that input incorrect CJK chars under Win98. 3.fixed that copy and then paste data in Column/Hex modes will cause crash under Win98. 4.added a messagebox to notify that madedit cannot find the matched string. 5.added ToUpperCase, ToLowerCase, InvertCase functions. 6.some misc changes. MadEdit v0.2.1-2: 1.fixed that it will crash when close ConvertEncodingDialog by pressing top-right 'X' button. 2.fixed the bug of AutoCompletePair function. MadEdit v0.2.1: 1.fixed copy/paste text to/from PrimarySelection when use mouse under Linux. 2.added ConvertEncoding function. 3.added ConvertChineseChar(Simplified<=>Traditional) in both of file and clipboard. 4.added AutoCompletePair function. The AutoCompletePair must be defined in syntax files. 5.improved AutoIndent function. The IndentChar and UnindentChar must be defined in syntax files. MadEdit v0.2.0: 1.fixed syntax parsing error in non-global range(ex: PHP, JavaScript). 2.fixed that reopen the same file under Win32 because compare filename with case sensitive. 3.added new option of custom KeyBindings. 4.added MouseSelectToCopy and MiddleMouseToPaste functions. 5.added new syntax files for CSS, Windows Registry File, XML. MadEdit v0.1.9.9: 1.fixed the incorrect searching result on some search patterns. 2.added SaveAll function. 3.some misc changes. MadEdit v0.1.9: 1.replaced Boost.Regex with Boost.Xpressive for searching & replacing Regular Expressions. now we can use wxDevCpp with the precompiled wxWidgets library(*.devpak, Unicode version) on www.devpaks.org to build MadEdit under win32. 2.added a new function for Multi-Line Editing in Column Mode. 3.several misc changes & bug-fixs. MadEdit v0.1.8: 1.fixed that randomly crash when quit MadEdit for Linux version. 2.fixed EscapeChar syntax checking. 3.fixed that Print/Preview incorrectly when the position of Horizontal-ScrollBar is not 0. 4.added a new option of 'Default Encoding'. 5.added automatically detect the encoding of FileName under Linux by current locale. When save a file, MadEdit will use UTF8 as default encoding of the FileName. 6.added new syntax files for diff/patch, JavaScript and Ruby. MadEdit v0.1.7: 1.fixed several misc bugs. 2.fixed MultiByte Encoding <==> Unicode converting error in v0.1.6 under Linux. 3.removed the linking to the unnecessary libs(e.g. libtiff, libjpeg and libpng) for Linux version. 4.added Print&PrintPreview functions. (Known bug: cannot print/preview correctly on the papers with landscape orientation.) 5.added Comment(Ctrl-M)/Uncomment(Ctrl-Shift-M) functions. MadEdit will add/remove LineComment string to the selected lines, the LineComment must be defined in the syntax files. MadEdit v0.1.6: 1.fixed that cannot search U+10000~U+10FFFF ucs4 char under win32. 2.added Increase&Decrease Indent functions. When select multi-lines and press 'Tab' will Inc-Indent, and press 'Shift-Tab' will Dec-Indent. MadEdit v0.1.5: 1.fixed several bugs. 2.now MadEdit will open the same files once only. 3.improved Reload() function, and MadEdit will reload the files which were changed by another app. MadEdit v0.1.4: 1.fixed the bug of Mark Brace incorrect position when use WordWrap. 2.fixed several misc. bugs. 3.used a new approach to determine file types: (a)by file extension (b)by the context of first line (c)by file name. 4.added a setting of "Do Not Save Settings to MadEdit.cfg after MadEdit Finish", it's useful when you edit 'MadEdit.cfg' by MadEdit. MadEdit v0.1.3: 1.fixed several bugs. 2.added Mark Brace Pair. 3.added Go To Left/Right Brace (Ctrl-[ and Ctrl-], press Shift to select). the Brace-Pair must be defined in syntax_*.syn files. 4.added Cut Line (Ctrl-Shift-L). 5.added Insert Tab Char (Ctrl-~ or Ctrl-`). 6.supported Drop Files from window-manager under Linux. 7.improved the speed of repaint in HexMode. MadEdit v0.1.2: 1.fixed several bugs. 2.added Replace Text/Hex functions. 3.added some fine improvements. MadEdit v0.1.1: fixed some bugs. added RightClick Popup Menu. added new syntax files. added FindPrevious & FindHexNext/Previous functions. changed ShortCuts of Text/Column/HexMode to Alt-1, Alt-2, Alt-3. MadEdit v0.1: added Edit & Search functions. MadEdit v0.0.9: Preview & AlphaTest version. License: ------- wxMEdit is released under the GNU General Public License Version 3. Author: ------ Alston Chen (MadEdit creator) JiaYanwei (wxMEdit current maintainer) Links: ----- wxMEdit: http://code.google.com/p/wxmedit/ MadEdit: http://sourceforge.net/projects/madedit/ wxWidgets: http://www.wxwidgets.org/ wxDevCpp: http://wxdsgn.sourceforge.net/ Boost: http://www.boost.org/ Boost.Xpressive: http://www.boost.org/doc/html/xpressive.html libunicows: http://libunicows.sourceforge.net/ Open Clip Art Library: http://www.openclipart.org/ ICU: http://site.icu-project.org/ Bakefile: http://www.bakefile.org/