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

Add "create-or-update-tab" API and executable #388

Closed
fredemmott opened this issue Aug 19, 2023 · 1 comment
Closed

Add "create-or-update-tab" API and executable #388

fredemmott opened this issue Aug 19, 2023 · 1 comment
Labels
enhancement Enhancement to an existing feature

Comments

@fredemmott
Copy link
Collaborator

For example:

create-or-update-tab `
  --type folder `
  --id bms-terrain `
  --title Terrain `
  --glyph E709 `
  --path `C:\falcon\...\MyMap`

Glyph reference: https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font - though this isn't straightforward: codepoint to utf-8 conversion was deprecated in C++17, and while OpenKneeboard is UTF-8, we're not guaranteed anything about the encoding of the input.

@fredemmott fredemmott added the enhancement Enhancement to an existing feature label Aug 19, 2023
@fredemmott
Copy link
Collaborator Author

Not going to do this - adding tabs should always be done by the user through the UI. However, may add a 'custom tab' discovery mechanism allowing third-party apps to register a new tab type.

@fredemmott fredemmott closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant