问题标签 [padre]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
eclipse - 用于 Perl 开发的 IDE 最重要的特性是什么?
你们中的一些人可能知道我是Padre,Perl IDE的首席开发人员。在其开发的第一年,Padre 成为了一个可接受的文本编辑器,它具有一些用于 Perl 开发的额外功能。
我想向 Stack Overflow 社区寻求一些帮助,以进一步推动该项目,使其成为 Perl 开发的卓越 IDE。因此,我很高兴阅读您认为 Padre 中仍然缺少的 IDE 最重要的功能是什么?
特别是我会对目前使用 Eclipse+ EPIC、Komodo、 Visual Studio 或任何程序员文本编辑器的人感兴趣。
perl - 如何更改 Padre 上的 UI 语言?
我已经为 64 位 Windows 安装了带有 Strawberry Perl 的当前版本的 Padre。我的操作系统是葡萄牙语,Padre IDE 的 UI 语言现在是葡萄牙语。如何覆盖默认设置并将其更改为英文?
perl - 当 local::lib 存在时,如何在站点范围内安装 CPAN 模块?
我最近建立了一个新系统,想安装 Padre 来检查一下。Padre 安装说明专门说要安装 local::lib,所以我这样做了(尽管我以前从未需要它)。然后我继续安装其他几个模块,从我的普通用户帐户运行 CPANsudo
来处理安装中需要 root 的部分。
然后是时候测试这些模块需要支持的 Web 应用程序之一,你瞧,apache 找不到它们。~/perl5
尽管我的 CPAN 配置包括
我需要对我的 CPAN 配置做些什么,以便在安装了 local::lib 的情况下在站点范围内安装模块?或者 Padre 没有它还能工作,我可以完全删除 local::lib 吗?
(我不希望安装任何模块,~/perl5
除非 Padre 坚持要求它们在那里。我正在开发的代码有自己的项目特定目录位置,其他所有内容都应该是站点范围的。我不需要一个私人的包罗万象的位置。 )
perl - 如何将源目录包含到 Padre IDE?
如何将源目录包含到 Padre IDE 以进行自动完成和运行脚本。
perl - Perl Moose 属性不强制类型检查
我使用草莓 perl,Moose 2.0010
在课堂里:
在应用中:
输出:
它不强制类型检查。
编辑:完整代码,其余代码由 Padre 生成,我没有删除。Padre 添加尾随 1;:
perl - Padre 是否可以使用不同的 Perl 版本运行和调试 Perl 脚本?
Padre是一个用于Perl的(开放的)IDE,看起来很有前途。
由于 Padre 是用 Perl 本身编写的,因此在这个 IDE 中运行和调试在与 IDE 本身不同的 Perl 版本上运行的 Perl 脚本是否容易和可行尚不清楚。
例如,假设我下载了当前的安装程序(适用于 Windows),它将在 Strawberry Perl 5.12 上安装和运行 Padre——然后我可以使用这个 IDE 来运行+调试我在ActiveState Perl 5.8.9上运行的脚本吗?(是的,我希望它们完全在 AS+5.8.9 上运行,因为这是它们将在生产环境中运行的地方。)
我知道有一个用于 AS+5.8.9 的 Padre 包,但我更愿意安装默认的 IDE 包,让 IDE 在它通常运行的 Perl 上运行,并让我的脚本在它们通常运行的 Perl 上运行。
洞察力?
perl - perl Padre IDE 标准输入不起作用
我在 windows vista 上使用 padre 0.64 作为 perl IDE 标准输入命令不起作用,我在 cmd 行上尝试了相同的代码,它确实有效,即
有没有办法解决它?
perl - Padre under ActivePerl: not working?
I have ActivePerl version 5.12.2.1202 and PPM version 4.11 installed.
I would like to use a debugger with a GUI where I can see the Perl program variables. After getting disappointed of Eclipse and EPIC, (since it seems they are terribly un-userfriendly and unforgiving (lots of failures)), I decided to try out Padre.
I added the wxperl repository to the PPM repositories, and downloaded Padre.
When I go "padre" at the command prompt, I get the error:
The program can't start because wxmsw28u_core_custom.dll is missing from your computer.
I then uninstalled Padre, and followed the advice on the ActivePerl web site - at the command prompt, I say: "ppm install padre". Padre gets installed, but again, when I go "padre" at the command prompt, I get the error:
The program can't start because wxmsw28u_core_custom.dll is missing from your computer.
(Note that Padre is supposed to be working with ActivePerl).
My system is Windows 7 x64. I have run the command box as "administrator", and it didn't help.
What to do?
perl - Padre:如何查看/检查 Perl 的特殊变量?
对不起,如果这是一个新手问题。我似乎找不到这个问题的答案:
在 Padre 中,我如何查看/检查 Perl“特殊变量”的值(例如 $_ 或 $/?)
似乎只有在编辑器中突出显示该变量时,“查看”按钮才会列出变量的值。但是 Perl 的特殊变量不是显式程序代码的一部分。
TIA - 海伦