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

Add formatting for procedure parameter definitions #239

Closed
gustason opened this issue Oct 2, 2024 · 1 comment
Closed

Add formatting for procedure parameter definitions #239

gustason opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@gustason
Copy link
Collaborator

gustason commented Oct 2, 2024

For example,

define INPUT PARAMETER  pEvent-id   AS INTEGER   NO-UNDO.
define OUTPUT PARAMETER pcEventinfo AS CHARACTER NO-UNDO.
define INPUT PARAMETER mode    AS CHARACTER.
define INPUT PARAMETER cDbName AS CHARACTER.

should perhaps be formatted like this:

define INPUT  PARAMETER pEvent-id  AS INTEGER   NO-UNDO.
define OUTPUT PARAMETER pcEventinfo AS CHARACTER NO-UNDO.
define INPUT  PARAMETER mode        AS CHARACTER.
define INPUT  PARAMETER cDbName     AS CHARACTER.
@gustason gustason added the enhancement New feature or request label Oct 2, 2024
@gustason gustason self-assigned this Oct 2, 2024
@gustason
Copy link
Collaborator Author

Closed with #243.

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

1 participant