Difference between revisions of "OOP244 - ICANHAZCODE? Project Dev Page - 20101"
(→Vladimir Drizhepolov) |
(Updated with information about what functions are remaining) |
||
Line 20: | Line 20: | ||
===David Perit=== | ===David Perit=== | ||
− | * | + | * [iof_displayflag()] |
+ | |||
+ | ===Unfinished=== | ||
+ | |||
+ | |||
+ | * [iof_edit(): Left key] | ||
+ | * [iof_edit(): Home and End Key] | ||
+ | * [Test BCC platform] | ||
+ | * [iof_edit(): Insert Key] | ||
+ | * [Test VCC platfrom] | ||
+ | * [iof_edit(): Corrections before editing] | ||
+ | * [iof_edit(): All function key] | ||
+ | * [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(): Delete Key] | ||
+ | * [iof_edit(): data entry, insert mode] | ||
+ | * [Test Mac platform] | ||
+ | * [Overall review before final release] |
Revision as of 11:25, 21 June 2010
Contents
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
- [iof_displayflag()]
Unfinished
- [iof_edit(): Left key]
- [iof_edit(): Home and End Key]
- [Test BCC platform]
- [iof_edit(): Insert Key]
- [Test VCC platfrom]
- [iof_edit(): Corrections before editing]
- [iof_edit(): All function key]
- [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(): Delete Key]
- [iof_edit(): data entry, insert mode]
- [Test Mac platform]
- [Overall review before final release]