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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.)

…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.)
@matthiasblaesing
Copy link
Contributor

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

There are now separate 'database', 'localRepo', and 'remoteRepo' icons.

(There is a corresponding new commit in apache/netbeans#8083 .)
@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.

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