-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create toolbox widget #27
Comments
Toolbox now should be able to serve its main purpose as requested in #27.
Well, this is definitely something with your setup. Here is how it looks like on Linux. I completely agree that it definitely has to be fixed but since I do not have any access to OS X system it would be very hard thing to do.
Why is that so? It is just a preview to feel the scale, it doesn't even mirror how it would look like onscreen.
Fine, I will change that. But if that is the case I need to know more details on how you envision this color editing. |
We should have a toolbox on the left side of the application window. A toolbox is a 2-column vertical bar with tool icons that allow the user to switch between tools. Also the toolbox should also hold the colors currently painted with and the size of the pen.sketch
This enhancement needs adding some appearance information to
Tool
. This could be done by expanding theTool
class with additional properties and methods. But I would personally prefer it stayed separated from it. This can be achieved by creating a wrapper likeToolBoxItem
or something, which internally held aTool
and appearance information.Appearance information includes, obviously, an icon that appears in toolbox. But also a tooltip, that appears when the user holdt the cursor over the icon. We could possibly also have some tool grouping which also counts as appearance information (or layout information). Like for example there would be a hollow rect tool and filled rect tool and the user would choose either of them by clicking an aggregating tool icon which then expand context-menu style and shows the two tools. (I don't think there would be separate tool for filled and hollow rect but you get the idea). It will suffice to just implement the icons atm.
The text was updated successfully, but these errors were encountered: