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

Put link to editor in class comment when creating new BPL/DTL #1231

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

isc-bsaviano
Copy link
Contributor

This PR fixes #1230. It also fixes a bug where new file content was getting overridden due to bad buffer to string conversion. I switched from Buffer.toString() to new TextDecoder().decode().

@isc-bsaviano isc-bsaviano merged commit 0d8ecb1 into intersystems-community:master Sep 8, 2023
7 checks passed
@isc-bsaviano isc-bsaviano deleted the fix-1230 branch September 8, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When creating new BPL/DTL, put link to editor in class definition instead of XML
2 participants