Text editing shortcuts that work on eclipse

  /* Moving the Cursor */

/* ctl + home - Move cursor to top

* ctl + end - Move cursor to bottom

* page up/down - Self-explanatory

* */

/* Selecting Text */

/* shft + up/down - Select lines one at a time

* shft + ctl + left/right - Select words

* shft + home/end - Select before/after cursor in current line

* shft + ctl + home/end - Select before/after cursor in entire text

* shft + page up/down - select whole page before/after cursor

* */

댓글

이 블로그의 인기 게시물

Java InetAddress.getHostName()/getHostAddress

Scanner 클래스로 -1이 입력될 때까지 양의 정수를 입력 받아 저장(List객체)하고 검색하여 가장 큰 수를 출력하는 프로그램을 작성하라.