Stephan Großberndt
Stephan Großberndt
The following exception occurs using TYPO3 7.6.18 and RealURL 2.1.9 (will upgrade to 2.2.0 but no changes have been made in that area AFAIK). As you can see this is...
TYPO3 CMS Support 202.5.8 ``` java.lang.ClassCastException: class java.lang.Object cannot be cast to class java.lang.String (java.lang.Object and java.lang.String are in module java.base of loader 'bootstrap') at com.cedricziel.idea.typo3.util.TranslationUtil.findDefaultTranslationFromVariants(TranslationUtil.java:210) at com.cedricziel.idea.typo3.translation.Translator.translateLLLString(Translator.java:21) at com.cedricziel.idea.typo3.translation.Translator.translateLLLString(Translator.java:14)...
If multiple declarations for a locallang label are found when Ctrl-clicking on a label e.g. in a TCA definition a dialog is shown where you can choose to which language...
When using a Fluid translate viewhelper it would be nice to be able to ctrl+click on the key to jump to the locallang file. Is this possible? ``
Currently a duplicate id in a locallang file will not generate a warning which would be a nice feature ``` Shortcut Shortcut ```
Crash in PHPStorm when using the Plugin. ``` java.lang.ClassCastException at java.base/jdk.internal.reflect.GeneratedConstructorAccessor8087.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564) at java.base/java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:591) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:672) at com.intellij.concurrency.JobLauncherImpl.processQueue(JobLauncherImpl.java:360) at com.intellij.codeInsight.daemon.impl.InspectionRunner.processInOrder(InspectionRunner.java:299) at com.intellij.codeInsight.daemon.impl.InspectionRunner.visitElements(InspectionRunner.java:274)...
https://github.com/kartolo/direct_mail/blob/2632e1dc36ba784bcea9402ee6b0f4eb6ecfae7e/Classes/Hooks/TtnewsPlaintextHook.php#L20