Fork me on GitHub
#editors
<
2015-06-16
>
danielcompton02:06:24

In IntelliJ on a Mac, Im trying to bind Option B to move backwards. I can bind it correctly, but whenever I use it, it types instead of performing the action. The same happens on any Option+letter combo that Mac OS X helps you with. Does anyone know how to make IntelliJ grab it first before Mac OS X tries to transform it?

danielcompton02:06:46

Actually, looks like JDK8u60 solves this

cfleming03:06:24

@erichmond: If you’d like interactive help feel free to ping me here, but @sveri is right that definite problems should probably go in the tracker for posterity.

borkdude08:06:02

How do I put a breakpoint in Cursive while connected to a remote REPL, is that possible? @cfleming

cfleming15:06:09

@borkdude: You have to start the remote process in debug mode and connect the debugger to it.

cfleming15:06:31

@borkdude: Let me dig up some mailing list threads, one sec

erichmond17:06:01

@cfleming: cool, I will probably do both then. Thanks for cursive btw, its been phenomenal!

rauh19:06:41

I'm getting some request trying to hack me with ../../.../../etc/passwd on my fighweel repl. Is there an option I can bind it to localhost only? (Which should be the default IMO)

damionjunk20:06:25

anyone using cursive ever run into issues with auto-complete and doc string lookups? sometimes, I’ll add a new require to my namespace, and am unable to lookup docs.

danielcompton23:06:57

@damionjunk: was it already in your project.clj?

damionjunk23:06:29

@danielcompton: yeah. fresh REPL / etc.

danielcompton23:06:13

I’d recommend finding a reproducible case (if possible) and posting it to the Cursive bug tracker. Colin’s pretty responsive on bugs there

damionjunk23:06:10

yeah, good idea. i’ll see if I can figure out a general way to reproduce.

damionjunk23:06:21

currently, I have datomic.api in my NS declaration, and no docs come up, but I can eval the methods and the calls work.