Difference between revisions of "User:Lyang42"
(→Contributions) |
|||
Line 86: | Line 86: | ||
== Contributions == | == Contributions == | ||
− | * Shelley Shi [http://xiajunshi.wordpress.com/ Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:ShelleyShi Wiki] | + | * Shelley Shi [http://xiajunshi.wordpress.com/ Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:ShelleyShi Wiki] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137822 137822] |
− | * Khanh Vu [http://kvuhome.blogspot.com/search/label/Open%20Source Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:Khanh.Vu Wiki] | + | * Khanh Vu [http://kvuhome.blogspot.com/search/label/Open%20Source Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:Khanh.Vu Wiki] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240698 240698] |
− | * Nabeel Khan [http://opensourceproject.wordpress.com/ Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:Nkhan26 Wiki] | + | * Nabeel Khan [http://opensourceproject.wordpress.com/ Blog] [http://zenit.senecac.on.ca/wiki/index.php/User:Nkhan26 Wiki] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=227760 227760] |
== Eclipse Shortcut Keys == | == Eclipse Shortcut Keys == |
Revision as of 10:59, 9 April 2009
Contents
About Me
Name: Le Yang
Program: Computer Programming and Analysis with Coop
School: Seneca
Contact Me
Email: lyang42@learn.senecac.on.ca
Blog: http://wb-os.blogspot.com/
IRC: lyang42
Update
- Thursday, January 29, 2009
- Set up Wiki page and IRC
- Saturday, January 31, 2009
- Tuesday, February 10, 2009
- Learn Eclipse Debug Technique download the tutorials
- Tuesday, February 17, 2009
- Friday, February 20, 2009
- Tuesday, February 24, 2009
- Tuesday, March 10, 2009
- Tuesday, March 17, 2009
- Monday, March 23, 2009
- Saturday March 28, 2009
- Wednesday, April 1, 2009
- Friday, April 3, 2009
Projects
Bug 243799
- Reproduce the bug
- Analysis of the bug
- Submit a possible reason causing the bug to Bugzilla
- Not possible to fix because lack of technical support and require changing the whole design structure
Bug 240698
- Reproduce the bug
- Analysis of the bug based on Keven's research
- Find a possible reason causing the bug
- Possible Fix to the bug
- Kevin contributes to test the fix
- Create patch in the Bugzilla [View Patch]
- Wait for confirmation
Bug 137822
- Reproduce the bug
- Analysis of the bug based on Shelley's research
- Find a possible reason causing the bug
- Possible Fix to the bug
- Shelley contributes to test the fix
- Create patch in the Bugzilla [View Patch]
- Wait for confirmation
Bug 227760
- It is similar to the Bug 240698
Contributions
Eclipse Shortcut Keys
- Ctrl + l: Go to Line Number
- Shift + F2: Open Java API documentation if it has one
- Ctrl + F11: Run Application
- F11: Debug Application
- Ctrl + H: Search
- F3: Open Declaration
- F4: Open Type Hierarchy
- Ctrl + Alt + H: Open Call Hierarchy
- Ctrl + O: Quick Outline
- In Debug Mode
- F8: Resume
- F5: Step Into
- F6: Step Over
- F7: Step Return