Page 1 of 1

tabAlign - bounty needed?

Posted: Tue Mar 11, 2014 1:44 pm
by FourthWorld
I just added this note to LCQCC#2282:
The tabAlign token has been reserved for many years, and we've seen so much work on the field object that we now have all sorts of more peripheral things like flagged ranges and the textStyles array, yet we still don't have tabAlign. I don't even see it on the Road Map.

Any list that includes numbers needs this.

May I ask what's prevented it from being implemented, and when it might be?

There's a long thread about complicated multi-field workarounds on the use-livecode list recently:
http://lists.runrev.com/pipermail/use-l ... 99406.html

Let's please see if we can avoid having new users deal with all that. TabAlign is needed.
http://quality.runrev.com/show_bug.cgi?id=2282

I understand the team has their hands full with many other very large initiatives, but this one seems critical for a wide range of products.

Should we consider a bounty for this?

Re: tabAlign - bounty needed?

Posted: Tue Mar 11, 2014 2:35 pm
by richmond62
What's this then?
tabAlign.png
https://github.com/runrev/livecode/blob ... xtable.cpp
tabAlign2.png
nascent at least???

Re: tabAlign - bounty needed?

Posted: Tue Mar 11, 2014 2:44 pm
by FourthWorld
The tabAlign token has been reserved for many years, just not yet implemented.

Re: tabAlign - bounty needed?

Posted: Tue Mar 11, 2014 7:37 pm
by mwieder
Nascent, yes. The lextable.cpp file contains a list of reserved words that the LC engine knows about, and associates them with internal tokens which can be used by routines in other files. But the fact that a keyword is reserved doesn't necessarily mean that it has been implemented anywhere. The "TT_PROPERTY" tag means that the keyword "tabAlign" has been reserved to be a property of something, but that particular something may or may not have been assigned yet.

But good catch on finding that in the lexical table.