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

Import code file filters for individual document types #5395

Open
IvenBach opened this issue Feb 21, 2020 · 4 comments · May be fixed by #5731
Open

Import code file filters for individual document types #5395

IvenBach opened this issue Feb 21, 2020 · 4 comments · May be fixed by #5731
Assignees
Labels
enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope.

Comments

@IvenBach
Copy link
Member

Justification
Allow filtering for individual document types. BAS, CLS, FRM, etc... Right now I have to scroll through the entire list to find what I want.

Description
Presently VB Files (*.bas; *.cls; *.frm; *.doccls) or All Files (*.*) are the only options. Add options for

  • Standard Modules (*.bas)
  • Class Modules (*.cls)
  • Forms (*.frm)
  • Document Modules (*.doccls)

Update to All VB Files from VB Files to explicitly state all files.

@IvenBach IvenBach added the enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. label Feb 21, 2020
@IvenBach IvenBach self-assigned this Apr 12, 2021
@IvenBach
Copy link
Member Author

I need to implement this for myself. I'm getting semi-consistent crashes when importing everything in a single action. Importing by module types doesn't crash.

@retailcoder
Copy link
Member

Personally I think I'd use a "all but document modules" filter. Not sure what to best call/describe it in a dropdown though.

@IvenBach
Copy link
Member Author

Does "Non-document VB Files (*.bas; *.cls; *.frm)" fit?

Should we have configuration for which is the default filter selected? Perhaps cache the last selected filter for next use?

@daFreeMan
Copy link
Contributor

I would like to see some sort of persistent cache so it always shows the last filter used instead of defaulting to the "standard" one every time. Especially if it was persistent across sessions.

@IvenBach IvenBach linked a pull request Apr 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants