Search found 6 matches

by HooNose
Fri May 23, 2008 9:03 am
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

By the way, wouldn't using the Document Selector be somewhat better for the manipulation of 100 open files instead of using Document Tabs? Yes indeed. And I'm actually doing it this way sometimes. Just didn't want to overly emphasize the irrelevant details. But, now that you're talking of it: For l...
by HooNose
Fri May 23, 2008 7:27 am
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

Thanks for your help with ideas. textpad.exe -am "filename.log"(9999999999,1) This is not so bad. And it works - I just tested it. But. I usually define document classes, like "LogFile"=*.log, and assign file type associations for TextPad, so I can double click the files in explo...
by HooNose
Thu May 22, 2008 4:28 pm
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

Re: Textpad as log file monitor

abramson wrote: Perhaps you do not wish the date insertion?

Guillermo
That would not be useful for me because then the file is opened AND modified, which prevents the cool auto-reload feature, after my external applications write new log entries into the file.
by HooNose
Thu Apr 17, 2008 9:36 am
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

I would like the option to manually reload files, ie only update when I want to. Preferably with a keyboard shortcut rather than having to open File That's already there. The menu entry File->Revert reloads the current file. You can easily define any keyboard shortcut for this command in Preference...
by HooNose
Wed Mar 05, 2008 3:00 pm
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

Indeed I have *.log configured as a separate document class. And I agree that a setting for the document class (e.g. "jump to end of opened file") would be a good alternative to the command line argument.

I also used baretail occasionally. But nothing compares to TexPad.
by HooNose
Wed Mar 05, 2008 8:51 am
Forum: Enhancement Suggestions
Topic: Textpad as log file monitor
Replies: 15
Views: 1549

Textpad as log file monitor

I'm using TextPad to monitor lots of log files. There are 3 little changes needed for this purpose: 1.) a command line argument that tells TextPad to immediately jump to the last line, after opening the file. --> currently I always need to press Ctrl-End, for each file. *edit*, better: I would like ...