Fork me on GitHub
#parinfer
<
2016-03-07
>
dominicm09:03:17

@cfleming: I mean, I doubt people think along the lines of "Oh, I need to submit an issue to cursive, let's go find them on github" The likely flow is probably more along the lines of go to https://cursive-ide.com/ => find support of some kind => Follow on screen steps

escherize13:03:50

Is it the case that parinfer doesn't match "s? Or did I install it wrong?

escherize13:03:28

expected behavior: [:h2 |] + hit " => [:h2 "|"] [:h2 "|"] + hit a => [:h2 "a|"] [:h2 "a|"] + hit " => [:h2 "a"|]

escherize13:03:21

Anyway, will ping you guys for help with the last step when I get up. (it's ~1am here)

shaunlebron15:03:23

> Parinfer cannot infer anything about quote positions like it can with parens. So it doesn't try to do anything special with them, other than abandon processing if imbalanced quotes are detected.

shaunlebron15:03:50

^ @escherize: quotes cannot be auto-inserted, because they don’t follow indentation rules

shaunlebron15:03:11

Parinfer v1.7.0 published

shaunlebron15:03:24

Indent Mode has new previewCursorScope option

shaunlebron15:03:23

i think it should probably be default, but i’ll wait for feedback before doing that