Tagged Questions

2
votes
2answers
32 views

Eclipse Galileo - How do I get all dirty editors to save on invocation of ant build?

I have lost more time than I care to relate from testing worthless builds resulting from unsaved code changes. I have searched the web for the magic setting I need to change & …
0
votes
1answer
45 views

C# AutoSave cleanup; best practice?

I've got a class that represents a document (GH_Document). GH_Document has an AutoSave method on it which is called prior to every potentially dangerous operation. This method crea …
0
votes
1answer
48 views

Save file without Save Dialog in Visual Basic 6.0

I want to save a file without showing the save dialog because the file is always the same. How can I make it? Thanks.
3
votes
3answers
122 views

I don’t need saving. How to keep Emacs buffers in sync with files ?

I want to have all my file buffers always synchronized with the file content on disk. Is is possible? (preferably as a mode) If you think it is unsafe, than I will just say that e …
2
votes
1answer
37 views

How to implement autoload in a Java application

So I'm writing this JFrame application that has its own document model that can be loaded and saved to a filepath. I'm wondering what good ways are there to make the application op …
6
votes
12answers
306 views

Why is the save button needed?

Software like OneNote has shown that auto-save can be implemented, and it works just as well (or better) as the manual save button / CTRL+S. Anyways everything that you work on yo …
2
votes
3answers
119 views

Emacs auto-save on switch buffer

Call me lame, but I'm tired of my subconscious C-x C-s nervous twitch. I am switching buffers often enough and I think I would like to save a certain buffer as soon as I switch to …
3
votes
3answers
156 views

How to automatically save files on lose focus in Emacs.

Is it possible to configure Emacs, so that it saves all files when the emacs window loses focus?
2
votes
3answers
177 views

Run Function Every Minute In Cocoa

Hi Everyone: I am wondering if there is some way to run a function every minute in Cocoa. I, personally, will be using this for saving content as the user types it in case they q …
1
vote
3answers
183 views

Emacs: Don’t create #these# files when not saving modified buffer

How do I prevent Emacs from creating backup copies of buffers I don't wish to save when I kill buffers that have not been saved?
3
votes
1answer
259 views

eclipse autosave plugin

Im looking for plugin for eclipse that automatically saves files(so i dont have to use Ctrl+S). it could do it on focus lost or over some period of time. I think I saw something li …
0
votes
2answers
472 views

PDT Eclipse to auto upload on save

I am migrating from a Dreamweaver forced working environment to a free-of-choice one. That said I must say I was rather enthusiastic about being able to use Dreamweaver PDT. Howeve …
0
votes
1answer
1k views

Visual Studio 2008\Backup Files folder created when every new VS instance is opened.

Hi, I think I have something broken with the path that VS 2008 saves the backup files. Since few days, it creates a new "Visual Studio 2008" directory in the same folder that my . …
0
votes
3answers
326 views

Simple autosave for Spring MVC form

I have one page form done with Spring MVC. User has to register first and I would like the form to be saved automatically so user can come later to finalize it. Traditional form su …
1
vote
3answers
372 views

Ignore Emacs auto-generated files in a diff

How do I make diff ignore temporary files like foo.c~? Is there a configuration file that will make ignoring temporaries the default? More generally: what's the best way to genera …

1 2 next
15 30 50 per page