add new buttons in some toolbars?
| Project: | GNU Smalltalk |
| Component: | VisualGST |
| Category: | bug |
| Priority: | minor |
| Assigned: | MrGwen |
| Status: | fixed |
Also, what is the text pane for? Why is it not everywhere?
Updates
| Assigned to: | Unassigned | » MrGwen |
| Status: | active | » committed |
| Status: | committed | » fixed |
great job, thanks
| Title: | useless buttons in the toolbar? | » add new buttons in some toolbars? |
| Priority: | critical | » minor |
| Status: | fixed | » active |
Especially the debugger and SUnit browser will benefit. You can put icons in the .star file and access them as
((PackageLoader packageAt: 'VisualGST') / 'foo.png') contents
I attach some icons that could work for a debugger. They are all from the tango package (go-run is custom, but it is just a standard tango icon recolored in green).
I think using Tango icon theme may not work here, bacause a lot of icons will be missing later, like icons in the class browser. Tango icons are for desktop environments.
Why not taking a look at icon themes used in other opensource development environments like KDevelop or Mono-Develop?
Also there are quite some icons in the silk icon theme (16x16 only)
http://www.famfamfam.com/lab/icons/silk/
I looked at the MonoDevelop icons and, well, they quite suck. :-(
I don't need too many icons, the only "necessary" ones for the toolbar IMO would be:
- debug step into/step over/run/finish
- run icon for SUnit browser (would run entire class or do "debug it" for a single method)
I've added a new icon for the step operation for the debugger :p
| Status: | active | » committed |
I did a little more work on this, please pull into your github
| Status: | committed | » fixed |
