2012年6月19日 星期二

[eclipse] EPIC code assist


http://www.epic-ide.org/guide/ch05s06.php
http://www.epic-ide.org/faq.php


Currently, indirect object invocations are not recognized by code assist. This code block will not work:
$smtp = new Net::SMTP;
$smtp->[no content assist]
This one will work:
$smtp = Net::SMTP->new();
$smtp->[content assist]


似乎要在專案上新增liberary,(perl在本機的路徑)或在本機建專案,自動完成才比較正常

遠端的自動完成還要測試。





 
#!C:\strawberry\perl\bin\perl.exe

print "Content-type: text/html\n\n";

$bear = { "a" => 123, "b" => 456 };

$rocky = [];

$test = Data::Dumper->new([]);
print "aaab:",$test->Dump($bear);

#print "bb:",$rocky->Dumper($bear);

use Data::Dumper;
print Dumper $bear;
 
20130618前幾天 打開EPIC eclipse 發現設定怪怪的
後來發現之前因為要研究JSP灌了eclipse - JAVA EE版本的時候,將工作區設定為
C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps
導致雖不同資料夾的EPIC受到影響(template、行號和縮排設定跑掉)
將工作區改回之前的就正常了
EPIC行號設定在 "喜好設定" -> "Perl EPIC" -> "Editor" -> check "Show line number" -> 重啟編輯器
...如圖,我將縮排也改成四格空白

沒有留言:

張貼留言