📘User Manual

User-manual for SCode IDE v1.0 Alpha

Table of contents

  1. How to create a new project

  2. How to delete a project

  3. How to export projects

  4. How to save files

  5. How to import files

  6. How to undo

  7. How to create folder

  8. How to use change palette

  9. How to use find

  10. How to use color picker

  11. How to run your program

  12. How to multiple input in terminal

  13. Tools

A. How to create a new project

  1. Tap the plus button.

  2. 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.

  3. Then tap create.

Video Tutorial: https://youtu.be/f2aGzsskhT0

B. How to delete a project

  1. Click and hold the project that you want to delete.

  2. After holding the project, the delete icon will appear.

  3. Click the delete icon.

  4. A dialogue will appear, then press delete.

Video Tutorial: https://youtu.be/vwZvGPkF0hI

C. How to export projects

  1. Tap the export button.

  2. There will be dialogue that will show up.

  3. Then click the export.

  4. 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.

  1. Create file name for your project.

  2. Then click the save button.

  3. After that, click the file tab.

  4. Find the file name of your recently saved project.

  5. And now you can code.

Video Tutorial: https://youtu.be/bXE1uG-TYPA

E. How to import files

  1. Click the folder icon

  2. Choose the desired files that you want to import

Video Tutorial: https://youtu.be/CzaNWhfRlXI

F. How to undo

  1. Click the line of code

  2. The ellipsis will appear, and press it

  3. Then tap undo

  4. Keep pressing the undo until you reach your desired recent point

Video Tutorial: https://youtu.be/PseMeu0xOO0

G. How to create folder

  1. Open the file tab

  2. Then press the directory name text box and create your desired folder name

  3. 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.

  1. Press any line of code

  2. Then tap the ellipsis

  3. 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.

  1. Press any line of code

  2. Then tap the ellipsis

  3. Click the “Find”

  4. Type your desired word you want to search

  5. The word you search will automatically highlighted

Video Tutorial: https://youtu.be/KrI9rvd4RxM

J. How to use color picker

  1. Press the color picker icon

  2. A color picker dialogue will appear

  3. Just tune the lines in your desired color

  4. And press pick

  5. 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.

  1. Type your code in the editor

  2. Ensure that your project has file name and extension it can be seen at the lower left corner

  3. 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.

  4. Tap the save button

  5. Click the green run button

  6. 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

  1. Press enter on your keyboard to do multiple input.

  2. Examples are in the video tutorial

Video Tutorial: https://youtu.be/_hemzL48Dro

M. Tools

  1. Tab tools

  2. Close

Used to close the code editor.

  1. Create a new file

Used to create a new file.

  1. Copy code

Used to copy all codes to your clipboard.

  1. Color picker

Used to pick color in hex code.

  1. Import file

Used to import files from local storage.

  1. Save

Used to save your current progress.

  1. Run

Used to run your program.

II. Drawer tools

  1. Back to previous folder

Used to back to the previous folder.

  1. Create new folder

Used to create a new folder by putting the file name on 'Directory name'.

Last updated

Was this helpful?