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

Is it possible to enable / disable "UPPER CASE" as default text mode ( similar to TSO CAPS ON / OFF ) on Z open editor ? #462

Open
ztekSol opened this issue Dec 10, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@ztekSol
Copy link

ztekSol commented Dec 10, 2024

Hello ,

Please advise whether current Z open editor allows ( any zopeneditor language support settings ) to set UPPER CASE , similar to CAPS ON/OFF as default text conversion as we type in ?

Thanks

@ztekSol ztekSol changed the title Is it possible to enable / disable "UPPER CASE" as default text mode ( similar to SO CAPS ON / OFF ) on Z open editor ? Is it possible to enable / disable "UPPER CASE" as default text mode ( similar to TSO CAPS ON / OFF ) on Z open editor ? Dec 10, 2024
@phaumer
Copy link
Member

phaumer commented Dec 12, 2024

We could implement a special feature and setting to control this. Although, there many extension in the VS Code marketplace that support conversions (See CUPPER for COBOL or SqlCaps) I could image a specialized implementation in our extension.

@phaumer phaumer added the enhancement New feature or request label Dec 12, 2024
@ztekSol
Copy link
Author

ztekSol commented Dec 12, 2024

Thank you. Sounds good regarding specialized implementation. It would be great if the option can be set for selected file extensions in the workspace.

I have explored options like "Regex replace on save," " Run on save," extensions to convert lower case letters to uppercase upon save. Having this as an in-built ZOE option would be nice.

In BTW , I am looking at this option for HLASM language support.

Thanks Again.

@FALLAI-Denis
Copy link

Hi,

For COBOL, couldn't enabling zcodeformat while typing, configured to force a case-sensitivity switch, meet this need?

@ztekSol
Copy link
Author

ztekSol commented Dec 13, 2024

Thank you for the response.. I would like to know whether case format option is available for HLASM language support as in our shop, we work more on assembler language than cobol.

@phaumer
Copy link
Member

phaumer commented Dec 13, 2024

Great idea about zcodeformat. I forgot about that :-) We currently do not use it for HLASM. I will add that to the list.

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

3 participants