Go to file
xevidos 2894a7a694 Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
components Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
data Fixed dev branch sync 2018-07-17 13:32:22 -04:00
js Removed auto save plugin, Finished integrating auto save, Fixed JSEND error on first load, added checks for incompatible files and plugins on update. 2018-07-26 16:50:47 -04:00
languages Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
lib Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
plugins Removed auto save plugin, Finished integrating auto save, Fixed JSEND error on first load, added checks for incompatible files and plugins on update. 2018-07-26 16:50:47 -04:00
themes Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
workspace Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
AUTHORS.txt Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
CONTRIBUTING.md Fixed issue with sessions not timing out on firefox and removed CodeSettings from default plugins due to errors. 2018-07-24 14:27:53 -04:00
INSTALL.txt Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
LICENSE.txt Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00
README.md Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
common.php Added site renaming, Added sessions folder checks, Updated wiki url, Updated readme 2018-07-27 13:59:08 -04:00
config.example.php Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
favicon.ico Fixed JS error on login screen, added force logout if more than one session is open, fixed favicon, added session path. 2018-07-23 22:03:13 -04:00
index.php Updated ace.js to version 1.3.3, Updated readme, Updated authors, 2018-07-31 15:59:15 -04:00
style_guide.php Updated for PHP 7.2, modified save message function, Updated Collaboration for newer versions. 2018-07-13 12:39:55 -04:00

README.md

Codaid

This is the Telaaedifex team's custom version of Codiad. Codiad is a web-based IDE framework with a small footprint and minimal requirements.

Codiad was built with simplicity in mind, allowing for fast, interactive development without the massive overhead of some of the larger desktop editors. That being said even users of IDE's such as Eclipse, NetBeans and Aptana are finding Codiad's simplicity to be a huge benefit. While simplicity was key, we didn't skimp on features and have a team of dedicated developers actively adding more.

For more information on the project please check out the check out the Wiki.

Distributed under the MIT-Style License. See LICENSE.txt file for more information.

Features:

  • 132 Native programming languages supported.
  • Auto Complete ( CTRL + Space ).
  • Auto Save.
  • Collaborative Editing.
  • Multi Cursor.
  • PHP 7.2 Compatibility.
  • Self updating.
  • Split editor mode.
  • Themes.

When you see a - in front of a task that means it is a possibility but we aren't sure we will add it yet.

Task List:

  • Add ability to center bottom of code.
  • Add ability to hide cursors when in collaboration mode.
  • Add ability to login with LDAP.
  • Add ability to save users in database.
  • -Add ability to see what people are highlighting in collaboration mode.
  • Add custom market.
  • Add if file could not be saved 5 times close the editor.
  • Add multi level users. ( Projects for only certain groups, Permission levels )
  • Add mobile compatibility.
  • Clean up Collaborative compatibility.
  • Clean up update script.
  • Fix WangYihangs execution exploit
  • Fix site settings identification issue.

Completed:

  • Add Auto Save.
  • Add Self Updating Script.
  • Add Site renaming.
  • Fix Auto Complete.
  • Fix JS errors already showing.
  • Updated for PHP 7.2.