User Manual
User-manual for SCode IDE v1.0 Alpha
Table of contents
How to create a new project
How to delete a project
How to export projects
How to save files
How to import files
How to undo
How to create folder
How to use change palette
How to use find
How to use color picker
How to run your program
How to multiple input in terminal
Tools
A. How to create a new project
Tap the plus button.
A dialogue will appear, input the project name and press the template if there is any if the desired template is not in the choices, click empty.
Then tap create.
Video Tutorial: https://youtu.be/f2aGzsskhT0
B. How to delete a project
Click and hold the project that you want to delete.
After holding the project, the delete icon will appear.
Click the delete icon.
A dialogue will appear, then press delete.
Video Tutorial: https://youtu.be/vwZvGPkF0hI
C. How to export projects
Tap the export button.
There will be dialogue that will show up.
Then click the export.
The project will exported in the given directory.
Video Tutorial: https://youtu.be/1aljvacE858
D. How to save files
Important Note: Always keep in mind that you need to save your project before running it.
Create file name for your project.
Then click the save button.
After that, click the file tab.
Find the file name of your recently saved project.
And now you can code.
Video Tutorial: https://youtu.be/bXE1uG-TYPA
E. How to import files
Click the folder icon
Choose the desired files that you want to import
Video Tutorial: https://youtu.be/CzaNWhfRlXI
F. How to undo
Click the line of code
The ellipsis will appear, and press it
Then tap undo
Keep pressing the undo until you reach your desired recent point
Video Tutorial: https://youtu.be/PseMeu0xOO0
G. How to create folder
Open the file tab
Then press the directory name text box and create your desired folder name
Click the adjacent plus icon
Video Tutorial: https://youtu.be/gZG42lR0h6A
H. How to change palette
Important Note: You need to mount a keyboard to change the palette else you will get stuck in the settings.
Press any line of code
Then tap the ellipsis
Click the “Palette”
Video Tutorial: https://youtu.be/KrI9rvd4RxM
I. How to use find
Important Note: It is better if you do this in a landscape orientation.
Press any line of code
Then tap the ellipsis
Click the “Find”
Type your desired word you want to search
The word you search will automatically highlighted
Video Tutorial: https://youtu.be/KrI9rvd4RxM
J. How to use color picker
Press the color picker icon
A color picker dialogue will appear
Just tune the lines in your desired color
And press pick
The hex color code will appear in your keyboard
Video Tutorial: https://youtu.be/rIaNxxQrTRo
K. How to run your program
Important Note: Click the spinner view once, and if in case you click it twice remove the excess extension in your file name by backspacing it in your keyboard. Clicking spinner view will result in duplicating the extension of your file.
Type your code in the editor
Ensure that your project has file name and extension it can be seen at the lower left corner
If in case that it doesn’t have file extension, click the spinner view it can be seen at the adjacent right side of the file name and click the desired programming language.
Tap the save button
Click the green run button
Clicking with GUI will run turtle this is also offline, clicking without GUI will run online
Video Tutorial: https://youtu.be/6JAExIRP_7A
L. How to multiple input in terminal
Press enter on your keyboard to do multiple input.
Examples are in the video tutorial
Video Tutorial: https://youtu.be/_hemzL48Dro
M. Tools
Tab tools
Close
Used to close the code editor.
Create a new file
Used to create a new file.
Copy code
Used to copy all codes to your clipboard.
Color picker
Used to pick color in hex code.
Import file
Used to import files from local storage.
Save
Used to save your current progress.
Run
Used to run your program.
II. Drawer tools
Back to previous folder
Used to back to the previous folder.
Create new folder
Used to create a new folder by putting the file name on 'Directory name'.
Last updated