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

Possibility to add line termination character on file save #80

Closed
FilipVanVooren opened this issue Apr 8, 2023 · 1 comment
Closed
Assignees
Labels
editor enhancement New feature or request

Comments

@FilipVanVooren
Copy link
Owner

FilipVanVooren commented Apr 8, 2023

Although DV80 records by itself do not require any line termination characters, some basic dialects (e.g. RXB) and tools expect a line termination character when reading basic source code from a DV80 file.

  1. Introduce the possibility to add a line termination character upon saving a DV80 file.
  2. Toggle F6 in dialog save, save block, print block will turn line termination on/off.
  3. Option dialog for specifying line termination character(s)

There should also be a possibility to (automatically) strip away these pesky line termination characters when reading a DV80 file.
That will be handled via a separate issue.

@FilipVanVooren FilipVanVooren self-assigned this Apr 8, 2023
@FilipVanVooren FilipVanVooren changed the title Possibility to add line termination character(s) on file save Possibility to add line termination character on file save Apr 11, 2023
@FilipVanVooren
Copy link
Owner Author

MVP implemented in Stevie 1.5.2
Option to specify line termination character will be added at a later time (and via separate issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant