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

Updated Adobe Illustrator file for new icons in PR#8083 #73

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

eirikbakke
Copy link
Contributor

This PR contains the updated Adobe Illustrator file that includes the new icons added in the main NetBeans repo in apache/netbeans#8083

The file that maps bitmap icons to SVG artboard names is also updated to incorporate the new icons and identify more duplicates. See this generated page for a visual summary.

image

There are also some adjustments to the icon-copying script:

  • Allow SVG paths to be included in mappings.tsv, for new icons that do not have a corresponding PNG or GIF file. (Did not end up using this feature currently. But it might be useful in the future.)
  • Permit a subset of SVG files to be copied into the NetBeans repo, depending on what files exist in the illustrator_exports folder.
  • Add an explanatory preamble to the generated icons.html file, with links to the README and other relevant information.
  • In the generated icons.html, sort unassigned bitmap icons by first path observed. (Help keeps related icons together.)

@matthiasblaesing
Copy link
Contributor

I saw nothing obviously wrong here, so from my perspective good to go.

@eirikbakke
Copy link
Contributor Author

Thanks! There's another commit in this PR now to correspond with the new commit added to apache/netbeans#8083 . Once the latter is merged I can merge this PR as well.

…s to artboard names and SVG files.

Reorder some of the mappings to keep similar-looking icons together in the generated icons.html file.

Icon script improvements:
* Allow SVG paths to be included in mappings.tsv, for new icons that do not have a corresponding PNG or GIF file. (Did not end up using this feature currently. But it might be useful in the future.)
* Permit a subset of SVG files to be copied into the NetBeans repo, depending on what files exist in the illustrator_exports folder.
* Add an explanatory preamble to the generated icons.html file, with links to the README and other relevant information.
* In the generated icons.html, sort unassigned bitmap icons by first path observed. (Help keeps related icons together.)

This commit corresponds to the changes in apache/netbeans#8083, including the final PR revisions.
@eirikbakke
Copy link
Contributor Author

I squashed the commits in anticipation of merging, like in apache/netbeans#8083

@eirikbakke eirikbakke merged commit 3c9eb9a into apache:master Jan 5, 2025
@eirikbakke
Copy link
Contributor Author

Merged this one now as well as the corresponding apache/netbeans#8083 . The icon mappings committed here are thus in sync with the SVG files in the main repo.

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.

2 participants