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

Improve bracket autoclosing #2197

Merged
merged 1 commit into from Jul 17, 2018
Merged

Conversation

chang
Copy link
Contributor

@chang chang commented Jul 9, 2018

Fixes #1428.

boost_brackets

Improves bracket editing by autoclosing markdown patterns for: LaTeX, italic, bold, code snippets, and Python docstrings.

Added pairs:

  • $$ (latex)
  • ** (markdown italic and bold)

Added triplets:

  • ``` (code snippets)
  • """ and ''' (python docstrings)

@chang chang changed the title Improve Bracket Autoclosing Improve bracket autoclosing Jul 9, 2018
@kazup01 kazup01 added the awaiting review ❇️ Pull request is awaiting a review. label Jul 11, 2018
@Rokt33r Rokt33r added next release (v0.11.8) and removed awaiting review ❇️ Pull request is awaiting a review. labels Jul 17, 2018
@Rokt33r Rokt33r merged commit f9a0070 into BoostIO:master Jul 17, 2018
@Rokt33r
Copy link
Member

Rokt33r commented Jul 17, 2018

Great!

@ghost
Copy link

ghost commented Jul 24, 2018

@chang,
I couldn't figure out how to use this for code snippets, how does it work?

@chang
Copy link
Contributor Author

chang commented Aug 22, 2018

@modmod24 sorry about the delay! Autocompletion in snippets should work by default in the latest version - no settings to tweak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants