Following up on some items from a post I made last night:

> - The field's dontWrap is false, but the text isn't wrapping (IMO
> this is a bug).

Filed as such:
<http://quality.runrev.com/show_bug.cgi?id=14835>


Related, it occurred to me that it's sometimes annoying to have to write this handler just to have tabs entered into the text of a field:

on tabKey
   put tab into the selecction
end tabKey

So I submitted a request for an allowTabs field property; off by default, when true it would allow a field to accept tabs the user types:
<http://quality.runrev.com/show_bug.cgi?id=14836>


> - Comparing to Apple's TextEdit to see what performance looks like
> there, it turns out no comparison is possible because Apple doesn't
> even attempt line wrapping during resize, deferring that for when
> the resize action ends after the mouse is released.  Might is be
> useful to have a field property for similar effect in LiveCode?

To vet this idea I created a thread about it in the Engine Contributors section of the forum:
<http://forums.livecode.com/viewtopic.php?f=66&t=23504>


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to