Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Make Shape Editor Dialog Resize and Scale #1573
Comments
|
I am interested in this but i am new to this organization, can you please guide me where to start,So that i begin my open source journey with you. |
|
Hey @jatincse! Thank you for your interest in contributing to NetLogo. The first step is to make sure you have the necessary tools installed and a development environment setup. We have documentation on how to do that in the wiki. Once you are able to do a As Robert outlined, there are two basic steps to complete this task:
There was a prior attempt to get this working that wound up not getting merged. You can look at the pull request that was made as an extra reference. You do not need to do things how they did it or use that code at all, but it's not a bad place to start. If you have questions, I recommend asking either in our NetLogo Gitter chat channel, or in the NetLogo devel Google Group. |


Currently, the Shape Editor Dialog ("Tools > Turtle Shapes Editor > Edit") is a dialog that cannot be resized. We would like to be able to resize the dialog and to have the shape display area (the
graphicPanelinEditorDialog) increase in size to use the remaining space. Changes for this fix should only affectEditorDialog(and perhapsShapeView).