TSE: Issue: Adding all missing speed search flags in all TSE 4.49f files

2 views
Skip to first unread message

knud van eeden

unread,
Mar 2, 2023, 4:43:09 AM3/2/23
to SemWare TSE Pro Text Editor, S.E. Mitchell
Hello,

TSE: Issue: Adding all missing speed search '_ENABLE_SEARCH_' in all TSE 4.49f files

a. Clean latest TSE 4.49f

b. Search using grep.exe '-is' for the word 'LList(' in all files in all directories 
then looking for those files where no _ENABLE_SEARCH_ is present.

c. It shows that in these 6 files the speedsearch flag is missing:

---

1. <TSE>\mac\where.s - lList(where_title2, Query(ScreenCols), ListVertical, _ENABLE_HSCROLL_)

2. <TSE>\mac\synext.si - choice = lList("SyntaxHilite Associations", Max(LongestLineInBuffer() + 1, Length(browse_footer)), NumLines(), _ENABLE_HSCROLL_)

3. <TSE>\mac\syncfg.si - if lList("Keyword group " + str(tag_no), MAX_TOK_LEN+2,Query(ScreenRows),_ENABLE_HSCROLL_)

4. <TSE>\mac\syncfg.si - pick_ret = lList("SyntaxHilite Mapping Files", Query(ScreenCols), Query(ScreenRows),_ENABLE_HSCROLL_)

5. <TSE>\mac\potpourr.s - rc = lList("Editing Help Description", 68, Query(ScreenRows) - 2, _ENABLE_HSCROLL_ | _FIXED_HEIGHT_)

6. <TSE>\mac\invaders.s - lList('High Scores',40,NumLines(),0)

---

d. Result: Not all these LList() in all files in all (sub)directories have _ENABLE_SEARCH_ present.

e. But expected: Possibly all these LList() including these 6 files should have also _ENABLE_SEARCH_ present. 

f. Action: In general: Possibly adding _ENABLE_SEARCH_ to those LList() in those 6 files so that it is present in all.

Thanks
with friendly greetings
Knud van Eeden






Reply all
Reply to author
Forward
0 new messages