the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

Acre's help functionality #138

Closed aplteam closed 5 years ago

aplteam commented 5 years ago

Acre supports the ]?acre.{command} syntax but it does not support the newly introduced syntax 17.0 came with:

]acre.{command} -?
]acre.{command} -??
]acre.{command} -???

It should.

Note that the ]? syntax is now deprecated and will disappear one day.

PhilLast commented 5 years ago

Acre currently doesn't support v17.0 any more than it does v17.1, v18.0 or v21.0 except insofar as it might just happen to work.

But with regard specifically to ]?command I should have assumed, wrongly I suppose from the above, that SALT or SPICE or whatever governs it would have been amended to perform the identical operation from either syntax without any intervention from user command designers merely by calling the Help function from within the script.

That's certainly the way I should have done it.

aplteam commented 5 years ago

Yes, that's what they did. All I am saying is that the old syntax is deprecated and will eventually disappear. Not now.

On Sat, 22 Dec 2018 at 12:05, PhilLast notifications@github.com wrote:

Acre currently doesn't support v17.0 any more than it does v17.1, v18.0 or v21.0 except insofar as it might just happen to work.

But with regard specifically to ]?command I should have assumed, wrongly I suppose from the above, that SALT or SPICE or whatever governs it would have been amended to perform the identical operation from either syntax without any intervention from user command designers merely by calling the Help function from within the script.

That's certainly the way I should have done it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/the-carlisle-group/Acre-Desktop/issues/138#issuecomment-449565536, or mute the thread https://github.com/notifications/unsubscribe-auth/APt0nec7qE-3eCXDBR9h9-jC460sidvsks5u7h_ygaJpZM4Zb6Ay .

PhilLast commented 5 years ago

but it does not support the newly introduced syntax 17.0 came with: [...] It should.

I haven't seen v17.0.

Are you saying that ]acre.openproject -? gives an error, does nothing or does exactly the same as ]?acre.openproject ?

aplteam commented 5 years ago

I have no idea what has happened yesterday: today

]acre.CreateProjects -?

works just fine. Maybe I have tried to execute it in 15.0 ;)

Case closed.