Fork me on GitHub
#cursive
<
2020-06-30
>
benny02:06:14

@lgessler i’m trying to get things working with shadow too, would love any insights you have to share

imre13:06:44

been listening to too much Master Boot Record lately, have we?

reefersleep14:06:06

Nope, don’t know that. But I’m listening to Com Truise, Sword of Truth, Lazerhawk and other stuff atm 🙂

reefersleep13:06:47

Does anyone know a theme that’s equivalent to it? It might never be quite the same since I guess IntelliJ can’t/won’t produce that sweet halogen glow…

reefersleep06:07:55

Wow! ❤️ ❤️ ❤️

reefersleep06:07:10

I’ve no idea what he means by “viewing read/write access”, but I want the glow!

reefersleep13:06:17

In my quest for a nicer-looking theme, I’ve come upon Gradianto. Looks great, but I’m wondering if it’s supposed to be that light in the buffer. I’ve seen the same with other themes at times. Is this a thing that I can configure my way out of?

imre14:06:21

These theme configs have little to do with Cursive itself, it's IntelliJ providing the base colors. You can customize themes in IntelliJ, including editor window background

reefersleep14:06:31

Thanks, I’ll have a look if it doesn’t clear up with some software updates.

reefersleep14:06:51

I’d prefer to have it working out of the box insofar as possible, so that I won’t have to tweak it on every machine/install/upgrade.

reefersleep13:06:34

(source code deliberately obscured)

Kazuki Yokoyama19:06:31

Hello, people. Does anyone have issues with Cursive unable to resolve symbols? I have some (:require [datomic.api :as d]) around the code and Cursive highlights stuffs like (d/transact ,,,) with a d/transact cannot be resolved. Any thoughts? Thank you.

imre19:06:04

Did Cursive ever nag you about generating stubs? It's been a while since I worked with Datomic but I vaguely remember the need for stubs there.

Kazuki Yokoyama19:06:30

Yes, and it worked! I've never related one thing to another. Thank you, @U08BJGV6E.

imre19:06:09

Happy to help!

cfleming00:07:20

@UNZQ84WJV There’s some explanation of this feature here: https://cursive-ide.com/userguide/macros.html#stub-generation

✔️ 3
Kazuki Yokoyama00:07:55

I took a look at it after @U08BJGV6E told about stubs. I was not aware of this feature. Thank you, @U0567Q30W