vlaaad

Results 185 comments of vlaaad

I tried this `project.clj` file and it worked. What leiningen version are you using? ```sh ~/Projects/lein-repro> cat project.clj (defproject ui "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "EPL-2.0...

Today we released the first step toward solving this issue: real-time linting in the code editor with luacheck, with more information available in [this forum post](https://forum.defold.com/t/linting-in-the-code-editor/72465). We still need to...

We also want to pipe globals information from `.script_api`.

The editor update with the feature should be available shortly.

Could you try launching JDK from emacs and the command line and checking if `(System/getProperty "os.arch")` returns different results?

I'm glad you got your issue fixed! This seems like a bug in our graphics library dependency (JavaFX). Unfortunately, I couldn't find any reports of the issue in [their bug...

hmm, could it be you used an extension like "Lua" instead of "lua" when creating the file?

I see that the OS is Windows, and that the error hints that the editor somehow was able to resolve a resource `/main/game/manager.lua`, but treated it as unknown type, so,...

See also: https://forum.defold.com/t/defold-editor-main-window-auto-resize-when-opening-pop-up/75747