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

Missing files on launch now show in one dialog #131

Closed
wants to merge 1 commit into from

Conversation

achesak
Copy link
Contributor

@achesak achesak commented Oct 19, 2016

No description provided.

var filenames = ""
if len(missingFilenames) > 5:
var numNotShown = len(missingFilenames) - 5
filenames = missingFilenames[0..4].join("\n") & "\nand " & intToStr(numNotShown) & " more files"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this in general but I dislike that I won't be shown some of the missing files.

@achesak
Copy link
Contributor Author

achesak commented Oct 21, 2016

Any preference on how that gets changed?

  • Increase the number shown (or user-set in preferences)
  • List all (potential problems with large numbers of files)
  • Certain number per dialog, multiple dialogs
  • Something else?

I find it somewhat annoying when I move a project and I have to click through many dialogs, so personally I'd prefer the first or second option.

@dom96
Copy link
Owner

dom96 commented Oct 22, 2016

What would be ideal is a custom dialog that contains a scrolled text view. But I can understand it if you don't wish to implement this. I'll merge this as-is if that is the case.

@achesak achesak closed this Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants