facebook

Cannot open external file when MyEclipse is installed

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #204532 Reply

    Steve Bang
    Member

    When MyEclipse is installed, I cannot use the Eclipse menu to open a file using “Open External File” under the File menu. When an external file is selected, the file doesn’t open and no error occurs. I thought it was an Eclipse 3.0 M6 issue until I tried doing this in both M6 and M7 without MyEclipse installed and it works fine. This is a big issue for three of us. Hopefully, it will be fixed in 3.7 — I didn’t see any bugs filed on this.

    Steve

    #204614 Reply

    nosrema
    Member

    What type of file are you opening?

    #204617 Reply

    Steve Bang
    Member

    Just a JSP page from outside a project. It should work. It works in Eclipse without MyEclipse installed, and it’s happening on two different machines/users.

    #204626 Reply

    Riyad Kalla
    Member

    sbang,
    We were able to reproduce this bug and will be looking into it ASAP, we are sorry for the inconvenience.

    #204627 Reply

    Steve Bang
    Member

    Thanks — it is very annoying to workaround this, so the sooner the better. 🙂 It breaks the typical work practice for us.

    Steve

    #204629 Reply

    Riyad Kalla
    Member

    I’ll see if we can bump this fix, but I can’t promise anything.

    #204630 Reply

    Steve Bang
    Member

    Thanks. Just about every developer needs to regularly open external files, either to work on them briefly without opening up a project or just to copy and paste some code from them. So, while it may be seem to be a big deal, it’s already annoyed 3/3 ME users I personally know. I can’t imagine we’d be the only ones frustrated by this.

    Thanks again for jumping on this.

    Steve

    #204654 Reply

    No Operation
    Member

    just some code from Eclipse3.0(M7)

    
        private IEditorInput createEditorInput(File file) {
            IFile workspaceFile= getWorkspaceFile(file);
            if (workspaceFile != null)
                return new FileEditorInput(workspaceFile);
            return new JavaFileEditorInput(file);
        }
    

    Eclipse 3.0(M7) has the bad idea to open all external files as a Java file and JavaFileEditorInput does not implement the “correct” interfaces.

    NOP

    #204672 Reply

    Riyad Kalla
    Member

    hrrm, is this an existing open bug in their tracker?

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Cannot open external file when MyEclipse is installed

You must be logged in to post in the forum log in