Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
Fixed formatting errors injected by the previous commit.
  • Loading branch information
troiganto committed Jun 5, 2014
1 parent 3beaf64 commit 9d006b7
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,28 @@ This file might be edited to add at later points.



## Q: I typed "Photoshop" into the text box, but the Photoshop window doesn't
appear in the list.
## Q: I typed "Photoshop" into the text box, but the Photoshop window doesn't appear in the list.

**A:** This is because Photoshop's window caption doesn't actually contain the
word "Photoshop".
**A:** This is because Photoshop's window title doesn't actually contain the word "Photoshop".
Use the filter phrase ".psd" instead.

If you are on the "Target Windows" page of AutoSave's options window, you will
notice the bottom line. If you hover the mouse over a window, this line will
show that window's caption.
The "Target Windows" page of AutoSave's options window contains a little tool for windows with an invisible title bar.
Whenever you point at a window with your mouse, the bottom-most text line of the form will show you that window's title.

You can use this tool to find out what to enter in the top text box.



## Q: Is it possible that AutoSave starts whenever I open <DOCUMENT TYPE>?
## Q: Is it possible that AutoSave starts whenever I open PSD files?

**A:** Not without screwing around with your system in unethical ways.
Use title matching instead.
If you enable regular expressions, the phrase "gimp|paint" matches all windows whose titles contain "gimp" or "paint".

Windows remembers file type associations in a global database called registry.
Every applications registers an entry for each file type it wants to be
associated with.
If you wanted to start AutoSave whenever you open a PSD file, AutoSave would
have to manipulate these entries that belong to other applications.
Every applications registers an entry for each file type it wants to be associated with.
If you wanted to start AutoSave whenever you open, say, a PSD file, AutoSave would have to manipulate these entries that belong to other applications.

That's as if, say, Photoshop was working in an office and was happy that it
just completed all its paperwork, and suddenly, AutoSave would jump in through
the window, grab all of Photoshop's forms, strike out "Photoshop" on each of
them and scribble "AutoSave" on them instead in small, ugly letters.
That's as if, say, Photoshop was working in an office and was happy that it just completed all its paperwork, and suddenly, AutoSave would jump in through the window, grab all of Photoshop's forms, strike out "Photoshop" on each of them and scribble "AutoSave" on them instead in small, ugly letters.

It's a bit invasive.
It's a bit intrusive.

0 comments on commit 9d006b7

Please sign in to comment.