Giter Site home page Giter Site logo

Comments (8)

joshtynjala avatar joshtynjala commented on May 10, 2024

I cannot reproduce this behavior. Can you provide an example MXML class where you're seeing duplicate items in the list? Thanks!

from vscode-as3mxml.

GotJimmy avatar GotJimmy commented on May 10, 2024

Hmm, it's all part of a huge Flex 4.6 app. I'll see if I can extract something.
May it have something to do with the fact that I'm settings the "nextgenas.frameworksdk" in a project-specific settings.json and "nextgenas.flexjssdk" in the default settings.json ?

from vscode-as3mxml.

joshtynjala avatar joshtynjala commented on May 10, 2024

No, when nextgenas.frameworksdk is set, the framework from nextgenas.flexjssdk should be completely ignored. The compiler has a special "flexlib" path that determines where to find the framework SWCs and things, and it can only be set to one thing.

from vscode-as3mxml.

GotJimmy avatar GotJimmy commented on May 10, 2024

Still looking for a suitable MXML file, but here's a screenshot first:

vscodedoublelisting

from vscode-as3mxml.

joshtynjala avatar joshtynjala commented on May 10, 2024

Is the text on the right side the same if you highlight the duplicate one? I have code to skip overrides, but maybe it's similar. If we can find two different locations for the same property, that might give us a clue.

from vscode-as3mxml.

GotJimmy avatar GotJimmy commented on May 10, 2024

Yes, the locations are identical for each pair (acContent, de_DE$..., en_US$...).

from vscode-as3mxml.

GotJimmy avatar GotJimmy commented on May 10, 2024

There's something interesting that I found:

a) this var gets listed twice: [Bindable] public var xml : XML;
b) this var gets listed only once: public var xml : XML;

Tried switching multiple times and same result each time.

from vscode-as3mxml.

joshtynjala avatar joshtynjala commented on May 10, 2024

That's a good clue! I'll take a look. Bindable variables get converted to properties, and I could see how that process might contribute to this issue.

from vscode-as3mxml.

Related Issues (20)

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.