suppress "Another application has updated file" di

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply

Should there be a way to prevent the "Another application has updated file" dialog from appearing?

Poll ended at Wed Jul 16, 2003 7:31 pm

Yes.
7
78%
No.
1
11%
Doesn't matter.
1
11%
 
Total votes: 9

User avatar
CodeBase
Posts: 30
Joined: Thu Jun 26, 2003 7:18 pm
Location: Edmonton, AB

suppress "Another application has updated file" di

Post by CodeBase »

<<I have created a copy of this post with a poll in the proper format so it will register. Please go there and vote.>>

When viewing a file that is frequently updated (e.g. web server log file), TextPad brings up a message box saying, "Another application has updated file <file name> Reload it?"

The problem is: When you click No, it appears again 3 seconds later.

This dialog should have a third button or check box that you can check or uncheck that prevents it from appearing again.[/url]
Last edited by CodeBase on Wed Sep 10, 2003 5:25 pm, edited 1 time in total.
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Configure - Preferences - File

Select "ignore" under "When files are modified by another process"
User avatar
bbadmin
Site Admin
Posts: 814
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Post by bbadmin »

Or, select the Auto-reload option, if you actually want the file to be reloaded.

Keith MacDonald
Helios Software Solutions
Georg Goldemund
Posts: 1
Joined: Tue Jul 01, 2003 10:11 am

make "Another application has updated file" non bl

Post by Georg Goldemund »

Auto reload is not an alternative to the "Another application has updated file" dialog.
When viewing constantly changing log files then the dialog presents valuable information which I don't want to miss, while at the same time I want a chance to browse a certain state of the logfile for some minutes without permanently getting notified.

Currently the dialog needs to be clicked away before scrolling the file, and reappears within 2 seconds before I have a chance to disable the file modification check or scroll and read the file.

Suggestion:
A) make that dialog non blocking like the "F5" search dialog.
The dialog can be moved away and used on demand
or the file modification check can be disabled before closing the dialog.
B) (second best) make the refresh interval configurable.

Georg Goldemund
User avatar
bbadmin
Site Admin
Posts: 814
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Post by bbadmin »

Thanks for clarifying your requirements. In that case, the closest match is to "Ignore Updates" and use the Revert command on the File menu to reload the file manually.

Keith MacDonald
Helios Software Solutions
ptrckday
Posts: 5
Joined: Mon Jul 21, 2003 10:57 pm

Post by ptrckday »

I think this is a good suggestion for an enhancement. 95% of the time I don't want to ignore changes. Every once in a while I want to look at a quickly changing file and don't have time to do anything other than respond to the dialog window.
User avatar
CodeBase
Posts: 30
Joined: Thu Jun 26, 2003 7:18 pm
Location: Edmonton, AB

Re: make "Another application has updated file" no

Post by CodeBase »

Georg Goldemund wrote:Suggestion:
the file modification check can be disabled before closing the dialog.
I like this suggested implementation. The dialog box would have a check box that says something like, "Do not ask again for this file."
User avatar
webmasta
Posts: 169
Joined: Mon Jul 28, 2003 8:16 pm
Location: Toronto

Post by webmasta »

Apart from all that it would be nice to have an undo option if by mistake /chance /tiredness /dumbness or just plain stupidity that the ok button was clicked without thinking.

webM
User avatar
Jan Paul
Posts: 21
Joined: Mon Apr 28, 2003 1:24 pm
Location: The Netherlands

Open temporary copy

Post by Jan Paul »

Another option is an "open temporary copy" file were textpad copies the file to the temp directory and then opens it. When you close the file, the temp file gets deleted.
The temp file shoud be read-only.

Jan Paul
jlacasse
Posts: 7
Joined: Thu Aug 28, 2003 5:28 pm

Post by jlacasse »

The other thing about the auto reload that I find very annoying is that if the file that is being reloaded isn't the file in focus and it is very large (like web logs as someone else noted) it freezes the editor until it gets reloaded even though you're not currently looking at it. If the file is small it will still cause a flicker as though it restored the windows and then maximized them again. I think it would be nice to have the option to tell the editor to only reload files if they are in focus. Also I like the idea of being able to specify the time interval instead of just having the 2 second option.
rkogelhe
Posts: 1
Joined: Wed Sep 17, 2003 1:35 pm

Post by rkogelhe »

I think someone should think about how log files and such are usually used.

There are a number of features we could imagine. For example, (1) by file or (2) filetype setting the warning dialog on or off. In addition, (3) displaying a special icon or (select list colour?) indicator to indicate when a file has been updated. (4), add "tail" capability where you say that you want to "tail" (see the last X lines of a file) the file, not open it, and you can configure the buffer size and polling interval.
Post Reply