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

From CDOT Wiki
Jump to: navigation, search
(COMPLEX FUNCTIONS)
 
(37 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
==COMPLEX FUNCTIONS==
 
==COMPLEX FUNCTIONS==
 +
 +
''' DO NOT, UNDER ANY CIRCUMSTANCES, MODIFY A1 in TAGS after 11:55 PM on June 23, or else we'll get late marks taken off '''
  
 
===Adrian Maurer===
 
===Adrian Maurer===
  
* iof_flag() and iof_menuItem() completed without function keys working on mac. (not tested on all systems yet)
+
* iof_flag() - COMPLETED (not tested on all systems yet)
* '''working on [iof_edit(): Backspace Key]'''
+
 
 +
* 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===
 
===Jason Burton===
  
* '''working on [iof_edit(): Right Key]'''
+
* 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] - COMPLETED
  
 
===Vladimir Drizhepolov===
 
===Vladimir Drizhepolov===
  
* '''working on iof_displayMenuItem()'''
+
* 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===
 
===David Perit===
  
* Moving all of the platform independent functions out of the platform dependent sections of code. Next time, when you're copying and pasting like mad, think about systems where you don't copy and paste code.
+
* [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
 +
Branched first 100% version into tags - when I fix the tab function
 +
 
 +
 
 +
===Jason & David===
 +
 
 +
* [Test BCC platform]
 +
* [Test VCC platfrom]
 +
* [Overall review before final release]

Latest revision as of 21:40, 23 June 2010

COMPLEX FUNCTIONS

DO NOT, UNDER ANY CIRCUMSTANCES, MODIFY A1 in TAGS after 11:55 PM on June 23, or else we'll get late marks taken off

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] - COMPLETED

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

Branched first 100% version into tags - when I fix the tab function


Jason & David

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