Difference between revisions of "Activities/Develop"
Tonyforster (talk | contribs) |
Tonyforster (talk | contribs) |
||
Line 8: | Line 8: | ||
[[File:Screenshot of Develop testgtk2 .png | 600px]] | [[File:Screenshot of Develop testgtk2 .png | 600px]] | ||
+ | |||
+ | From left to right, the toolbar buttons have the following functions | ||
+ | |||
+ | Home | ||
+ | * the title of the project | ||
+ | * edit the Journal description | ||
+ | * sharing (disabled) | ||
+ | * create a bundle, use the bundle to install your Activity on other laptops | ||
+ | |||
+ | Edit | ||
+ | * copy | ||
+ | * paste | ||
+ | |||
+ | Search | ||
+ | |||
+ | Show source | ||
+ | * the left hand pane shows the files and directories that comprise your Activity | ||
+ | |||
+ | Show file symbols | ||
+ | * the left hand pane shows the classes, functions and variables in the file on the right | ||
+ | |||
+ | Show log files | ||
+ | * shows the log files which contain error messages from running your Activity | ||
+ | |||
+ | Create an empty file | ||
+ | * your Activity already comprises a number of files, this adds an additional empty file | ||
+ | |||
+ | Remove file | ||
+ | * deletes the most recently viewed file, the one displayed in the right pane | ||
+ | |||
+ | Run activity | ||
+ | * runs your activity | ||
+ | |||
+ | Stop | ||
+ | * quits the Develop Activity | ||
==Videos== | ==Videos== |
Revision as of 21:54, 26 March 2014
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.
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
From left to right, the toolbar buttons have the following functions
Home
- the title of the project
- edit the Journal description
- sharing (disabled)
- create a bundle, use the bundle to install your Activity on other laptops
Edit
- copy
- paste
Search
Show source
- the left hand pane shows the files and directories that comprise your Activity
Show file symbols
- the left hand pane shows the classes, functions and variables in the file on the right
Show log files
- shows the log files which contain error messages from running your Activity
Create an empty file
- your Activity already comprises a number of files, this adds an additional empty file
Remove file
- deletes the most recently viewed file, the one displayed in the right pane
Run activity
- runs your activity
Stop
- quits the Develop Activity
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 --Dennis Daniels 17:33, 10 September 2009 (UTC)
Resources
- Trac Tickets: OLPC Sugar Labs