Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for upcoming 2024.1 versions #49

Open
pawel-omniaz opened this issue Feb 16, 2024 · 3 comments
Open

Support for upcoming 2024.1 versions #49

pawel-omniaz opened this issue Feb 16, 2024 · 3 comments

Comments

@pawel-omniaz
Copy link

Hi,

Can you add support for upcoming 2024.1 versions of IDEs (now in EAP)? Or is this plugin not maintained anymore?

@lonecry
Copy link

lonecry commented Jun 18, 2024

here the steps to make a compatible version file.
1 、download the plugin file.
2 、unzip jetbrains-ide-plugin-1.4.2.1.zip and unzip \lib\instrumented-jetbrains-ide-plugin-1.4.2.1.jar
3 、remove the <idea-version since-build="232.9559" until-build="233.*"/> tag in META-INF/plugin.xml
4 、make a instrumented-jetbrains-ide-plugin-1.4.2.1.jar file and zip the folder
5 、Install plugin from disk and have a fun.

@mcastets
Copy link

mcastets commented Jul 4, 2024

Thank you @lonecry !

I have prepared the zip following your instructions, feel free to download:
jetbrains-ide-plugin-i18nally.zip

@FeBe95
Copy link

FeBe95 commented Aug 15, 2024

Removing the version restrictions does work in some cases for some plugins. Unfortunately, it does not seem to work (anymore) with PhpStorm 2024.2.

At first I was getting an IDE error:

com.intellij.openapi.options.ConfigurationException: i18n Ally sink file type 'PoFileType' is not known
	at org.i18nally.jetbrainsideplugin.sinks.SinkTypesRegistry.getSinkFileType(SinkTypesRegistry.kt:56)
	at ...

After re-creating the configuration, I am stuck with this warning:

Contents of external configuration file are not recognized.

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of
`org.i18nally.jetbrainsideplugin.settings.versioning.current.AllyJsonConfiguration`

(no Creators, like default constructor, exist):
cannot deserialize from Object value (no delegate- or property-based Creator)
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 2, column: 3]

<Re-create from internal configuration data>

And after restarting PhpStorm, my configuration is empty again...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants