Giter VIP home page Giter VIP logo

openextern's People

openextern's Issues

Brings up dead Cygwin RXVT on WindowsXP

What steps will reproduce the problem?
1. Install Cygwin on Windows XP
2. Run a batch file containing the line:
rxvt -fg white -bg black -fn "Lucida Console-10" -geometry 150x50 -sr -e 
/usr/bin/ksh -l
3. A "dead" rxvt terminal appears.

What is the expected output? What do you see instead?
Expect to see a ksh prompt.
See nothing in the rxvt termial

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Oct 2012 at 8:36

Update-Link should be https

What steps will reproduce the problem?
1. Update-site for eclipse currently says 
"http://openextern.googlecode.com/svn/trunk/openextern_update/"
2. When entering this in eclispe ans trying to install, it hangs, and 
eventually says it could not contact the site. The url works in the browser 
though.

What is the expected output? What do you see instead?
When using httpS://openextern.googlecode.com/svn/trunk/openextern_update/ it 
works.
Please update the links to use https.

Original issue reported on code.google.com by icyerasor on 25 Apr 2013 at 11:31

Preferences page hangs forever

What steps will reproduce the problem?
1. Install openextern
2. (try to) open preferences page

What is the expected output? What do you see instead?
Expected: can see/edit preferences
Instead: Eclipse hangs - have to kill Eclipse

What version of the product are you using? On what operating system?
Eclipse 3.5.2 JEE, RHEL 4

Please provide any additional information below.
I think the issue is related to running Eclipse remotely via X11 (or NX).
When I run it locally on my PC, it works fine.
On the other hand it may also be a RedHat EL issue as I run locally Ubuntu.
Other environment parameters are pretty similar in both cases (JDK version)

Original issue reported on code.google.com by [email protected] on 1 Dec 2009 at 3:42

Doesn't work in shared installation on Linux

What steps will reproduce the problem?
1. Install Eclipse 3.5 via Synaptic in Ubuntu 9.10
2. Run Eclipse as root and install OpenExtern plugin
3. Run Eclipse as user => no 'Open External' menu items can be seen

What version of the product are you using? On what operating system?
OpenExtern 1.0.3, Linux/Ubuntu 9.10, Eclipse 3.5.1


Please provide any additional information below.
I deinstalled OpenExtern from the shared installation and tried to install
it as a user. Then I get however the following error message during
installation:

An error occurred while installing the items
  session context was:(profile=PlatformProfile,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install,
operand=null --> [R]org.eclipse.pde 3.4.100.v20090527,
action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleA
ction).
  The artifact file for osgi.bundle,org.eclipse.pde,3.4.100.v20090527 was
not found.


Original issue reported on code.google.com by [email protected] on 8 Nov 2009 at 11:57

Using without JDT

Hi,
very nice plugin. Thank you for sharing it!

I cannot use it without JDT. Normaly i'm using Eclipse Platform and CDT. So
for this plugin i must istall Eclipse JDT additionaly.

It is possible to use it without JDT?

Greetings
Andre

Original issue reported on code.google.com by [email protected] on 29 Nov 2007 at 8:05

"Chosen operation is not currently available"

What steps will reproduce the problem?
1. Install Eclipse 3.3.1
2. Install open extern
3. Press "open shell" button at the menu of a file.

What is the expected output? What do you see instead?
Open the cmd.

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Dec 2007 at 5:02

Not working on MAC OS

If any use MAC OS, please try this code for open MAC OS shell and Finder on
specified directory and put this solution:

Runtime runtime = Runtime.getRuntime();
Process proc = runtime.exec(command, null, dir); 
proc.waitFor();

Original issue reported on code.google.com by [email protected] on 30 Nov 2007 at 2:13

Open shell always opens in home directory on Linux

Under Eclipse Indigo running on Kubuntu, go to Project Explorer and right click 
on a folder, select Open Extern - Open shell.

Expected shell to open at that folder. Instead it opens at the home directory.

OpenExtern v1.0.3 running on Kubuntu 11.10.

Original issue reported on code.google.com by [email protected] on 15 Jan 2012 at 12:37

It doesn't work in my Linux eclipse 3.3.1 installation

What steps will reproduce the problem?
1. Install the plugin from download site and restart eclipse
2. The menu option is there, but when selecting get a window with a message
'the chosen operation is not currently available'
3. When try to open the entry in Window->Preferences I get a window with
following message:
'Unable to create the selected preference page'. (Time of error ...).
Reason: Bad version number in .class file'

What version of the product are you using? On what operating system?
plugin version: 1.0.3
OS: Linux Kbuntu 7.10 (gutsy) with KDE 3.5.8
eclipse: 3.3.1.1
Java: SUN JDK 1.5.0.14


Original issue reported on code.google.com by [email protected] on 18 Dec 2007 at 3:55

site.xml requires mime-type

The svn;mime-type property for site.xml needs to be set.

Some versions of Eclipse appear to have difficulty reading the site.xml
unless the http server returns the proper mimetype.  This means that the
svn:mime-type property needs to be set on the site.xml.

Here is the suggested command to resolve the issue:
svn propset svn:mime-type text/xml 
https://openextern.googlecode.com/svn/trunk/openextern_update/site.xml

Original issue reported on code.google.com by [email protected] on 3 Apr 2010 at 1:18

Unable to install with eclipse platform without PDE

What steps will reproduce the problem?
1. Software Update
2. add update site
3. try to install the plugin

What is the expected output? What do you see instead?
Cannot install the plugin, because of error:
Cannot complete the request.  See the details.
Unsatisfied dependency: [hr.ja.penextern_feature.feature.group 1.0.3]
requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.pde.core/0.0.0
Unsatisfied dependency: [hr.ja.penextern_feature.feature.group 1.0.3]
requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.pde.core/0.0.0


What version of the product are you using? On what operating system?
openextern 1.0.3, eclipse 3.4 platform + java & cdt 5.0, windows xp

Please provide any additional information below.
It should be possible to use it with eclipse platform, why ist it depend on
PDE?

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 4:38

Not working in Windows XP

What steps will reproduce the problem?
case 1. Right-click on a resource, choose "Open Extern | Open Shell" or
"Open Extern | Open Folder"
case 2. "Click on Window | Preferences | Open Extern" 

What is the expected output? What do you see instead?
case 1: "The chosen operation is not currently available"
case 2: "An error has occurred when creating this preference page"
and popup: "Unable to create the selected preference page" 


What version of the product are you using? On what operating system?
Eclipse Platform: 
--
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700
--
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_15-b04
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5

More Details:

Log Snippets attached showing both cases

Original issue reported on code.google.com by [email protected] on 23 Feb 2010 at 6:49

Attachments:

Default CMD of Open Folder under Windows

What steps will reproduce the problem?
1. Have a Workspace Path containing an '='
2. Open Extern -> Open Folder
3. The whole Path before '=' is ignored

What is the expected output? What do you see instead?
Expected was: The open Folder
Instead: Error Message

What version of the product are you using? On what operating system?
Eclipse 3.4.2
OpenExtern Plugin, Version 1.0.3
Windows 2000 Professional

Please provide any additional information below.
When you change the Open folder command at plugins Preferences to 'explorer
"{path}"' - it works.

Original issue reported on code.google.com by [email protected] on 12 Jan 2010 at 8:46

Keyboard shortcuts

More of an feature request than Issue,

I would really like to be able to specify/use Keyboard shortcuts for open
extern.

btw, great plugin, made my life much easier, Thank you!


Original issue reported on code.google.com by [email protected] on 26 May 2009 at 7:15

Open folder does nothing on Linux

Under Eclipse Indigo running on Kubuntu, go to Project Explorer and right click 
on a folder, select Open Extern - Open folder.

Expected Dolphin to open at that folder. Nothing happened.

OpenExtern v1.0.3 running on Kubuntu 11.10.




Original issue reported on code.google.com by [email protected] on 15 Jan 2012 at 12:36

How to setup preferences?

What steps will reproduce the problem?
1. Add "konqueror --select --profile filemanagement" and "konsole" to
preferences. 
2. Select a resource in Project Explorer
3. Select "Open Extern/Open Folder"

What is the expected output? What do you see instead?
Instead of konqueror opening in the selected resources directory it opens
up in the home directory. Selecting "Open Extern/Open Folder" works
correctly, konsole opens up in the selected resources directory.

What version of the product are you using? On what operating system?
OpenExtern 1.0.3, Eclipse 3.4.0, Linux openSUSE 10.3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Sep 2008 at 8:33

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.