Skip to content

Latest commit

 

History

History
64 lines (63 loc) · 1.69 KB

README.md

File metadata and controls

64 lines (63 loc) · 1.69 KB

DScode

Also known as DS Code, is an unfinished IDE for android. The design of this App is inspired from Acode. Initially I was trying to build it to Provide IDE experience to every mobile coder. This project is initially build using Modded AIDE-IDE for android since the the official one not pushing any update.

Features:

non-ticked are planned but not implemented yet.

  • Built in file Manager
    • Create File
    • Create Folder
    • Delete File
    • Delete Folder
    • Search in folder
    • Path Navigation
    • Search sub-directories
    • File icon by type
  • File Tree for open project
    • New File
    • New Folder
    • Insert File
    • Cut
    • Copy
    • Paste
  • Preferences saving
  • Custom Dialog
    • String Accepting Dialog
    • Integer Accepting Dialog
    • Float Accepting Dialog
    • List Accepting Dialog
  • Code Editor
    • CodeMirror (js)
    • Ace Editor (js)
    • Sora Editor (java)
    • azclub-ltd/CodeView
    • Color Picker
    • Image preview in line gutter
  • File Editor
    • Character Encoding
    • space type
  • Language server
    • Error checking
    • Auto Completion
    • Api info (since, removed, deprecated)
    • Increemental Build system
  • Terminal
    • Termux
    • DocShell
  • Plugins support
    • Web (html, css, js)
    • php (Web + php)
    • java
      • Eclipse
      • openjdk-11
      • openjdk-17
    • Android
      • Gradle
      • java
      • xml designer
    • JavaScript extened
    • C
    • C++
    • C#
  • Git support
    • via Github Apps
    • via auth token
  • Docker support