Activities/Develop: Difference between revisions
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
[[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 | From left to right, the toolbar buttons have the following functions: | ||
'''Home''' | '''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 | ||
'''View''' | |||
* Switch to dark or light theme | |||
* Zoom in | |||
* Zoom out | |||
'''Edit''' | '''Edit''' | ||
* | * Undo | ||
* | * Redo | ||
* Copy | |||
* Paste | |||
'''Search''' | '''Search''' | ||
* Search box | |||
* Search previous | |||
* Search next | |||
'''Show source''' | '''Show source''' | ||
* | * The left hand pane shows the files and directories that comprise your Activity. | ||
'''Show file symbols''' | '''Show file symbols''' | ||
* | * The left hand pane shows the classes, functions and variables in the file on the right. | ||
'''Show log files''' | '''Show log files''' | ||
* | * The left pane shows the log files which contain error messages from running your Activity. | ||
'''Create an empty file''' | '''Create an empty file''' | ||
* | * Your Activity already comprises a number of files, this adds an additional empty file in the current directory. | ||
'''Remove file''' | '''Remove file''' | ||
* | * Deletes the most recently viewed file, the one displayed in the right pane. | ||
'''Run activity''' | '''Run activity''' | ||
* | * Runs your activity. | ||
'''Stop''' | '''Stop''' | ||
* | * Quits the Develop Activity. | ||
==Tutorial - creating your Activity== | ==Tutorial - creating your Activity== |