Coder Social home page Coder Social logo

elt's Introduction

elt

Automatically exported from code.google.com/p/elt

This project is a copy/fork from code.google.com/p/elt - I'm not the author of any of the code.

I'm not planning of developing/supporting it further.

This is just a backup in case of Google Project Hosting going down.

If you are original author of this project and do not want me to store it - send me a message and I will remove it.

All credits go to @alexruiz (https://github.com/alexruiz)

Below is information from original repo:

Terminal plug-in for Eclipse

ELT is a command-line terminal for Eclipse.

It currently supports Linux (x86 32 and 64 bit) and Mac OS X (PPC, x86 32 and 64 bit) only.

elt's People

Contributors

alexruiz avatar lukgad avatar

Watchers

James Cloos avatar  avatar

elt's Issues

Backspace interpreted as Delete in some programs (JLine?)

What steps will reproduce the problem?
1. Install 
http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt
/sbt//0.12.3/sbt.deb on Ubuntu
2. Open Terminal view in eclipse
3. Run sbt
4. Begin typing
5. Press backspace
6. Press left arrow
7. Press backspace

What is the expected output? What do you see instead?
As generally happens when you press backspace, the character to the left of the 
cursor should be erased and the cursor should move to the left.
Instead it acts like Delete and the character under the cursor is deleted, 
moving following text (if any) to the left.



What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 12 Jun 2013 at 6:31

Support for ANSI colors is broken in v1.1.0

Create a Java project with the following Ant build.xml file:

<project name="project" default="default">
    <target name="default" description="description">
        <javac srcdir="src2" destdir="bin" debug="on" source="1.6" target="1.6">
            <include name="**/*.java" />
        </javac>
    </target>
</project>

where 'src2' is a non-existing directory.

Now build the project in the terminal using: ant -logger 
org.apache.tools.ant.listener.AnsiColorLogger

No colors!

Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 7:07

Shell should read my .bash_profile

What steps will reproduce the problem?
1. Open Terminal window
2. Try to use aliases or the like you've defined in your .bash_profile
3. They are not available

What is the expected output? What do you see instead?

None of the customizations I have defined in my .bash_profile are available

What version of the product are you using? On what operating system?
1.0.0.20120718… Mac OSX 10.7.4

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Jul 2012 at 5:37

Spring Roo cannot be used due to a java.lang.ArithmeticException: / by zero

What steps will reproduce the problem?
1.go to a folder with "cd $dir" where you want to create a spring roo project
2.type "roo" to start the Spring roo on the path
3.after roo welcome message is displayed, type sth (e.g. hint), try to move the 
cursor to edit what you just wrote, or try to delete it with backspace.

What is the expected output? What do you see instead?
Expected: Manipulation of text on the shell os possible
Actual: Manipulation of text on the shell is not possible due to a 
java.lang.ArithmeticException: / by zero

Exception in thread "Spring Roo JLine Shell" java.lang.ArithmeticException: / 
by zero
   at jline.ConsoleReader.back(ConsoleReader.java:1329)
   at jline.ConsoleReader.moveInternal(ConsoleReader.java:1579)
   at jline.ConsoleReader.moveCursor(ConsoleReader.java:1547)
   at jline.ConsoleReader.readLine(ConsoleReader.java:640)
   at jline.ConsoleReader.readLine(ConsoleReader.java:457)
   at jline.ConsoleReader.readLine(ConsoleReader.java:283)
   at org.springframework.roo.shell.jline.JLineShell.promptLoop(JLineShell.java:413)
   at org.springframework.roo.shell.jline.JLineShell.run(JLineShell.java:539)
   at java.lang.Thread.run(Thread.java:722)

What version of the product are you using? On what operating system?
Version Terminal    1.1.2.201208131620
MAC OS 10.8.3 with Eclipse Juno .4.2.2 Juno

Please provide any additional information below.

Original issue reported on code.google.com by akcasoy on 31 Mar 2013 at 10:22

The terminal should be Mylyn context aware

What steps will reproduce the problem?
1. I use Terminal move to a directory when task A is active
2. I activate Task B and use terminal as well 
3. I reactivate Task A

What is the expected output? What do you see instead?
The terminal stays in the same location. What I would like is that upon 
activating a task it restores all open terminals and then changes directory to 
where I was before. 

What version of the product are you using? On what operating system?


Please provide any additional information below.

When a task change occurs, all terminals should do a pwd and store the result 
in the context of teh ending task. Then it should restore all terminals from 
the task that is about o satrt and issue cd commands to get them in the same 
directory as before. 




Original issue reported on code.google.com by [email protected] on 2 Aug 2012 at 9:55

cursor disappears durring navigation

What steps will reproduce the problem?
1. Start typing some command.
2. When you want to modify the text by using the navigation keys (left right)
3. The withe cursor disapears

What is the expected output? What do you see instead?
the cursor should be displayed durring navigation

What version of the product are you using? On what operating system?
1.1 Eclipse 3.7 through NX session

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jan 2013 at 8:36

Attachments:

"Open terminal here" not available in Navigator view

What steps will reproduce the problem?
1. Go to Navigator View
2. Right click mouse
3. Menu item not available

What is the expected output? What do you see instead?
THe menu item "Open terminal here". Instead: nothing

What version of the product are you using? On what operating system?
Tha latest. Mac OS X Lion.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jul 2012 at 7:55

sbt crashes often when run inside the elt shell

What steps will reproduce the problem?
1. run sbt within the shell
2. Try to scroll history more than once using ArrowUp key or to use Delete key

What is the expected output? What do you see instead?
For BackSpace: Type a character, and try to delete it
For ArrowUp: scroll through sbt's history

Instead sbt crashes with 'java.lang.ArithmeticException: / by zero'

What version of the product are you using? On what operating system?
elt   Terminal  1.1.2.201208131620  com.google.eclipse.elt.feature.group    Google, 
Inc. 

On a MacOS.

Please provide any additional information below.

Eclipse-Juno

Original issue reported on code.google.com by koolmokpox on 5 May 2013 at 3:52

ETL on Eclipse Kepler Cannot run program "/bin/bash"

What steps will reproduce the problem?
1. install Eclipse Kepler
2. install ETL
3. try to start terminal

What is the expected output? What do you see instead?
You should see terminal window. But no terminal is shown. Instead in eclipse 
logs there is information: "java.io.IOException: Exec_tty error:Cannot run 
program "/bin/bash": Unknown reason"


What version of the product are you using? On what operating system?
Tested under lubuntu.


Please provide any additional information below.
ETL works fine for Eclipse Juno (the same device, environment, etc)

Original issue reported on code.google.com by [email protected] on 19 Sep 2013 at 2:53

PATH variable is not sets properly

What steps will reproduce the problem?
1. Open local termilal
2. Echoing PATH with $PATH
3. Proof it :)

