Search found 7 matches
- Thu Oct 21, 2021 11:23 pm
- Forum: Enhancement Suggestions
- Topic: Another thread for Linux TextPad
- Replies: 8
- Views: 6489
- Tue Sep 15, 2020 5:27 pm
- Forum: General
- Topic: Portable TextPad needs relative paths to tools.
- Replies: 4
- Views: 1743
- Mon Sep 14, 2020 6:25 pm
- Forum: General
- Topic: Portable TextPad needs relative paths to tools.
- Replies: 4
- Views: 1743
Thanks, I'll try doing that for all of my machines.ben_josephs wrote:As an alternative, you might assign a permanent drive letter to the drive:
https://www.windowscentral.com/how-assi ... windows-10.
- Fri Sep 11, 2020 11:19 pm
- Forum: General
- Topic: Portable TextPad needs relative paths to tools.
- Replies: 4
- Views: 1743
Portable TextPad needs relative paths to tools.
Hi all,
I'm using a portable instance of Textpad 8.4.1 64-bit on my flash drive. I also have a very portable instance of Strawberry Perl on this flash drive. I have tools in TextPad that run my Perl scripts and capture output. The problem is that the drive changes on my flash drive and I have to ...
I'm using a portable instance of Textpad 8.4.1 64-bit on my flash drive. I also have a very portable instance of Strawberry Perl on this flash drive. I have tools in TextPad that run my Perl scripts and capture output. The problem is that the drive changes on my flash drive and I have to ...
- Wed May 17, 2017 9:04 pm
- Forum: General
- Topic: Adding line numbers to vintage BASIC code
- Replies: 2
- Views: 802
Thank you!
You're so smart! Thank you!
- Wed May 17, 2017 6:28 pm
- Forum: General
- Topic: Adding line numbers to vintage BASIC code
- Replies: 2
- Views: 802
Adding line numbers to vintage BASIC code
Hi,
I'm going through some old engineering problems that use vintage BASIC for their solutions (the kind where every statement needs a line number). I'm trying to work out a way to have TextPad automatically insert a line number for every statement in my code. Is this possible using search/replace ...
I'm going through some old engineering problems that use vintage BASIC for their solutions (the kind where every statement needs a line number). I'm trying to work out a way to have TextPad automatically insert a line number for every statement in my code. Is this possible using search/replace ...
I just create an external tool called "perl run" which calls strawberry perl with the current buffer as file input. I capture output and prompt for parameters.
Later I've added keyboard shortcuts and a tool to open the command line for running PDL. I also have another tool which calls perldoc and ...
Later I've added keyboard shortcuts and a tool to open the command line for running PDL. I also have another tool which calls perldoc and ...