Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
autocomplete yeah!
  • Loading branch information
misterpah committed Aug 10, 2013
1 parent 4b7069b commit 81fc098
Show file tree
Hide file tree
Showing 338 changed files with 10,656 additions and 5,457 deletions.
29 changes: 13 additions & 16 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name idea
==========
20130804 - Skrivener - "chfe"
20130804 - Chris - FlixelEdit
20130804 - Chris - FlixelSource
20130804 - Chris - FlixelIDE
20130804 - Chris - FlxEdit
20130804 - Chris - FlxIDE


feature requests
================
format : YYYYMMDD - haxeflixel username - feature
20130803 - Chris - integrate with flixel-tools
20130804 - Skrivener - create new project that execute flixel-tools. then auto load project file (xml)
20130804 - Skrivener - display quickstart text once open editor
20130804 - Skrivener - add page at haxeflixel wiki
format : (Y - done / N - not done) YYYYMMDD - haxeflixel username - feature
N 20130803 - Chris - integrate with flixel-tools
N 20130804 - Skrivener - create new project that execute flixel-tools. then auto load project file (xml)
N 20130804 - Skrivener - display quickstart text once open editor
N 20130804 - Skrivener - add page at haxeflixel wiki


0.1
=====
+ 1st release "codename: Haxe Flixel editor"
+ organize code into respected folder
+ initial effort of tracking changelog
+ initial effort of multi operating system
+ initial effort of multi operating system


0.2
=====
+ rename editor to HaxeFlixel IDE
+ upgrade codemirror from 3.12 to 3.15 (for autocomplete)
+ add autocomplete to editor
14 changes: 2 additions & 12 deletions includes/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,10 @@
height:auto;
}
#code_textarea{
width:70%;
width:100%;
float:left;
}
#code_autocomplete{
width:30%;
height:90%;
float:right;
background:#dddddd;
overflow-y:scroll;
}

#code_autocomplete_inner{
margin:10px;
}


.autocomplete_block{
border:1px solid #000000;
Expand Down
87 changes: 0 additions & 87 deletions includes/js/autocomplete.js

This file was deleted.

Loading

0 comments on commit 81fc098

Please sign in to comment.