What is the expected output? What do you see instead?
Expecting that $PATH would be sets with values that are sets on the login-level 
(e.g. in the .profile config)

What version of the product are you using? On what operating system?
Lattest stable

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Apr 2013 at 9:33

Hyperlinking to files in a Eclipse workspace

This would be my #1 missing feature: If there is a file location matching the 
current workspace in the console, make it clickable and open the according file.

This would be soo awesome!

Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 2:23

Option to disable blinking cursor

It'd be sweet to have an option to turn the blinking of the cursor off. I find 
the visual noise rather distracting when reading code and the terminal is open.

Original issue reported on code.google.com by [email protected] on 18 Jul 2012 at 5:22

Multi-line prompts don't render correctly

What steps will reproduce the problem?
1. Create a prompt that has a \n in the PS1 variable. Example:
    PS1="hello : \n world"
2. Open the Terminal plugin
3.

What is the expected output? What do you see instead?
 "hello" will appear, world will appear once a input from the keyboard is received, but not before

you should see:
hello :
 world

What version of the product are you using? On what operating system?
1.1.0.2012080621
Centos 6 x86_64

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 May 2014 at 3:08

ELT fails to install on ZendStudio 9.0.x

What steps will reproduce the problem?
1. Specify ELT update site
2. download and restart ZendStudio
3. Try t open a terminal

What is the expected output? What do you see instead?
normal ansi terminal , i.e. like RSE Terminal

What version of the product are you using? On what operating system?
Windows 7 / ZendStudio 9

Please provide any additional information below.
That is the error output:

java.lang.NoClassDefFoundError: Could not initialize class 
org.eclipse.cdt.utils.pty.PTY
    at com.google.eclipse.elt.view.connector.PseudoTerminal.isPlatformSupported(PseudoTerminal.java:86)
    at com.google.eclipse.elt.view.connector.LocalTerminalConnector.initialize(LocalTerminalConnector.java:73)
    at com.google.eclipse.elt.emulator.connector.TerminalConnector.initializeConnector(TerminalConnector.java:93)
    at com.google.eclipse.elt.emulator.connector.TerminalConnector.getConnectorDelegate(TerminalConnector.java:85)
    at com.google.eclipse.elt.emulator.connector.TerminalConnector.getInitializationErrorMessage(TerminalConnector.java:68)
    at com.google.eclipse.elt.view.connector.LocalTerminalConnector.createLocalTerminalConnector(LocalTerminalConnector.java:48)
    at com.google.eclipse.elt.view.ui.TerminalWidget.<init>(TerminalWidget.java:44)
    at com.google.eclipse.elt.view.ui.TerminalView.createPartControl(TerminalView.java:102)
    at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
    at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2245)
    at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1145)
    at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3921)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3918)
    at com.google.eclipse.elt.view.ui.TerminalView.openTerminalView(TerminalView.java:77)
    at com.google.eclipse.elt.view.ui.TerminalView.openTerminalView(TerminalView.java:68)
    at com.google.eclipse.elt.view.command.OpenTerminalCommand.execute(OpenTerminalCommand.java:31)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
    at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
    at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
    at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
    at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
    at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

The Eclipse Core Version ZendStudio uses is 3.7.2

Original issue reported on code.google.com by [email protected] on 21 Aug 2012 at 3:03

view switching keyboard shortcut does not work anymore once the view is switched to ELT

What steps will reproduce the problem?
1. Open a file in the eclipse editor view
2. Open the terminal adjacent to it
3. Use keyboard shortcut (<CTRl-F7> by default) to switch views from editor to 
terminal. The view switches. Now try switching it back.

What is the expected output? What do you see instead?
the view should switch. The keyboard shortcut no longer works.

What version of the product are you using? On what operating system?
Eclipse Juno.
Eclipse Platform version : 4.2.1
ELT version: 1.1.2
Ubuntu 12.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jan 2013 at 8:03

UTF-8 characters are not displayed properly

What steps will reproduce the problem?
1. Execute this command in the Terminal:
env -i LANG=en_US.UTF-8 echo -e '\305\240'
2. The following string is displayed:
Å 
3. Execute the same command in the regular terminal. The following string is 
displayed:
Š

What is the expected output? What do you see instead?
UTF-8 characters should be properly handled

What version of the product are you using? On what operating system?
Terminal 1.0.0.201207180801 Eclipse Indigo Service Release 2 on openSUSE 11.4 
(x86_64)


Original issue reported on code.google.com by vaidas.nargelas on 18 Jul 2012 at 6:35

Eclipse Freezes

What steps will reproduce the problem?
1. running c++ program

What is the expected output? What do you see instead?
The program should just output certain messages and write
some things on a file.
After launching the executable Eclipse freezes.
The program works as expected if launched externally to Eclipse

What version of the product are you using? On what operating system?
Version: 3.7.2
Build id: I20110613-1736
OS: Ubuntu 12.04 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 Oct 2012 at 11:19

Would like a keyboard shortcut to minimize the view


This is related to item 35 regarding the terminal eating all shortcut keys.  
Assuming that is harder to fix, please consider at least adding a way to 
minimize the terminal with the keyboard.  My main use for the terminal in 
Eclipse is to modify some code, hit a hotkey to open the terminal, run some 
commands, ideally minimize the terminal and continue modifying code.  Adding a 
hotkey to do this would make this plugin usable for me.

Thanks for your help,
Eric

Original issue reported on code.google.com by [email protected] on 30 May 2013 at 7:24

Option to start login shell

I'm using this plug-in on Mac OS X, and the default shell it opens is virtually 
unusable - no paths defined, environment variables missing. At the moment I 
always have to run "bash -l" to get a usable shell. It would be good if there 
was an option in the preferences to have the system open a login shell 
automatically.

Original issue reported on code.google.com by [email protected] on 9 Oct 2012 at 7:05

NPE on terminal startup

When I open the terminal, or press any character in the terminal, I get the 
following exception. It appears that the terminal is still behaving properly, 
but my error log is filled with hundreds of these log entries.  All are the 
same stack trace.



java.lang.NullPointerException
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processAnsiCommand_m(VT100Emulator.java:545)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processAnsiCommandCharacter(VT100Emulator.java:337)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processNewText(VT100Emulator.java:235)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processText(VT100Emulator.java:144)
    at com.google.eclipse.elt.emulator.core.VT100TerminalControl$1.run(VT100TerminalControl.java:302)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 9:58

Wrong text wrapping on open

Open a terminal where the path of the working directory is 100+ characters.

Workaround: resize the terminal

Original issue reported on code.google.com by [email protected] on 17 Jul 2012 at 9:01

Terminal eats all keypress shortcuts

What steps will reproduce the problem?

1. Install ELT on Eclipse Juno on OX

2. Open the Terminal view

3. Attempt to use keyboard shortcuts for Quick View or almost anything else. 
Nothing happens.

What is the expected output? What do you see instead?

Expected is for already configured keyboard shortcuts, that have no overrides 
in the plugin, to still work.

What version of the product are you using? On what operating system?

Eclipse build: 20120614-1722, OSX 10.6.8, Terminal: 1.1.2.201208131620

Please provide any additional information below.

Thank you for this plugin! Except for this issue, it is just what Eclipse 
needed for me to migrate the rest of my workflow from Emacs.

Original issue reported on code.google.com by [email protected] on 26 Oct 2012 at 4:30

text truncated

There's only 25.5 characters shown for user@host and 24.5 (or 25.5 including 
the space) for the working directory. Please see screen-shot attached.

Linux x86_64, eclipse 3, fully up to date.


Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 3:36

Attachments:

Rebase with Eclipse.org TM terminal latest

