250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- oracle
- Core Java
- Source
- jpa
- Exception
- Python
- Open Source
- AJAX
- error
- Spring Boot
- Thymeleaf
- Eclipse
- JDBC
- 오픈소스
- spring
- maven
- myBatis
- git
- STS
- ubuntu
- JavaScript
- PostgreSQL
- IntelliJ
- MSSQL
- SpringBoot
- 문서
- Docker
- MySQL
- 설정
- Tomcat
Archives
- Today
- Total
헤르메스 LIFE
[Tip] Eclipse copy/paste 시 RTF(Rich Text Format)이 적용되지 않을 경우 본문
728x90
Eclipse의 Code Syntax Highlight는 Evernote 같은 노트에 그 Code Syntax Highlight를 그대로 적용할 수 있습니다.
SQL 문이라든지, Java, Javascript, HTML 등등의 Source를 복사해서 붙여넣을 경우 그 모습 그대로 반영이 됩니다.
그런데, 이 좋은 기능이 갑자기 적용이 안되기 시작했어요. ㅠ.ㅠ
이럴 때는 Eclipse의 Window > Perferences > Java > Editor >Folding 의 Enable folding 기능의 체크를 풀어주면 해결되기도 하는 것 같습니다. ( 반드시 그러리라는 확신이 없습니다. ㅠ.ㅠ )
Folding 기능이란
왼쪽의 +, - 로 접는 기능을 말한다.
728x90
'장난감들' 카테고리의 다른 글
[Eclipse] Eclipse 최적화#01 (0) | 2013.08.28 |
---|---|
Eclipse에 Egit Plugin 설치 시 주의점. (0) | 2013.08.26 |
Eclipse Color Theme Plug-In 설치 (0) | 2013.08.21 |
Gpg4win의 소개 (0) | 2013.07.25 |
[Eclipse] Java compiler level does not match the version of the installed Java project facet (1) | 2013.06.17 |