We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Throws error on opening of any dialogs
Uncaught Error
function showOpenDialog(allowMultipleSelection, chooseDirectories, title, initialPath, fileTypes, callback) { // FIXME throw new Error(); }
The text was updated successfully, but these errors were encountered:
Which branch are you using? If you're on the bramble branch, this should work.
bramble
Sorry, something went wrong.
I'm going to close this, since we do this in bramble here: https://github.com/humphd/brackets/blob/bramble/src/filesystem/impls/filer/FilerFileSystem.js#L21-L27. Feel free to file more bugs if you get stuck.
No branches or pull requests
Throws error on opening of any dialogs
Uncaught Error
function showOpenDialog(allowMultipleSelection, chooseDirectories, title, initialPath, fileTypes, callback) {
// FIXME
throw new Error();
}
The text was updated successfully, but these errors were encountered: