Difference between revisions of "OOP244 - ICANHAZCODE? Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
(Jason Burton)
Line 8: Line 8:
 
* iof_edit(): Backspace Key - COMPLETE (not tested on all systems yet)
 
* iof_edit(): Backspace Key - COMPLETE (not tested on all systems yet)
 
* iof_edit(): All Fn_KEYs and ENTER_KEY - COMPLETE (not tested on all systems yet)
 
* iof_edit(): All Fn_KEYs and ENTER_KEY - COMPLETE (not tested on all systems yet)
* '''[Test Mac platform] (waiting for completed functions)'''
+
 
  
 
===Jason Burton===
 
===Jason Burton===
Line 25: Line 25:
 
===David Perit===
 
===David Perit===
  
* [iof_edit(): Home and End Key] - completed, untested
+
* [iof_edit(): Home and End Key] - completed
* [iof_edit(): Insert Key and insert mode] - completed, untested
+
* [iof_edit(): Insert Key and insert mode] - completed
* [iof_edit(): Delete Key] - completed, untested
+
* [iof_edit(): Delete Key] - completed
* [iof_edit(): Corrections before editing] - completed, untested
+
* [iof_edit(): Corrections before editing] - completed
* [iof_edit(): IsTextEditor conditions]
+
* [iof_edit(): IsTextEditor conditions] - completed
 +
* '''[Test Mac platform] ''' - completed
 
===Unfinished===
 
===Unfinished===
  

Revision as of 19:52, 23 June 2010

COMPLEX FUNCTIONS

Adrian Maurer

  • iof_flag() - COMPLETED (not tested on all systems yet)
  • iof_menuItem() - COMPLETED (not tested on all systems yet)
  • iof_edit(): Backspace Key - COMPLETE (not tested on all systems yet)
  • iof_edit(): All Fn_KEYs and ENTER_KEY - COMPLETE (not tested on all systems yet)


Jason Burton

  • iof_edit(): Right Key - DONE
  • [iof_edit(): Escape key, including Undo (memory allocation and release in C (malloc() and free())] - DONE
  • iof_displayMenuItem() - FIXED
  • [Test Linux platform] - TESTED WORKING PERFECTLY UP TO TEST 9.4

Vladimir Drizhepolov

  • iof_displayMenuItem() - DONE
  • iof_edit() - TAB key - UNFINISHED, minor changes to be done (Submitted to my branch)
  • iof_edit() - Any key for Insert mode - DONE (Submitted to my branch)

David Perit

  • [iof_edit(): Home and End Key] - completed
  • [iof_edit(): Insert Key and insert mode] - completed
  • [iof_edit(): Delete Key] - completed
  • [iof_edit(): Corrections before editing] - completed
  • [iof_edit(): IsTextEditor conditions] - completed
  • [Test Mac platform] - completed

Unfinished

  • [Test BCC platform]
  • [Test VCC platfrom]
  • [Overall review before final release]