Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large Type and files #1804

Closed
skurfer opened this issue Mar 25, 2014 · 0 comments
Closed

Large Type and files #1804

skurfer opened this issue Mar 25, 2014 · 0 comments
Labels

Comments

@skurfer
Copy link
Member

skurfer commented Mar 25, 2014

Background: The Large Type action works with strings and text files.

If a file object is created using sniffString on something like /Users/Shared, it retains its string value under QSTextType. Because it has text, it passes the restrictions of the Large Type action, but the action assumes any file passed to it must have been a text file and attempts to read its contents.

Possible solutions:

  1. Make ‘sniffString` set up files to look like they do everywhere else (with no text data).
  2. Make Large Type a bit smarter about when to read a file’s contents.

We should probably do both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant