Eclipse 有没有好的 ssh 控制台?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/334342/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 18:32:46  来源:igfitidea点击:

Are there any good ssh consoles for Eclipse?

eclipsepluginseclipse-pluginssh

提问by awied

I'm looking for a good ssh console plugin for Eclipse, and can't find much at all. Would anyone have some good leads on one?

我正在为 Eclipse 寻找一个好的 ssh 控制台插件,但找不到太多。有人会有一些好的线索吗?

采纳答案by Zabbala

In Eclipse 3.4.1, there is the Remote Systems Explorer perspective that allows you to create and connect to SSH terminals (here)

在 Eclipse 3.4.1 中,有远程系统资源管理器透视图,允许您创建和连接到 SSH 终端(此处

回答by TrinitronX

If you don't like the ssh.shells or ssh.terminals subsystems in Eclipse RSE, try using the Terminal View instead.

如果您不喜欢 Eclipse RSE 中的 ssh.shells 或 ssh.terminals 子系统,请尝试改用终端视图。

  • Open up Window -> Show View -> Other (or press Shift+Alt+Qthen Q)
  • Type Terminalin the search box
  • Select the Terminalview listed under the Terminalfolder
  • 打开窗口 -> 显示视图 -> 其他(或按Shift+Alt+Qthen Q
  • 键入Terminal在搜索框中
  • 选择文件夹Terminal下列出的视图Terminal

You'll see a window that looks similar to RSE's ssh.terminals subsystem... but with some extra buttons on the top right.

您将看到一个类似于 RSE 的 ssh.terminals 子系统的窗口……但在右上角有一些额外的按钮。

How to use it:

如何使用它:

  • To fix the scrolling issue (ie: for programs like top), click the Scroll Lockbutton at the right.
  • For extra Terminal window tabs, click the down arrow on the New Terminal Connectionbutton
  • To change the current terminal window's settings, use the Settingsbutton.
  • If you really like the annoying command input box at the bottom, you can toggle it on and off with the appropriate button.
  • 要解决滚动问题(即:对于类似 的程序top),请单击Scroll Lock右侧的按钮。
  • 对于额外的终端窗口选项卡,单击New Terminal Connection按钮上的向下箭头
  • 要更改当前终端窗口的设置,请使用Settings按钮。
  • 如果你真的喜欢底部烦人的命令输入框,你可以使用相应的按钮打开和关闭它。

Change the Background Color:

更改背景颜色:

For some reason, the default setting is to use a terribly hard to see white background. To change this:

出于某种原因,默认设置是使用非常难以看清的白色背景。要改变这一点:

  • Go to Window -> Preferences
  • Type Terminalin the search box at the top left, or select Terminalon the left.
  • Check the box that says Invert terminal colors
  • You can also configure a larger terminal buffer or connection timeouts here
  • Click Apply
  • 转到窗口 -> 首选项
  • Terminal在左上角的搜索框中键入,或Terminal在左侧选择。
  • 选中显示的框 Invert terminal colors
  • 您还可以在此处配置更大的终端缓冲区或连接超时
  • 点击 Apply

Now the terminal should have a black background! If you want a local terminal, you can enable ssh on your local machine, and connect to localhost.

现在终端应该有一个黑色背景!如果你想要一个本地终端,你可以在本地机器上启用 ssh,然后连接到localhost.

回答by adam

There are plugins that exist that allow you up open WinSCP or Putty from within Eclipse.

有些插件允许您从 Eclipse 中打开 WinSCP 或 Putty。

I would advise maybe doing a search for "putty eclipse plugin" or similar

我建议可能搜索“putty eclipse plugin”或类似的

回答by Davide Icardi

You can also try the Terminal plug-in for Eclipse

你也可以试试EclipseTerminal插件

This plug-in provides a fully-working, command-line terminal to Eclipse 3.7 or later (yes, even 4.2!) It works on Linux and MacOS only.

此插件为 Eclipse 3.7 或更高版本(是的,甚至 4.2!)提供了一个完全可用的命令行终端,它仅适用于 Linux 和 MacOS。

More info at: http://alexruiz.developerblogs.com/?p=2428

更多信息请访问:http: //alexruiz.developerblogs.com/?p=2428