alimogh / Acode

Acode - powerful text/code editor for android

Home Page:https://acode.foxdebug.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acode editor (Code editor for android)

logo

Acode is a lightweight code editor for Android phones. You can use this editor for editing HTML, JavaScript, text.

You can create a website, run the website in the browser and see errors or logs in the console. Also edit any kind of source file like python, CSS, HTML, Java, JavaScript, Dart, etc.

Get it on Google Play

Project structure

  • src (directory) contains all raw codes
  • www (directory) contains public documents, built javascript and CSS files, language files, and HTML files
  • utils (directory) contains the CLI tool to manipulate or add strings to all languages easily

Multi-language support

To add new language, create a new file with language code for android (eg. en-us for english) in src/lang/ directory. After adding new laguage also add it to src/lib/lang.js.

Here are few utility tools to add, remove or search a string in all added languages.

yarn lang add
yarn lang remove
yarn lang search
yarn lang update

How to build

To build the APK you need Nodejs, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.

Run npm install to install all dependencies before building the APK.

yarn build <platform (android)> <free|paid> <p|prod|d|dev>

Develop plugin for Acode

Please see this repository for documentation.

About

Acode - powerful text/code editor for android

https://acode.foxdebug.com

License:MIT License


Languages

Language:JavaScript 57.0%Language:Java 29.4%Language:Objective-C 6.2%Language:CSS 3.8%Language:SCSS 2.3%Language:Handlebars 0.8%Language:HTML 0.4%Language:C# 0.2%Language:Shell 0.1%