Skip to content
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

Document drracket:comment-delimiters #635

Commits on Aug 30, 2023

  1. Document drracket:comment-delimiters

    The documentation portion of racket#634.
    
    Note that this commit does /not/ add to the documented list of keys
    read by Dr Racket, because this commit does not add the behavior of Dr
    Dracket doing that and using the comment styles to drive its
    (un)comment commands.
    greghendershott committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bc6b2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f9585 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    4152626 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Add a continue string to region style comment spec

    This was discussed earlier but got left out.
    
    This is relevant for a tool that allows "filling" comments (i.e.
    adding/removing line breaks to fit a maximum column), as does Emacs,
    where this is the value of the "comment-continue" variable. For line
    comments this can obviously just be set to the same value as
    comment-start, but for region comments it may differ (e.g. C++ might
    use " *" and Scheme might use " ").
    greghendershott committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    199265a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    5cca5a5 View commit details
    Browse the repository at this point in the history
  2. Add contract; prose edits

    Use item list to break up run-on sentence.
    
    Clarify combination of padding with other elements.
    greghendershott committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    93ea5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7626207 View commit details
    Browse the repository at this point in the history