You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When using a snippet with simultaneous tab stops, and the active tab stop is the end of the document (no trailing newline) the newline will also be inserted in the other tab stops.
Steps to Reproduce
Add this snippet to your snippets.cson
"*":
"has a transformed tab stop that occurs before the corresponding ordinary tab stop":
prefix: 't16'
body: """
& ${1/(.)/\\u$1/} & ${1:q}
"""
On the last line, expand the snippet t16
Save
Expected behavior: [What you expect to happen]
& Q & q
Actual behavior: [What actually happens]
& Q
& q
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom beta 1.35.0
Additional Information
This is more of a memo to get back to, it's not a very impactful bug.
The text was updated successfully, but these errors were encountered:
Aerijo
changed the title
Intereferes with simultaneous tab stop snippets
Interferes with simultaneous tab stop snippets
Feb 7, 2019
Prerequisites
Description
When using a snippet with simultaneous tab stops, and the active tab stop is the end of the document (no trailing newline) the newline will also be inserted in the other tab stops.
Steps to Reproduce
snippets.cson
On the last line, expand the snippet
t16
Save
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
Atom beta 1.35.0
Additional Information
This is more of a memo to get back to, it's not a very impactful bug.
The text was updated successfully, but these errors were encountered: