Release candidate 24 is out.

52 views
Skip to first unread message

S.E. Mitchell

unread,
May 28, 2024, 6:57:59 AMMay 28
to TSEPro Support
Get the new versions here:

Windows:
https://semware.com/files/tse-pro-install/tse-setup-4.50-rc24.zip
New commands:
CopyToClipboard(string s [, integer append])
Copies "s" to the editor's clipboard

string GetStrFromClipboard()
Returns the first line of text in the editors clipboard.

Thanks to Knud Van Eeden for suggesting these commands.

The install program could not find setup.dll. This has been
fixed. Thanks to Sergio Villaseca and Eric Pemenet for the
reports.

Linux:
https://semware.com/files/tse-pro-install/tse-linux-4.50-rc24.tgz

Too many files passed on the editor's command line can make the
editor crash with a segmentation fault.
The number of files that can be passed on the command line has
been greatly extended.
Thanks to Fred Olson for the report.

Mouse initialization now returns true. Thanks to Carlo Hogveen
for working on mouse support.

knud van eeden

unread,
May 28, 2024, 7:22:30 AMMay 28
to TSEPro Support
Thank you very much Sammy, this is great.

with friendly greetings
Knud van Eeden

--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.

knud van eeden

unread,
May 28, 2024, 8:04:33 AMMay 28
to TSEPro Support
1. Here a small example program:

PROC Main()
 STRING s[255] = ""
 CopyToClipboard( "foobar" )
 s = GetStrFromClipboard()
 Warn( s ) // shows "foobar"
END

2. At some point of time 

 CopyToClipboard() 
 and
 GetStrFromClipboard()

could e.g. be added to the TSE Help

3. And also the two commands 

 CopyToClipboard() 
 and
 GetStrFromClipboard()

to be added to sal.syn for
syntax highlight purposes.

Thanks
with friendly greetings
Knud van Eeden

Carlo Hogeveen

unread,
May 28, 2024, 10:19:06 AMMay 28
to sem...@googlegroups.com

Linux TSE's "Beep on Failed Find" has been implemented.
Nice!

Carlo



J. David Boyd

unread,
May 28, 2024, 11:25:19 AMMay 28
to sem...@googlegroups.com
When did the expand macro change from Ctrl-H to Ctrl-Spacebar?   

--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/semware/CA%2BgEvka7nN%2BpC7gEm_Evz7BfrTV7ejT9CawbmW9tnkYihGCDCQ%40mail.gmail.com.


--
What's so funny about peace, love, and understanding? 

knud van eeden

unread,
May 28, 2024, 12:55:47 PMMay 28
to sem...@googlegroups.com
1. The change from 

 <Ctrl h> 

to 

 <Ctrl Spacebar> 

happened on 

 15 November 2006 

in TSE beta version 44019.

2. In all versions after that it has been 

 <Ctrl Spacebar>

3. Checked by running grep on all my TSE installations in a directory

> g:\wordproc\tse Tue 28-05-24 18:46:27> grep -is EXPAND_KEY expand.s >c:\temp\ddd.txt


File: G:\WORDPROC\TSE\TSE32_V28\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\TSE32_V3\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\TSE32_V4\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\TSE32_v44000\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tsel_beta44500\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40044\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40046\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40047\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40048\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40049\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40050\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40051\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40052\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40053\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta40055\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42010\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42011\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42024\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42029\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42030\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42031\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42033\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42034\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42038\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42040\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta42043\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44005\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44006\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44007\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44010\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44013\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44018\mac\expand.s
    EXPAND_KEY = <Ctrl h>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44019\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44020\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44021\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44022\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44023\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44024\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44025\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44026\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44027\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44028\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44031\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44032\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44035\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44036\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44037\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44038\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44039\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44040\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44041\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44043\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44044\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44045\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44046\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44048\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44051\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44057\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44058\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44059\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44062\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44063\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44065\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44066\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44067\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44068\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44069\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44071\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44072\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44073\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44077\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44078\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44079\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44080\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44081\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44083\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44084\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44085\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44086\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44087\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44089\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44090\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44091\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44092\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44093\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44094\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44095\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44096\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44097\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44098\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44099\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44100\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44101\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44102\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44103\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44105\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44106\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44107\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44108\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44109\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44110\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44111\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44112\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44113\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44114\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44115\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44116\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44117\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44118\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44120\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44121\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44122\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44124\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44125\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44127\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44128\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44129\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44130\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44135\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44136\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44137\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44138\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44139\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44141\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44142\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44143\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44144\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44145\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44146\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44200\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44200ORIGINAL\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44300\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44400\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44500\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44600\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44700\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44800\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44900\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44900e\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta44900f\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc1\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc10\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc11\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc12\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc13\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc14\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc15\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc16\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc17\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc18\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc19\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc2\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc20\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc21\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc23\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc24\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc3\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc4\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc5\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc6\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
File: G:\WORDPROC\TSE\tse_beta45000rc7\mac\expand.s
    EXPAND_KEY = <Ctrl SpaceBar>,
<EXPAND_KEY>                Expand()
     
with friendly greetings
Knud van Eeden


J. David Boyd

unread,
May 29, 2024, 12:14:09 PMMay 29
to sem...@googlegroups.com
My mistake for certain.  I had never looked past line 18 in the file, in the opening comments when it said

              <Ctrl H>  Expand()

So for years I've just thought it was broken somehow.  Then I actually looked in the source of the file last version, and there it was - 

constant
    EXPAND_KEY = <Ctrl SpaceBar>


That'll teach me to actually look at the code and not just the comments in the future!

Dave



knud van eeden

unread,
May 29, 2024, 12:28:42 PMMay 29
to sem...@googlegroups.com
Yes, but that is a good catch. Probably will be fixed soon by Semware:

===

Currently: Snippet from <TSE>\mac\expand.s source code:

===

  Overview:
  This macro file provides a macro that operates like a limited,
  dynamic Template mode.  It expands, or completes, the "partial" word
  to the left of the cursor based on other words in the file. When you
  execute Expand from the Potpourri PickList, the Expand macro is
  assigned to <Ctrl H>.
  Keys:
              <Ctrl H>  Expand()

===

But should instead be:

===

  Overview:

  This macro file provides a macro that operates like a limited,
  dynamic Template mode.  It expands, or completes, the "partial" word
  to the left of the cursor based on other words in the file. When you
  execute Expand from the Potpourri PickList, the Expand macro is
  assigned to <Ctrl SpaceBar>.

  Keys:
              <Ctrl SpaceBar>  Expand()


Thanks
with friendly greetings
Knud van Eeden


knud van eeden

unread,
May 29, 2024, 12:31:26 PMMay 29
to sem...@googlegroups.com
One more location to change:

  With this macro activated, just press <Ctrl H> each time you want to

to

  With this macro activated, just press <Ctrl SpaceBar> each time you want to


Carlo Hogeveen

unread,
Jun 4, 2024, 2:57:30 AMJun 4
to sem...@googlegroups.com

I just made the happy discovery that, while not in the release notes, my EditWithTSE tool was added to TSE's Potpourri menu.

This tool adds or deletes TSE to or from Windows File Explorer's mouse menu.
If added, you can right-click on a file and select to edit it with TSE.

Carlo



J. David Boyd

unread,
Jun 4, 2024, 1:26:38 PMJun 4
to sem...@googlegroups.com
That's a pretty cool function to have in there.  Thanks for writing it!

--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages