[program-l] 6pad 1.4.1 released

  • From: QuentinC <webmaster@xxxxxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Thu, 25 Oct 2012 21:06:58 +0200

Hello everybody,
Some of you already know my accessible text editor called 6pad.

Today, I released version 1.4.1 which is basicly a pach for version 1.4.
Direct download here: http://quentinc.net/6pad/?dl=en14

A big defect was found in regular expression replacement logic.
For example replacing "\b[a-z]" with "%" on a string like "ab1 cd2 fg3 hj4" resulted in "%%1 %%2 %%3 %%4" which is incorrect, the right result being "%b1 %d2 %g3 %j4" that's indeed the result php or java give. Now this problem is fixed, but a problem remain if you try to replace something using the expression "$" alone.

Also in this version 1.4.1, corrected a bug that prevent from using Shift,Ctrl or Alt+Enter in a user custom shortcut.

Many people also asked to remove the small music when the program crash. It's gone now.

have fun, and don't hesitate to tell if you like it, if you have a remark, or if you noticed a bug.
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts:

  • » [program-l] 6pad 1.4.1 released - QuentinC