-
Notifications
You must be signed in to change notification settings - Fork 98
Record field and variant case rendering breaks cut and paste #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe both? |
I mean if you manage to select only the type definition you could decently argue that the comment delimiters are going to look like noise since you can distinguish them via typography. |
Looking into it. Seems like disabling selection on comments is quite easy and would work (I don't think that's a good idea though), but changing the direction to select vertically in a table is not. Might be better to just add delimiters. |
To be honest I don't have a strong opinion on that. But OTOH when you cut and paste say a |
IIRC the plan is to stop using a table for these anyway. |
Reopening. #615 didn't fix that in the end. |
Please don't do this. Either do it like
ocamldoc
did by putting the field doc string in a regular ocaml comment or find a markup strategy that allows to select only the type definition.For reference:
The text was updated successfully, but these errors were encountered: