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

Text editing convenience functions for null content lines #72

Open
craigsapp opened this issue Feb 14, 2018 · 0 comments
Open

Text editing convenience functions for null content lines #72

craigsapp opened this issue Feb 14, 2018 · 0 comments
Assignees

Comments

@craigsapp
Copy link
Member

Keyboard shortcuts should be added to insert lines of null data, interpretations, and local comments to a text file.

Probably along the lines of: control-alt-N to add a row of null tokens above the current line, and control-alt-shift-n to add a row of null tokens below the current line. Likewise control-alt-i for a null interpretation line, and control-alt-L for a null local comment line. The number of fields added would be equal to the needed number in the file at that line (including any changes after the line caused by spine manipulators).

This will be useful when added layout commands, or inserting notes into a score — particularly for large scores.

Example:

Starting with this content where the cursor is on line 4:

screen shot 2018-02-14 at 11 33 55 am

Typing control-alt-shift-L would generate this content:

screen shot 2018-02-14 at 11 35 16 am

or typing control-alt-n would generate this content:

screen shot 2018-02-14 at 11 35 52 am

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

No branches or pull requests

1 participant