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

open files with filter patterns #4

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

KrmBab
Copy link

@KrmBab KrmBab commented Mar 20, 2024

this is an update of the C++ code and labview code to add the filters patterns to the open file function

  • new version of g_unicode_. dll (0.3.0.1) :
    i changed the prototype of the of gu_open_file_dialog function to use const char* filter_patterns

  • update of the gu_open_file_dialog.vi and File Dialog (Unicode).vim :
    add the filter patterns and description inputs

now the user can set a filter when open file, if no filter set, "All Files (.)", "*" will be used as default

  • i did not change or rebuild the VIPM package !!!

KrmBab added 9 commits March 20, 2024 09:52
Modify the gu_open_file_dialog prototype to use const char* filter_patterns to pass the filter patterns. For example, the filter patterns should be in the format "*.txt;*.jpg"
update gu_open_file_dialog prototype by changing the const char** filter_patterns to const char* filter_patterns
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.

1 participant