Fork me on GitHub
#cursive
<
2017-02-06
>
roelof17:02:46

it it wise for production code (hobby) to use eap builds or can I better use the stable builds ?

roelof18:02:39

and can I open a namespace instead of switching to it. I sometimes need (ns ... ) instead of (in-ns .... ) ?

wilkerlucio18:02:33

hello, question: is it possible to search on Cursive REPL output?

cfleming20:02:57

@wilkerlucio Yes, you should be able to Tools-&gt;REPL-&gt;Jump to REPL output pane and then search as normal.

wilkerlucio21:02:28

@cfleming humm, after I go to that menu I see the REPL being selected, I tried to cmd+f but doesn't seems to do anything, and just typing moves the cursor to the REPL input part, what I'm missing?

cfleming21:02:04

@wilkerlucio After selecting that, is your caret in the input part or the output part?

wilkerlucio21:02:18

after selection on output

wilkerlucio21:02:34

same as if I click in any part of the REPL output

cfleming21:02:07

If I use the jump action, or click in the output pane, and then Cmd-F, I can search there like normal.

cfleming21:02:31

Typing does move focus to the input area.

cfleming21:02:36

But Cmd-F does not.

wilkerlucio21:02:57

cmd-f doesn't jump to input, it just doesn't do anything

cfleming21:02:20

That’s really weird.

wilkerlucio21:02:21

you think it can be different key bind for it?

cfleming21:02:35

What if you use the Edit menu item?

wilkerlucio21:02:27

ups, I think I might have found it

wilkerlucio21:02:41

can you please tell me what command is set on your cmd+f?

cfleming21:02:18

If I look under Edit->Find, I see Find… mapped to Cmd-F

wilkerlucio21:02:37

Sorry, my bad, I did replaced my cmd+f to be "Replace..." because it's more convenient overall

cfleming21:02:56

Ah, that might explain it 🙂

cfleming21:02:19

Replace probably doesn’t work in a read-only buffer, since you can’t replace anything obviously.

wilkerlucio21:02:50

yeah, would be good fallback if it goes to Search when it's not available, but it

wilkerlucio21:02:55

its a clear edge case

wilkerlucio21:02:25

thanks for staying with me on this @cfleming 🙂

cfleming21:02:56

No worries!

cfleming21:02:34

@roelof You can use EAP builds just fine, as long as they don’t have bugs which affect you.

cfleming21:02:49

I’m not sure I understand your ns question though.