Saturday, July 23, 2016

How to install wxMEdit 3.1 – A Cross Platform Text/Hex Editor released

MadEdit is a Cross-Platform Text/Hex Editor written in C++&wxWidgets. MadEdit can edit files in Text/Column/Hex modes, and supports many useful functions e.g. SyntaxHighlightings, WordWrap, Encodings(UTF8/16/32,Big5,GBK...) and WordCount.

  
wxMEdit 3.1 Changelog
  •     added a new killer feature: word boundary with Chinese/Japanese/Thai/Lao/Khmer and Burmese characters etc.
  •     added a new killer feature: word-wrap meet the Unicode® Standard Annex #14: Unicode Line Breaking Algorithm.
  •     added new feature: column align.
  •     added toolbar icon & shortcut for Inserting Ordered Sequence.
  •     changed End-of-Line mark patterns.
  •     updated Unicode block descriptions for Unicode 8.0 (require ICU 56 or higher).
  •     fixed incorrect word boundary with non-English characters when selecting word.
  •     fixed incorrect word-wrap with non-English letters.
  •     fixed broken characters input with numpad in wxMEdit that built with wxWidgets-3.0 GTK2.
  •     fixed incorrect behavior of when Ctrl-Backspace pressed at beginning of a text file OR at zero-width selection in column mode.
  •     fixed that cannot select the whole word wraped in different lines by double-click.
  •     fixed that triple-click cannot select a whole wrapped line.
  •     fixed that files are not keep in hex mode after restart & restore.
  •     fixed newline redundance when copying in regular text mode.
  •     updated Japanese translation by Tilt <tiltstr[at]gmail.com>.
  •     updated Spanish translation by Carlos Sánchez <carlos1994sanchez[at]gmail.com>.
  •     updated Simplified Chinese translation.
  •     updated Traditional Chinese translation by Vincent_TW.
  •     updated Russian translation by Будинов Станислав <stabud[at]yandex.ru>.
  •     other minor changes and bug fixes.
Installation instructions:

Open terminal and insert command line...

Install wxMEdit 3.1 on Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04
32bit OS
$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_i386-icu52.deb -O wxmedit_i386.deb

$ sudo gdebi wxmedit_i386.deb

64bit OS

$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_amd64-icu52.deb -O wxmedit_x64.deb

$ sudo gdebi wxmedit_x64.deb


Install wxMEdit 3.1 on Ubuntu 15.10

32bit OS
$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_i386-icu55.deb -O wxmedit_i386.deb

$ sudo gdebi wxmedit_i386.deb

64bit OS

$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_amd64-icu55.deb -O wxmedit_x64.deb

$ sudo gdebi wxmedit_x64.deb


Install wxMEdit 3.1 on Ubuntu 16.40

32bit OS
$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_i386-wx3-icu55.deb -O wxmedit_i386.deb

$ sudo gdebi wxmedit_i386.deb

64bit OS

$ sudo apt-get install gdebi

$ wget http://downloads.sourceforge.net/project/wxmedit/3.1/wxmedit_3.1-1_amd64-wx3-icu55.deb -O wxmedit_x64.deb

$ sudo gdebi wxmedit_x64.deb

1 comment:

  1. if you have trouble installing libicu55
    https://askubuntu.com/questions/1066900/how-to-download-and-install-libicu55-package-for-ubuntu-18-04

    ReplyDelete