Skip to content

ARYANKAUSHIK/EclipseIn28Minutes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EclipseIn28Minutes

Eclipse Tutorial for Beginners - From in28Minutes

NOTE : If you are using mac use cmd instead of Ctrl

NOTE : In Windows, use Windows -> Preferences for Preferences

##Installing Tools

Video & Course

Coming Soon.

Editing a Java File

Ctrl + Space

  • BigDecimal - Auto Suggestion
  • File Name and Class Name does not match - Display Errors
  • Templates - main, fore, sysout, syserr

Ctrl + 1

  • Rename a Class - What suggestions are offered?
  • new Integer() - What suggestions are offered?

Debug a Java Program

Views

  • Small Windows that show different information
  • Package Explorer
  • Outline
  • Compilation Errors
  • Rearranging Views

Perspectives

  • Java Perspective
  • Debug Perspective
  • Java Browsing - When understanding a new project

Keyboard Shortcuts

  • Alt + Up Arrow (Down Arrow) -> Move Code
  • Ctrl + Shift + R (and T)
  • Ctrl + T (type hierarchy)
  •  + / (comment)
    
  •  + D (delete line)
    
  •  + L (Goto line)
    
  •  + Q (Last edit)
    
  •  + O (Outline)
    
  • Alt + Shift + X
  • Ctrl + Shift + L
  • F3 (Goto declaration)
  • F4 (Type Hierarchy)
  • Bread Crumb
  • Mark Occurences

Refactoring

  • Alt+Shift + R
  •         M
    
  •         I
    
  •         T
    
  •         L
    
  •         Change Method Signatures
    
  •         Move Method
    

Code Generation

Alt + Shift + S

  • Getters and Setters
  • toString()
  • equals()
  • hashcode()

Save Actions

Maven Integration

##About in28Minutes

  • At in28Minutes, we ask ourselves one question everyday. How do we create more effective trainings?
  • We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples.
  • Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach.
  • While our primary expertise is on Development, Design & Architecture Java & Related Frameworks (Spring, Struts, Hibernate) we are expanding into the front-end world (Bootstrap, JQuery, Angular JS).

###Our Beliefs

  • Best Course are interactive and fun.
  • Foundations for building high quality applications are best laid down while learning.

###Our Approach

  • Problem Solution based Step by Step Hands-on Learning
  • Practical, Real World Application Examples.
  • We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own.
  • We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort.
  • All the code is available on Github, for most steps.

###Useful Links

###Other Courses

Releases

No releases published

Packages

No packages published