How can I set up Eclipse to edit Perl without the runtime checking?

怎甘沉沦 提交于 2019-12-04 14:18:49

It isn't a setting, per se, in the workbench. It's a per-project setting.

While in your Perl project, select Project->Properties. In that dialog, click on "Builders". You probably have just the one-- "Perl Auto Builder". De-select it and click "Ok".

Unfortunately, you'll have to do this for each separate Perl project.

You could try Perlipse, which appears to be an active project.

Alexandr Ciornii

You didn't indicate your OS. Try Padre - it is cross-platform. It can be installed with the CPAN shell (if you use Strawberry Perl on Windows, you will need at least the version from October). Padre is still rapidly evolving, but already has support for Perl 5 and 6 (6 will require a plugin). HTML, JavaScript and CSS (also with plugins). Many other plugins are already written, for example for Perl::Critic.

Emacs is a great text editor for Perl. cperl-mode has the best Perl syntax highlighting support of any editor (even Padre), and Emacs should meet all of your editing needs. It is easily scriptable, and there are thousands of extensions available for it. (Some even make support for Perl better, like Stylish::REPL.)

Use EditPlus, simplest editor for syntax highlighting. Works well for Perl.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!