Using the elt terminal, I see a couple issues which work OK in the Eclipse.org 
local terminal:
 - TERM variable is not set to "ansi" when launching the terminal
 - My prompt doesn't appear on RHEL6 (likely a PTY buffering issue)
 - Colors and other attributes like boldface don't work
 - Using Emacs or vi is completely impossible (kinda OK in Eclipse.org,
   we've made a couple fixes to ANSI escape sequences recently)


What steps will reproduce the problem?
1. Open a Terminal and type "ls" -> no output is shown (buffering issue)
2. Press Enter again -> now the output is shown
3. Type "emacs -nw" -> Emacs is completely unusable

I would like the ELT terminal to work as good as the Eclipse.org local 
terminal. In case any relevant bug fixes have been made in ELT, I would like to 
adopt these back into the Eclipse.org terminal.

What version of the product are you using? On what operating system?
- elt 1.1.0 on RHEL 6.3 (Sanitago)

Please provide any additional information below.

I'm the lead of the Eclipse.org TM terminal component. Please get in touch with 
the Eclipse.org TM Terminal team at
    https://dev.eclipse.org/mailman/listinfo/tm-dev
or contact me privately at
    mailto:martin.oberhuber -at- windriver -dot- com

Original issue reported on code.google.com by [email protected] on 4 Mar 2013 at 5:55

"Open Terminal" does not work from editor

My expectation is that opening terminal from editor should focus on edited 
resource folder.

This is proposed implementation: 
http://code.google.com/r/eostroukhov-eclipse-terminal/source/detail?r=5e96f367d1
6f32c0f5ec167aa1ce131ab8cf2a67

Original issue reported on code.google.com by [email protected] on 18 Jul 2012 at 6:20

NPE when resetting perspective

From Rob Koninsberg:

NPE: java.lang.NullPointerException
       at com.google.eclipse.terminal.local.ui.view.TerminalView.openTerminalView(TerminalView.java:66)
       at com.google.eclipse.terminal.local.ui.view.TerminalView.access$1(TerminalView.java:63)
       at com.google.eclipse.terminal.local.ui.view.TerminalView$NewTerminalAction.run(TerminalView.java:260)

I got this while hunting down another bug which caused me to reset the whole 
perspective. So you may be able to recreate it by opening a terminal, resetting 
the perspective, restarting the workbench, and _then_ trying to create a new 
terminal.

Original issue reported on code.google.com by [email protected] on 31 May 2012 at 12:12

folder and file names are not displaying properly

What steps will reproduce the problem?
1.open the terminal 
2.perform ls command
3.Desktop is displaying as Deskto. Some character is missing. no specific 
pattern.

What is the expected output? What do you see instead?
Folder and file name should be displayed properly. 

What version of the product are you using? On what operating system?
1.1.2.201208131620

Please provide any additional information below.

plz see the attached file

Original issue reported on code.google.com by [email protected] on 2 Oct 2012 at 2:33

Attachments:

Bold bitmap font display incomplete / request to add a "no bold font" option

What steps will reproduce the problem?
1. Choose bitmap fonts such as "fixedsys..."
2. In shell, do "ls --color auto"
3. The directories that are highlighted with bold font is displayed incompletely

What is the expected output? What do you see instead?
It is hard to do bold / italic font for bitmap fonts. The best solution is to 
provide an option allowing ignoring "bold / italic" ANSI output (but keep the 
color attributes).

What version of the product are you using? On what operating system?
3.8 / 1.2, Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 10:30

elt terminal should read xrdb/.Xresources for colours

What is the expected output? What do you see instead?

Expect elt terminal to use colours (in this case, the solarized theme) defined 
in .Xresources, rather than using the standard red, green, blue etc.

http://en.wikipedia.org/wiki/X_resources


Original issue reported on code.google.com by [email protected] on 23 Jul 2012 at 2:01

Terminal plugin 1.1.1 mis-renders black-on-white color scheme

From Kenton Varda:

It looks like the problem doesn't occur until the first time a color escape 
sequence is used (which is immediately for me, since I have a colored prompt).  
You can reproduce the problem by typing:

 echo -e '\e[0m'

After that all the text will become white-on-black.  This escape code should 
instead reset the colors to default.

Original issue reported on code.google.com by [email protected] on 13 Aug 2012 at 7:39

Support Ctrl+Arrow for word jumping

What steps will reproduce the problem?
1. Open the terminal
2. Write a line of text with multiple words
3. Type Ctrl+<Left-Arrow> to jump back one word

What is the expected output? What do you see instead?

I expect the cursor to jump back one word. Instead it jumps back one character.

What version of the product are you using? On what operating system?

1.0, Eclipse Juno, OpenSUSE Linux 12.1 x86_64.


Original issue reported on code.google.com by robert.munteanu on 20 Jul 2012 at 10:33

Some color codes don't work (using ZSH)

What steps will reproduce the problem?
1. Install oh-my-zsh (set zsh as default shell)
2. In ~/.zshrc set ZSH_THEME="muse"
3. Run the Terminal view.

What is the expected output? What do you see instead?
The prompt should be colorful, but it's not.

What version of the product are you using? On what operating system?
Latest, AFAIK. Latest Kubuntu.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jun 2013 at 6:07

Middle-button paste does not work in linux

What steps will reproduce the problem?
1. Select some text in any application
2. Place cursor in terminal
3. Press mouse middle button

What is the expected output? What do you see instead?
The selected text should be pasted, but nothing happens.

What version of the product are you using? On what operating system?

Ubuntu 9.04 x86_64

Eclipse 3.7.1 Build id: M20110909-1335

com.google.eclipse.elt.emulator (1.1.2.201208131620) "Target Management 
Terminal Widget" [Active]
com.google.eclipse.elt.pty (1.1.2.201208131620) "CDT's Pseudo-terminal Support" 
[Active]
com.google.eclipse.elt.pty.linux (1.1.2.201208131620) "CDT's Pseudo-terminal 
Support for Linux" [Resolved]
com.google.eclipse.elt.pty.linux.x86_64 (1.1.2.201208131620) "CDT's 
Pseudo-terminal Support for Linux (x86_64)" [Resolved]
com.google.eclipse.elt.view (1.1.2.201208131620) "Terminal" [Active]


Original issue reported on code.google.com by [email protected] on 2 Nov 2012 at 8:41

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.