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

Extend available quick actions in the IDE #47

Open
2 of 5 tasks
Nek-12 opened this issue Jul 23, 2024 · 0 comments
Open
2 of 5 tasks

Extend available quick actions in the IDE #47

Nek-12 opened this issue Jul 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nek-12
Copy link

Nek-12 commented Jul 23, 2024

Currently for generating icons in simple mode, each file needs to be dropped into the plugin window, copied via the copy button, and then pasted into desired directory. This makes the plugin hard to use when importing, say 10 new icons to an existing icon pack. This is a feature request to support:

  • A quick action for a folder "generate icons here"
  • A multi-import feature. When multiple files are dropped together into the simple mode import window, the behavior should change to let the user pick where to place the resulting Kotlin files instead of just showing the content of the first file
  • An "existing icon pack" toggle / field, which would allow the icon(s) to be prefixed with the icon pack object namespace out of the box.
  • A "rename by regex" feature to reformat the names of the icon files dropped into a window to match the project conventions. E.g.: ic_flower_outline_24.svg -> FlowerOutline
  • A button to "save to the current package / file" to avoid copying the file contents, finding a package and pasting them to create a file.
@egorikftp egorikftp added the enhancement New feature or request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants