java files in related view

From: Mike Schrag (mschra..dimension.com)
Date: Tue Oct 17 2006 - 12:58:30 EDT

  • Next message: Ulrich Köster: "Re: java files in related view"

    You can no longer double-click on Java files in the Related View ...
    I took a look and it appears that WorkbenchUtilitiesPlugin has a change:

                                            if (editor == null) {

    became:

                                            if (false && editor == null) {

    and openEditor with no editor id doesn't appear to work properly. I
    don't want to roll this back and break something else. Ulrich --
    This is listed as a fix for "ErrorConsoleLineTracker". Do you recall
    what happens if we take that "false" out?

    ms



    This archive was generated by hypermail 2.0.0 : Tue Oct 17 2006 - 12:58:39 EDT