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

sclang "smart" code evaluation not working properly #157

Open
Kosmas-Giannoutakis opened this issue Dec 10, 2022 · 0 comments
Open

sclang "smart" code evaluation not working properly #157

Kosmas-Giannoutakis opened this issue Dec 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Kosmas-Giannoutakis
Copy link

Kosmas-Giannoutakis commented Dec 10, 2022

From the SC IDE:

Ctrl+Return
Most used, "smart" code evaluation:

- Normally, the current line will be evaluated (where the cursor is).
- If the cursor is within a region, the entire region will be evaluated. See below for explanation of regions.
- If some code is selected, the selection will be evaluated.

Sometimes a region (block of sc code enclosed within parenthesis) that is broken into multiple lines is not evaluated in its entirety resulting in an error in the sc server.

@munshkr munshkr added the enhancement New feature or request label Dec 13, 2022
@munshkr munshkr self-assigned this Jan 6, 2024
@munshkr munshkr modified the milestones: Flok 1.0, Version 1.0, Version 1.1 Jan 8, 2024
@munshkr munshkr removed the flok-next label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants