ftomassetti / kanvas

A truly hackable editor: simple, lightweight, understandable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem running the tool

AlessandroCaste opened this issue · comments

Hi! Running the kanvas.kt (Intellij, jdk 1.8) returns a black editor where I can't write anything.
I'm still wrapping my mind around Kotlin and swing, so maybe am I missing something?
Thanks for all your guides and hard work!

image

image

I was generating java classes using Intellij ANTLR plugin (4.7.2). Changing the runtime version in build.gradle solves the issue.

Nice. I thought the issue was just that you needed to create a file before being able to write on it