Updated Readme for clarity, changed version number.

This commit is contained in:
xevidos 2018-12-12 13:53:48 -05:00
parent db8006f673
commit a50ddaaaf7
2 changed files with 12 additions and 19 deletions

View File

@ -3,21 +3,19 @@ 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 ).
* 100+ Native programming languages supported.
* Auto Complete ( Trigger by CTRL + Space or Turn on Live Autocomplete ).
* Auto Save.
* Collaborative Editing.
* Built in updter.
* Collaborative Editing ( [via plugin](https://gitlab.com/xevidos/codiad-collaborative) ).
* Multi Cursor.
* Overscroll ( Ability to center bottom of code ).
* PHP 7.2 Compatibility.
* Self updating.
* Split editor mode.
* Themes.
@ -25,10 +23,10 @@ When you see a - in front of a task that means it is a possibility but we aren't
Current Tasks:
* Convert codiad to database save instead of file save.
- Projects
- Settings
- Users
Task List:
* Add ability to login with LDAP.
* Add custom market.
* Add in new admin interface
- Group Management
- Permissions Management
@ -36,11 +34,6 @@ Current Tasks:
- Project Management
- System Settings
- User Management
Task List:
* Add ability to login with LDAP.
* Add custom market.
* Add if file could not be saved 5 times close the open file.
* Add multi level users. ( Projects for only certain groups, Permission levels )
* Add mobile compatibility.
@ -52,8 +45,8 @@ Completed:
* Add Auto Save.
* Add ability to center bottom of code.
* Add Self Updating Script.
* Add Site renaming.
* Fix Auto Complete.
* Add updating script.
* Add site renaming.
* Fix JS errors already showing.
* Remove Codiad autocomplete in favor of Ace's.
* Updated for PHP 7.2.

View File

@ -12,7 +12,7 @@ class Update {
// CONSTANTS
//////////////////////////////////////////////////////////////////
CONST VERSION = "v.2.9.3";
CONST VERSION = "v.2.9.3.1";
//////////////////////////////////////////////////////////////////
// PROPERTIES