#1 Miscellaneous fixes to file selector functions for Linux and OSX

开启中
pgimeno 请求将 4 次代码提交从 pgimeno/pg-fixes 合并至 pgimeno/master

First commit:

  • Escape parameters correctly on Linux/OSX
  • Prevent warnings about -maxdepth 1 not being in the correct position
  • Prepare the code for better quoting of Windows parameters in future
  • Prepare the code for an option to include hidden files in listings in future

Second commit:

  • Properly handle files with LFs in the name. Under Linux, any character is possible for a filename except / and ASCII NUL ('\000').

Third commit:

  • The default "All Files" mask did not show files without dots. This commit corrects it.

Fourth commit:

  • Fix crash in demo when selecting a file instead of a directory, via OpenDirectory
First commit: * Escape parameters correctly on Linux/OSX * Prevent warnings about `-maxdepth 1` not being in the correct position * Prepare the code for better quoting of Windows parameters in future * Prepare the code for an option to include hidden files in listings in future Second commit: * Properly handle files with LFs in the name. Under Linux, any character is possible for a filename except `/` and ASCII `NUL` (`'\000'`). Third commit: * The default "All Files" mask did not show files without dots. This commit corrects it. Fourth commit: * Fix crash in demo when selecting a file instead of a directory, via OpenDirectory
该合并请求可以进行自动合并操作。
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。