Skip to content

webddu/code-editor

 
 

Repository files navigation

Acode editor (Code editor for android)

This is a hybrid app using Apache Cordova. This app is published on play store. Check it out from here.

Warning, this project is not organised and it is very hard understand the project structure. I'll try to make it clear as possible.

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 string 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 www/lang/ direcotry.

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

Special thanks to

About

Acode - powerful text/code editor for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • Java 3.9%
  • Objective-C 3.1%
  • C++ 1.2%
  • CSS 0.8%
  • HTML 0.2%
  • Other 0.2%