'[툴]/eclipse'에 해당되는 글 5건

  1. 2015.02.20 Eclipse Font courier new font
  2. 2015.02.20 BASE64Encoder 에러
  3. 2015.02.20 자동완성 맥에서 설정
  4. 2015.02.20 각종 플러그인 주소
  5. 2015.02.20 Eclipse 플러그인 관련

Eclipse Font courier new font

[툴]/eclipse 2015. 2. 20. 15:18
윈도우 폰트 courier new font 숨기기모드 해제(표시로 변경함) 
preferences - General - Appearance - Colors and Fonts - Basic - Text Font


'[툴] > eclipse' 카테고리의 다른 글

BASE64Encoder 에러  (0) 2015.02.20
자동완성 맥에서 설정  (0) 2015.02.20
각종 플러그인 주소  (0) 2015.02.20
Eclipse 플러그인 관련  (0) 2015.02.20
:

BASE64Encoder 에러

[툴]/eclipse 2015. 2. 20. 15:16
import sun.misc.BASE64Encoder;
BASE64Encoder encoder = new BASE64Encoder();

Preferences → Java → Compiler → Errors/Warnings → Deprecated And Restricted API → Forbidden/Discouraged Reference

Deprecated and restricted API>Forbidden reference ( access rules ) : Ignore


'[툴] > eclipse' 카테고리의 다른 글

Eclipse Font courier new font  (0) 2015.02.20
자동완성 맥에서 설정  (0) 2015.02.20
각종 플러그인 주소  (0) 2015.02.20
Eclipse 플러그인 관련  (0) 2015.02.20
:

자동완성 맥에서 설정

[툴]/eclipse 2015. 2. 20. 14:41
환경설정(환경설정 > General > Keys) 에서 Content Assist의 단축키
또는 
맥의 Spotlight의 메뉴 키보드 단축키의 체크를 해지


'[툴] > eclipse' 카테고리의 다른 글

Eclipse Font courier new font  (0) 2015.02.20
BASE64Encoder 에러  (0) 2015.02.20
각종 플러그인 주소  (0) 2015.02.20
Eclipse 플러그인 관련  (0) 2015.02.20
:

각종 플러그인 주소

[툴]/eclipse 2015. 2. 20. 13:38
  • 스프링 2.5 IDE 플러그인
    http://springide.org/updatesite

  • 안드로이드 플러그인
    https://dl-ssl.google.com/android/eclipse/

  • dUtils toString
    http://www.ondev.net/tools/dutils/updatesite

  • propedit
    http://propedit.sourceforge.jp/eclipse/updates/

  • JAD
    http://java.decompiler.free.fr/jd-eclipse/update

  • SVN,Subclipse ( 홈피 : http://subclipse.tigris.org/  에 가서 download and install 에 가면 최신 URL있음)
    http://subclipse.tigris.org/update
    http://subclipse.tigris.org/update_1.6.x
    http://subclipse.tigris.org/update_1.4.x

  • Implementors Plugin ( 사용법 Alt+F3 , Ctrl+Alt+F3)
    http://eclipse-tools.sourceforge.net/updates/



import 한글깨짐 관련
Preferences -> General -> Workspace : Text File encoding - Other > UTF-8
Preferences -> General -> Content Types -> Text -> Java Source File : euc-kr


무료 SVN 서비스 제공 없체
https://www.projectlocker.com
http://mainia.tistory.com/552



[단축키]

{   } 구역 찾기 :  Alt + Shift + ->


'[툴] > eclipse' 카테고리의 다른 글

Eclipse Font courier new font  (0) 2015.02.20
BASE64Encoder 에러  (0) 2015.02.20
자동완성 맥에서 설정  (0) 2015.02.20
Eclipse 플러그인 관련  (0) 2015.02.20
:

Eclipse 플러그인 관련

[툴]/eclipse 2015. 2. 20. 13:24
  • 안드로이드 플러그인 URL
    https://dl-ssl.google.com/android/eclipse/ (안될시 https > http )

  • PropertiesEditor
    http://propedit.sourceforge.jp/eclipse/updates/

  • SpringIDE
    http://springide.org/updatesite

  • The Eclipse Web Tools Platform (WTP) Project update site
    http://download.eclipse.org/webtools/updates

  • Git
    http://www.jgit.org/updates

GIT참조 프로젝트

http://code.google.com/p/android-smspopup/source/checkout


http://code.google.com/p/android-smspopup


'[툴] > eclipse' 카테고리의 다른 글

Eclipse Font courier new font  (0) 2015.02.20
BASE64Encoder 에러  (0) 2015.02.20
자동완성 맥에서 설정  (0) 2015.02.20
각종 플러그인 주소  (0) 2015.02.20
: