facebook

MyEclipse 9.0 – outline gone for JavaScript files

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

    Scott Dunbar
    Participant

    Hi all,
    In MyEclipse 8.6 my JavaScript files had an outline for them. Now they don’t have it. Is there a new setting that I’ve missed somewhere?

    #316187 Reply

    support-swapna
    Moderator

    stdunbar,

    Can you open it from Windows > Show View > Outline View ?
    Attached is the screenshot which shows outline view in ME 9.0

    Attachments:
    You must be logged in to view attached files.
    #316205 Reply

    Scott Dunbar
    Participant

    I have the outline window but there is nothing there. However, my code is different from yours. If I type it as you have it the outline works fine. But…

    com.blah.something = function() {
        var foo = 1;
        
        return {
            init: function() {
            alert('Application successfully initialized');
        }
        };
    }();

    shows nothing. It used to work fine in 8.6. All of my JS files are laid out based on this tutorial but I’m willing to learn something new.

    #316214 Reply

    support-swapna
    Moderator

    stdunbar,

    I could replicate the issue at my end in ME 9.0. I will file a PR for the dev team to look into it.
    Sorry for the inconvenience caused.

    #317929 Reply

    Scott Dunbar
    Participant

    I see that the problem still exists in 9.1. Any timeframe? This worked fine in 8.6

    #317933 Reply

    support-swapna
    Moderator

    stdunbar,

    Apologies for not being able to target it for MyEclipse 9.1. We had targeted lot of performances issues for 9.1.
    You can expect to see this one fixed in MyEclipse 10. Sorry for the inconvenience caused.

    #320842 Reply

    Scott Dunbar
    Participant

    Not fixed in 10.0. Worked just fine in 8.6.

    #320894 Reply

    support-swapna
    Moderator

    stdunbar ,

    Sorry for not making the fix to ME 10. We have fixed lot of other higher priority issues and so might have missed this one. I will check with the dev team on this one.
    Apologies for the inconvenience caused.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: MyEclipse 9.0 – outline gone for JavaScript files

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