Page 1 of 1

Future release

Posted: Tue Apr 10, 2001 5:10 pm
by Anom
Are there any rumors about version 5.0, and what's going to be in it?

I've looking through this forum and features like:

- Function list
- Autocomplete on functions
- Programmable macros

have been discussed here.

I'm just wondering if people at Textpad are listening?

Re: Future release

Posted: Wed Apr 25, 2001 6:56 pm
by Judy Robinson
Maybe we should start a list for 'them'. We could also use the ability to search for the 73rd char 'a' in a record, for instance.

Re: Future release

Posted: Fri Apr 27, 2001 9:53 pm
by Roy Beatty
> We could also use the ability to search for the 73rd char 'a' in a record,
> for instance.

Try this regex find:

^.\{73\}a

Good luck,

Roy