It just can only get better!
xbury.cs at clearstream.com
xbury.cs at clearstream.com
Mon Jan 27 09:05:01 EST 2003
There are a couple bugs in the current 1.3 release that prevent the normal
working.
Please wait until tonite for the fix...
for those who can't wait:
see the web page for fix #1.
For fix #2
replace this script in cd 1 of stack "script editor x2" in the installer
on colorizescript
if tokencolors["if"] is empty then SetupColors
local s,curword,wordindex
put field "Editor Field" into s
put s into field "Editor Field"
put 1 into curword
put fld "wordindex" into wordindex
go to card 2
repeat for each word w in s
if tokencolors[w] is not empty
then set the textColor of word curword of field "Editor Field" of card 1
to tokencolors[w]
if w is not among the lines of wordindex then put w & return before
wordindex
add 1 to curword
end repeat
local oldline, cline, curline, nwords
put min(lineoffset("--", s), lineoffset("--", s)) into oldline
put 0 into cline
repeat while oldline is not 0
add oldline to cline
put line cline of s into curline
put the number of words in curline into nwords
repeat with curword = 1 to nwords
if char 1 of word curword of curline is "--" or char 1 to 2 of word
curword of curline is "--" then
set the textColor of word curword to nwords of line cline of field
"Editor Field" of card 1 to "DarkOrchid4"
exit repeat
end if
end repeat
put min(lineoffset("--", s, cline), lineoffset("--", s, cline)) into
oldline
end repeat
go to card 1
put wordindex into fld "wordindex"
unlock screen
end colorizescript
After that, it works great and much faster than expected!
The post-installation bug "Thrown Error" which came back is also fixed for
tonite's release...
Cheers
Xavier
> -----Original Message-----
> From: Mr X [mailto:monsieurx at crosscomm.lu]
> Sent: 27 January 2003 09:58
> To: Metacard at Lists. Runrev. Com
> Subject: It just can only get better!
>
>
> Hello scripting fans,
>
> I got a new release of the script editor X coming...
>
> Too many new features, fixes and tuning to mention!
>
> TypeAhead, AutoCompletion and balancing are near their final form!
> I hope to finish them for next weekend.
>
> All index issues fixed!
> No preindexing if the index is hidden.
> Index view Menu to sort, expand collapse index
> New indexes of Word, History to come...
>
> Color Themes with a color theme stack editor in the making!!!
>
> Variable Watcher stack shows arrays and is more scrolling-compliant
>
> My testing is done on the XOS core scripts which is bigger
> than 200K's/10000
> lines! Works well but some usage is not recomended. There's
> also some weird
> stuff going around when moving in the stack but it's
> unnoticeable in smaller
> scripts. As I do all this on the PC, I have no way of knowing
> what is ok or
> not on other OS's.
>
> Last but not least, Im still waiting to hear of any bugs...
> Although I've
> I've corrected most since 1.2.1, I work mostly on the 1.3
> version for MC2.5.
> I wont update the MC 2.4 script editor if I dont hear of any
> bugs... ;))
>
> You can preview it at
> http://monsieurx.com/modules.php?name=News&file=article&sid=72
> Turn off TypeAhead and autocompletion in the Preferences to avoid some
> pre-release bugs!
>
> Please write down your comments and vote in the surveys, so I
> can improve it
> further!
>
> Cheers
> Xavier
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>
Visit us at http://www.clearstream.com
IMPORTANT MESSAGE
Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message.
The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries.
END OF DISCLAIMER
More information about the metacard
mailing list