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

From CDOT Wiki
Jump to: navigation, search
(Vladimir Drizhepolov)
(Vladimir Drizhepolov)
Line 15: Line 15:
  
 
* iof_displayMenuItem() - DONE
 
* iof_displayMenuItem() - DONE
* ''' iof_edit() - TAB key - UNFINISHED, minor changes to be 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)
* ''' iof_edit() - Any key for Insert mode - DONE
 
  
 
===David Perit===
 
===David Perit===
  
 
* Moving all of the platform independent functions out of the platform dependent sections of code.
 
* Moving all of the platform independent functions out of the platform dependent sections of code.

Revision as of 15:48, 20 June 2010

COMPLEX FUNCTIONS

Adrian Maurer

  • iof_flag() and iof_menuItem() completed without function keys working on mac. (not tested on all systems yet)
  • working on [iof_edit(): Backspace 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

  • Moving all of the platform independent functions out of the platform dependent sections of code.