condition.tcs in intelliJ opens as white blank. what can i do?
i configured jdk 1.8 and i am using intelliJ 22.1.4. i tried jdk 19 to but doesnt work either.
condition.tcs in intelliJ opens as white blank. what can i do?
Gelöst
Kommentare (8)
- Beliebt
- Neu
- Alt
Du musst angemeldet sein, um einen Kommentar schreiben zu können
John Squirrels Website Admin bei CodeGym
23 Februar, 16:09
Do you have the latest version of our plugin installed?
0
Anonymous #11093678
24 Februar, 12:08
I have 4.02 installed and no higher update is visible for me.
0
John Squirrels Website Admin bei CodeGym
24 Februar, 12:10
Please try using IJ IDEA 2023.3.2.
0
Anonymous #11093678
24 Februar, 12:15
im using a pc with a company license on it. therefore the CodeGymTasks project can only be created and accessed on intelliJ 22.2.1 or lower and codyGym plugin can only be operated equally. but even if i do that the problems mentioned at first appear.
0
John Squirrels Website Admin bei CodeGym
24 Februar, 12:40Lösung
Try to find CodeGymPlugin.properties" file in the project and add such a line there: codegym.html.disable=true. After that, restart the Idea and try to open / read the conditions again.
0
Anonymous #11093678
24 Februar, 14:31
it works but now all special characted are replaced with weird character combination. at first is thought its ok but its so hard to read that its either incomprehensible or takes so long that its doesnt make sense to use intelliJ. is there a better solution?
0
John Squirrels Website Admin bei CodeGym
24 Februar, 15:03
Unfortunately, no. This option disables formatting. But you can try to install earlier versions of the IJ IDEA. This might help.
0
Thomas
24 Februar, 15:14
As an absolute stopgap, you could copy the contents of the .tcs into html pre tags and then view the html in a web browser.
0