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

From CDOT Wiki
Jump to: navigation, search
Line 26: Line 26:
 
* [iof_edit(): Insert Key and insert mode] - completed, untested
 
* [iof_edit(): Insert Key and insert mode] - completed, untested
 
* [iof_edit(): Delete Key] - completed, untested
 
* [iof_edit(): Delete Key] - completed, untested
 +
* [iof_edit(): Corrections before editing]
 
===Unfinished===
 
===Unfinished===
  
Line 34: Line 35:
  
 
* [Test VCC platfrom]
 
* [Test VCC platfrom]
* [iof_edit(): Corrections before editing]
+
 
* [iof_edit(): All function key] - ADRIAN
 
 
* [iof_edit(): data entry, overstrike mode]
 
* [iof_edit(): data entry, overstrike mode]
 
* [Test Linux platform]
 
* [Test Linux platform]

Revision as of 15:30, 22 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)
  • WORKING ON iof_edit(): All function key

Jason Burton

  • iof_edit(): Right Key - DONE
  • working on [iof_edit(): Enter Key]

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, untested
  • [iof_edit(): Insert Key and insert mode] - completed, untested
  • [iof_edit(): Delete Key] - completed, untested
  • [iof_edit(): Corrections before editing]

Unfinished

  • [Test BCC platform]
  • [Test VCC platfrom]
  • [iof_edit(): data entry, overstrike mode]
  • [Test Linux platform]
  • [iof_edit(): Escape key, including Undo (memory allocation and release in C (malloc() and free())]
  • [iof_edit(): data entry]
  • [Test Mac platform]
  • [Overall review before final release]