Button list for playground #3
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vera/nova-rust#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to make interactive programs easier to write in the playground, I'm suggesting the following things be added to it:
@make button
port that reads@button text
, which is a pointer or handle to a string@button action
, which is a pointer or handle to a stringand then adds a button below the canvas has text
@button text
and evals@button action
when clickedTo aid in making button layouts easier to customize, a
@button newline
port might also be useful, at a lower priority than the@make button
port (aka, it happens after)Finally, as a convenience, a
|#| button, Text, Action
annotation could be added that expands to declare the relevant string constants, and then emits the@make button
port.