[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[StrongED] StrongED 4.69f3 available



Hi All,

A serious redraw bug has been found in the Dump mode of 4.69 which would
cause screen corruption (usually recoverable) and occasionally a freeze.
A fixed version of StrongED and a fixed RunImage are now on the website.

The third full release of StrongED 4.69 can found on the website:
http://www.stronged.iconbar.com/archives/releases/se469f3.zip

If you've already downloaded 4.69 then please find an updated RunImage
here: http://www.stronged.iconbar.com/archives/misc/ri469f3.zip

As always, all feedback is welcome and appreciated!

Cheers,
Fred.


Changes in StrongED 4.69f3 (from 4.69f2)
========================================

 - Dump mode had a serious redraw bug. Making a Dump mode view very
   narrow when automatic wrap was on would lead to redraw errors and
   occasionally a locked machine.


Changes in StrongED 4.69f2 (from 4.69f1)
========================================

 - Checking of permissions didn't work correctly when trying to use a
   ClickList function. Clicklist functions failed because of this.
   Missing instruction added.

 - Clicking on the right hand side of a character when using an outline
   font and bar caret should place caret to the right of that character.
   Didn't happen as the relevant code was still commented out.

 - Aligning tabs to the Tabstops definition didn't work correctly when
   using a non-proportional outline font. Code for it was still geared
   towards bitmap fonts.

 - Reading of cmos values for double-click delay and double-click
   cancel distance was still assuming pre-nested wimp allocations. This
   could result in a large delay and/or cancel distance. Code updated to
   test version of window manager in use.

 - Dragging a selection near the right edge of a window set to AutoWrap
   would scroll the content left. The exposed area at the right won't
   be redrawn as it's beyond the text's width. Now windows with AutoWrap
   set don't scroll horizontally.

 - A similar bug to the above. Scroll a window with a large wrapwidth (>
   screen width) completely right, then set it to AutoWrap. The window's
   horizontal scroll offset isn't reset to 0 causing redraw failures
   when dragging over the window. Fixed by forcing the H scroll offset
   to 0 when (re-) opening a window with AutoWrap set.

-- 
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx