Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Enrique bos edited this page Jan 6, 2022 · 1 revision

Text editor (IDE) jarvide ide

Have you used the linux commandline editor, nano? This discord text editor is like nano , and implements safe, reliable and fast file storing with editing and compiling technology. The database is secure and cannot be accessed or broken into by anyone, not even the core developers. You can upload or create files and these files would be saved into a filesystem which you can open at any time. If you have an open file you can compile it and run it (depending on the filetype). You can also edit the content and replace text. You can also pull and push to GitHub depending on the file/folder you uploaded.

Description

Note

- all phases have an exit button; to open a new IDE, you have to exit your open ide. (one ide open per channel)
- must phases have a back button which you can press to go back to the previous phase

All phases:

➥: indicates what phase(s) it leads onto

1) OpenView 
    ➥ FileView 
    ➥ OpenFromSavedView

2) FileView
    ➥ EditPhase
    ➥ SaveView

3) EditPhase
    ➥ SaveView
    ➥ FileView

4) SaveView
    ➥ FileView

5) OpenFromSavedView
    ➥ FileView

OpenFile phase:

Buttons:
    (Upload, Github, Link, Create, Saved)

Creating a file:
    - press the create button 
    ➥ enter a filename; 
            [must be shorter than 12 characters long.]
            [if you want to run the file, you must put the file extension. 
            eg if you want it to be run in python, you put .py in the filename]
    ➥ enter the content;
            [you can use discord codeblocks if you want]
            [this can be edited and changed]

    + you have just created a file. You have now moved onto the FileView phase!
    + you can also open files via links, uploading, github and saved files 
        ➥ [ supported links are (toptal, pastebin, ghostbin)]

FileView phase:

Buttons:
    (Read, Run, Edit, Rename, Save)

FileSave phase:

Buttons:
    (Move dir, View folder, New folder, All files, Delete, Save)

To save:
    - press the save button
    ➥ saves the open file in your current directory

EditFile phase

Buttons:
    (Options, Replace, Append, Rename, Prev, Next, Undo, Redo, Save)
Clone this wiki locally