15,091
edits
Changes
no edit summary
To use Eclipse you'll need two folders. One * A folder where you install Eclipse, the other one will be the workspace. E.g., /home/acraphae<code>~/devel/eclipse_installs/ and </home/acraphaecode>* A folder that will be the workspace. E.g., <code>~/devel/eclipse_workspaces/gramps</code>
Download an Eclipse package from [httphttps://www.eclipse.org/downloads/ Eclipse.org]. Unzip the file into /home/acraphae<code>~/devel/eclipse_installs/ </code> and run the eclipse binary in /home/acraphae<code>~/devel/eclipse_installs/eclipse </code> when asked for a workspace, enter /home/acraphae<code>~/devel/eclipse_workspaces/gramps</code>
== Installing Pydev and Pylint==
Go to: {{man menu|window > preferences > pydev > pylint}} tick {{man label|[ ] Use pylint}} and enter <code>/usr/bin/pylint</code> as the pylint path. == Installing EGit ==Follow the [http://www.eclipse.org/egit/download/ download instructions] to install the [http://www.eclipse.org/egit/ EGit] plugin. Open the subversion Git perspective and add a repository. * Github:** See [https://grampswiki.eclipse.org/EGit/User_Guide#GitHub_Tutorial EGit/User_Guide#GitHub_Tutorial] * Sourceforge( no longer used):** <code>ssh://<username>@git.svncode.sourceforgesf.net/svnrootp/gramps/trunk for working on the trunk source</code. > Select Checkout project using new project wizard. Select pydev project wizard. ==See also==* [[Running a development version of Gramps]] [[Category:Developers/General]]