You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
putthenumberoflinesin lMatchingHistory into lNumMatching
89
96
put1into lMatchingIndex
90
-
put field "message"&char (thenumberofcharsof field "message"+1) to (thenumberofcharsofline1of lMatchingHistory) ofline1of lMatchingHistory into field "auto complete"
97
+
get field "message"&char (thenumberofcharsof field "message"+1) to (thenumberofcharsofline1of lMatchingHistory) ofline1of lMatchingHistory
98
+
ifitisthetextof field "auto complete"then
99
+
unlock screen
100
+
return empty
101
+
end if
102
+
putitinto field "auto complete"
91
103
setthe hscroll of field "auto complete"tothe hscroll of field "message"
92
104
else
93
105
putemptyinto field "auto complete"
94
106
end if
95
-
96
-
dispatch"revSEColorizeField"to stack "revSEUtilities"withthelong id of field "auto complete"
0 commit comments