-
Notifications
You must be signed in to change notification settings - Fork 37
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
Still working on this #66
Comments
I'm not currently working in a Progress OpenEdge environment, but there is a bunch of contributors to this project/repository that have previously submitted new features and bug fixes. |
Thanks for the feedback..
I am afraid I just do not have enough knowledge to be able to
contribute, I am strictly a 4GL type programmer.
I feel the extension you created is so close to what I would like, but I
don't know how to take it that last step.
I am just wanting the Outline to display:
FUNCTIONS, PROCEDURES, AND METHODS:
At the moment all I can see is Procedures
Thnx
Jonathan
…On 2021/04/26 04:28 pm, chriscamicas wrote:
I'm not currently working in a Progress OpenEdge environment, but
there is a bunch of contributors to this project/repository that have
previously submitted new features and bug fixes.
@jonathanstarke <https://github.com/jonathanstarke> @RobinHerbots
<https://github.com/RobinHerbots> @SamiKoh
<https://github.com/SamiKoh> to just name a few
Contributions are welcome, if you'd like to jump in, I'd be glad to
help you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIKSYQBW6TKG7TWS6NYVMTTKV2A3ANCNFSM43RK3RCA>.
------------------------------------------------------------------------
AVG logo <https://www.avg.com/internet-security>
This email has been checked for viruses by AVG antivirus software.
www.avg.com <https://www.avg.com/internet-security>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
|
function should work already provided you use |
Hi,
Yes you are correct, however the function definition MUST be on one line
only:
This Works Fine:
FUNCTIONTesting123RETURNLOGICAL ():
ENDFUNCTION. But this does not:
FUNCTIONTesting123
RETURNLOGICAL
():
ENDFUNCTION. All of my functions are define like the second one above.
Thanx for your help. Jonathan
…On 2021/04/26 06:31 pm, chriscamicas wrote:
function should work already provided you use |end func| or |end
function| keyword
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIKSYXSUHBAZJXH5E57DUDTKWIOZANCNFSM43RK3RCA>.
------------------------------------------------------------------------
AVG logo <https://www.avg.com/internet-security>
This email has been checked for viruses by AVG antivirus software.
www.avg.com <https://www.avg.com/internet-security>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you still maintaining / developing this extension?
I would really like to have functions and methods in the Outline Pane on the left. At the moment it only shows Procedures.
Thnx
Jonathan
The text was updated successfully, but these errors were encountered: