It is still very buggy but we can live with it; you can enable Word Wrap in Eclipse. It screws up the line number, line height, etc but they will get back to their normal state once you turn off Virtual Word Wrap.
How to install?
Open Eclipse
Help > Software Updates > Find and Install
Search for New Features to Install
New Remote Site
Enter the url – http://ahtik.com/eclipse-update/
Install and Enjoy
It is available as a context-sensitive Menu “Virtual Word Wrap”.
문자 코드 세트 지정
1. 한글 문자 코드 세트
<meta http-equiv="content-type" content="text/html; charset=euc-kr" />
2. 다국어 문자 코드 세트
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
키워드 지정
<meta name="keywords" content="키워드,키워드, ..." />
문서형 정의 및 선언(DTD ; Document Type Definition) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Recent Comment