News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

icon for code completion plugin

Started by ollydbg, January 15, 2013, 04:19:26 PM

Previous topic - Next topic

ollydbg

I use Inkscape to create a simple icon for codecompletion plugin. see below (80*80pixel)

Edit: I see the pen region has white background, should be fixed tomorrow. :)

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Quote from: ollydbg on January 16, 2013, 02:32:58 PM
updated, any comments?
Design looks good, but is it possible to improve the anti-aliasing of the text?  (Not completely sure how you made it, but maybe try rendering the vector at the exact size as the desired output.)

ollydbg

Quote from: Alpha on January 16, 2013, 03:17:47 PM
Quote from: ollydbg on January 16, 2013, 02:32:58 PM
updated, any comments?
Design looks good, but is it possible to improve the anti-aliasing of the text?  (Not completely sure how you made it, but maybe try rendering the vector at the exact size as the desired output.)
Thanks, I use Inkscape, I just add some text(font size is 10 point) in the icon image(80*80 point). I will try to use more larger point, and try again. I do no know how to use "anti-aliasing of text" in Inkscape. :)

I use 13 point size font, this is the largest font I can use for the text, see below.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on January 16, 2013, 03:40:09 PM
I use 13 point size font, this is the largest font I can use for the text, see below.
Nice. :)

I never noticed, that the CC plugin has no icon in the settings, btw... :o
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alpha

Text is good on this last one.  My only other recommendations are make the parenthesis and curly brace dark red, leave the auto-comp box outline as black (red looks a little strange there in my opinion), and make the green selection rectangle a little larger (because the text is now larger).

ollydbg

#7
Quote from: Alpha on January 16, 2013, 08:33:47 PM
Text is good on this last one.  My only other recommendations are make the parenthesis and curly brace dark red, leave the auto-comp box outline as black (red looks a little strange there in my opinion), and make the green selection rectangle a little larger (because the text is now larger).
Thanks for the comments, updated, see the attachment.
Edit: add the "off" icon.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on January 17, 2013, 04:17:06 AM
Thanks for the comments, updated, see the attachment.
Edit: add the "off" icon.
I think its really looking "good enough" now. ;)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alpha

Quote from: MortenMacFly on January 17, 2013, 04:22:59 PM
Quote from: ollydbg on January 17, 2013, 04:17:06 AM
Thanks for the comments, updated, see the attachment.
Edit: add the "off" icon.
I think its really looking "good enough" now. ;)
Thumbs-up :).

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Committed in rev8800. Thanks everyone! :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.