Difference between revisions of "Activities/Develop"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
+
== Develop ==
[[Category:Activities|Develop]]</noinclude>
 
Develop allows you to edit existing Activities or create new ones. It allows the viewing and editing of multiple files and gives easy access to error logs. It includes templates for a number of sample Hello World Activities.
 
  
[[File:Develop open screen.jpeg]]
+
Read at https://help.sugarlabs.org/develop.html
  
The main screen is shown below. In this case, a new Activity called testgtk2 has been created from the gtk2 "Hello World" template. The left pane shows the files and directories that comprise the Activity and the right pane shows the contents of its main file, activity.py
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/develop.rst GitHub]
 
 
[[File:Screenshot of Develop testgtk2 .png | 600px]]
 
 
 
==Videos==
 
This video shows a very early version of Develop:
 
 
 
I don't know much about this activity but here's my over the shoulder view of the activity: http://www.youtube.com/watch?v=dmXDw-Z2CSI --[[User:Dennis Daniels|Dennis Daniels]] 17:33, 10 September 2009 (UTC)
 
==Resources==
 
* Trac Tickets: [http://dev.laptop.org/query?status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&max=150&component=develop-activity&order=id&col=id&col=summary&col=status&col=owner&col=type&col=next_action&col=changetime OLPC] [http://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&groupdesc=1&group=milestone&component=Develop&order=priority&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=version&col=severity&col=resolution&col=status_field&col=reporter&col=time&col=changetime Sugar Labs]
 

Latest revision as of 10:03, 25 June 2018

Develop

Read at https://help.sugarlabs.org/develop.html

The source file has been moved to GitHub