IRB 的 Ruby 控制台替代方案 (Windows)

发布于 2024-07-17 01:38:07 字数 619 浏览 9 评论 0原文

我正在寻找一些免费的轻量级 GUI 替代品,用于 Windows 上的 IRB 控制台。 我想看到什么:

  1. 编写脚本的区域(这样我就可以编辑、运行、编辑...)
  • 处理当前变量的命令
  • 行 输出窗口以查看结果
  • 智能
  • 断点/调试是一个优点

实际上,类似于powershell_ise.exe 会很棒。

Powershell ISE
(来源:microsoft.co.il)

PS 我寻找 IDE(NetBeans、Aptana 等)

I am looking for some free light-weight GUI alternative for IRB console on windows. What I whould like to see:

  1. Area to write a script (so I can edit, run, edit...)
  • Command line to play with current variables
  • Output window to see results
  • Intellisence
  • Breakpoints/debugging is a plus

Actually, some thing similar to powershell_ise.exe whould be great.

Powershell ISE
(source: microsoft.co.il)

P.S. I am not looking for IDE (NetBeans, Aptana, etc.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情魔剑神 2024-07-24 01:38:07

SciTE 为何失败? 有点好奇,因为如果您正在处理文件,这感觉就像您正在寻找的东西。 Ctrl-F5 执行等

How does SciTE fail? Kinda curious because it feels like what you are looking for if you are working from a file. Ctrl-F5 executes, etc.

不必了 2024-07-24 01:38:07

看看 e-texteditor。

它不是一个完整的 IDE,但它允许您执行 Ruby 代码,或者将输入内联,放在 #=> 之后 发表评论,或进入新窗口。

您会得到一些您想要的东西,而不是调试器和控制台。 但内联运行的东西在那里有点帮助。

它基于 TextMate,这非常棒。 但仅限 OS X。 哦,这要花钱。

Have a look at e-texteditor.

It isn't a full IDE, but it allows you to execute Ruby code, and either put the input inline, after a #=> comment, or into a new window.

You get some of what you want, not so much the debugger and console. But the run-inline thing helps out a bit there.

It is based on TextMate, which is just fantastic. But OS X only. Oh, and it costs money.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文