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

Rework jump+label+return system #1660

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Rework jump+label+return system #1660

merged 3 commits into from
Aug 8, 2023

Conversation

Jowan-Spooner
Copy link
Collaborator

This changes the syntax for jump & label and introduces the new return event.

New syntax:

label MyLabel

# jump to a label
jump MyLabel

# jump to a timeline start
jump SomeTimeline/ 

# jump to a label in a timeline
jump SomeTimeline/SomeLabel

# return to the last jump and continue from there
return

The best thing is probably that it brings autocompletion back for labels... YES!

This changes the syntax for jump & label and introduces the new return event.

New syntax:

```
label MyLabel

# jump to a label
jump MyLabel

# jump to a timeline start
jump SomeTimeline/ 

# jump to a label in a timeline
jump SomeTimeline/SomeLabel

# return to the last jump and continue from there
return
```

The best thing is probably that it brings autocompletion back for labels... YES!
@Jowan-Spooner Jowan-Spooner merged commit 125db18 into main Aug 8, 2023
@Jowan-Spooner Jowan-Spooner deleted the jumpnlabelupdate branch August 30, 2023 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant