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

Artkal palettes #2

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

Conversation

davidnilssonart
Copy link

Added palettes for four of Artkals lines of beads that loads when Perler
is started.

Added palettes for four of Artkals lines of beads that loads when Perler
is started.
Copy link
Owner

@dolkow dolkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is your first git commit ever, so I'm going to give you a learning opportunity! There is a small change I'd like you to make before accepting this commit.

@@ -71,7 +71,7 @@ public PaletteSettings(AbstractReduceColorsFilter f) throws XMLParserException,
}

XMLParser xmlp = XMLParser.getInstance();
for (String s : new String[]{"hama-builtin.xml", "nabbi-builtin.xml", "perlerbeads-builtin.xml"}) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
for (String s : new String[]{"hama-builtin.xml", "nabbi-builtin.xml", "perlerbeads-builtin.xml", "artkal-serie-s-5mm-hard.xml", "artkal-serie-r-5mm-soft.xml", "artkal-serie-c-2.6mm-hard.xml", "artkal-serie-a-2.6mm-soft.xml"}) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add corresponding NON-NLS comments for the constant strings (otherwise, Eclipse will nag me about them).

Should look like the rest, just with higher numbers. :)

Added NON-NLS.
Also, the added Artkal palettes are only for solid colors, not neon,
translucent and others.
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