Git Product home page Git Product logo

Comments (8)

kshetline avatar kshetline commented on May 24, 2024 1

The updated plugin is now available in the JetBrains Marketplace, so you should be able to automatically update to the new version, without having to manually install it. I'll close this bug as fixed in a few days unless I hear otherwise from you.

from ligatures-limited-intellij.

kshetline avatar kshetline commented on May 24, 2024

Does this exception prevent the extension from working, or is it just a side effect with the extension still working anyway?

from ligatures-limited-intellij.

kshetline avatar kshetline commented on May 24, 2024

Having just looked at the line in my code where the exception is thrown, it looks like the extension wouldn't be working at all for you. But the issue is very strange. The exception is thrown on the first line of this code:

      for (language in LanguageUtil.getFileLanguages()) {
        val li = LanguageInfo(language, ++nextLanguageId)
        val id = language.idLc

        languageLookup[id] = li
        languageIndexLookup[nextLanguageId] = li
      }
    }

LanguageUtil.getFileLanguages() is nothing more than an IntelliJ method for listing available languages. The failure has to be somewhere inside IntelliJ itself, and I can't imagine why this would throw an exception.

I suppose I could try to work around the problem, by catching any exception that happens, and if one does happen, substituting a pre-defined language list. But it's odd that I'd need to do that.

Which IntelliJ product are you using? Can you think of anything unusual about your configuration or other extensions that might cause checking the list of available languages to fail?

from ligatures-limited-intellij.

Pentasis avatar Pentasis commented on May 24, 2024

Hi,
I am using IntelliJ IDEA Community Edition 2020.2.3 with the following added plugins:

  • Atom file Icons
  • cmdsupport
  • git machette
  • git toolbox
  • batch support
  • gitignore
  • ini4idea
  • toml support
  • JBehave
  • Json editor
  • Ligature Limited (yours)
  • Minecraft development
  • Minecraft NBT support
  • Python community edition
  • Shell script
  • String manipulation

If I had to venture a guess I'd say perhaps the Minecraft plugins? As they are not widely used.

from ligatures-limited-intellij.

kshetline avatar kshetline commented on May 24, 2024

I've just submitted an update which will hopefully fix your problem. It should be available in a couple of days as long as nothing goes wrong with the JetBrains approval process.

Please let me know if it helps, whenever you can download it. Since I couldn't reproduce the bug myself it will be good to know for sure that my changes fixed the problem for you.

from ligatures-limited-intellij.

kshetline avatar kshetline commented on May 24, 2024

Since my update has passed the automated JetBrains checks, I made a release of those change available here, which are available now if you don't want to wait for the final JetBrains approval: https://github.com/kshetline/ligatures-limited-intellij/releases/tag/v1.0.2

You can download the extension and install it manually from the linked release above.

from ligatures-limited-intellij.

Pentasis avatar Pentasis commented on May 24, 2024

I got the update this afternoon. It seems to be fixed. Thank you.

from ligatures-limited-intellij.

kshetline avatar kshetline commented on May 24, 2024

Fixed.

from ligatures-limited-intellij.

Related Issues (7)

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.