티스토리 뷰

이클립스에서는 ctrl + 마우스좌클릭 을 하면 클래스, 함수... 들을 링크로 이동할 수 있는데,
공통 API를 별도 프로젝트에 생성하게 되면 링크가 안걸려 이동이 안될 수 도 있다.
 
.project에 아래 내용을 추가하면 됨.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>프로젝트명</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sourceforge.phpeclipse.parserbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.sourceforge.phpeclipse.phpnature</nature>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
<linkedResources>
<link>
<name>외부 프로젝트</name>
<type>2</type>
<location>외부 프로젝트 위치</location>
</link>
</linkedResources>
</projectDescription>


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
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
글 보관함