Search found 3 matches
- Thu Nov 04, 2021 10:51 pm
- Forum: General
- Topic: tool output and open all
- Replies: 0
- Views: 13681
tool output and open all
I have a custom tool set-up in TextPad that returns a list of filenames and line numbers, and I have the registers set-up to capture the filename and line number. After the tool runs, I can double-click on a line and the file opens, but if I right-click and do Open All, nothing happens. Is there ...
- Wed May 28, 2014 1:10 pm
- Forum: General
- Topic: viewing files with tabs
- Replies: 1
- Views: 786
viewing files with tabs
I am running into a small issue with TextPad where a line containing tabs isn't displayed properly when syntax highlighting is enabled. As an example, place the following line into a file test.js:
var test = ' abc';
The characters between the single quotes are: [tab]abc
When I open up that file ...
var test = ' abc';
The characters between the single quotes are: [tab]abc
When I open up that file ...
- Tue Nov 24, 2009 2:19 pm
- Forum: General
- Topic: Multiple Windows on a Single Document?
- Replies: 9
- Views: 3441
Yes, I agree. What I would find very useful would be to duplicate a window multiple times - so that I could open up the same file multiple times, each in different tabs, and work on different parts of the same file via switching tabs. Each of those tabs would be kept in sync, so that an edit in one ...