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

Interim solution for handling DTL and BPL files #508

Closed
gjsjohnmurray opened this issue Nov 12, 2020 · 0 comments · Fixed by #509
Closed

Interim solution for handling DTL and BPL files #508

gjsjohnmurray opened this issue Nov 12, 2020 · 0 comments · Fixed by #509
Assignees

Comments

@gjsjohnmurray
Copy link
Contributor

When working server-side using isfs we can already list .bpl and .dtl items as long as the folder uri specifies a filter queryparam that allows them through. For example "uri": "isfs://dem-dev/?ns=ENSDEMO&filter=*"

But when a BPL is the opened from Explorer the document contains a single line:

/csp/ensdemo/EnsPortal.BPLEditor.zen?BP=Demo.Workflow.HelpDesk.BPL&STUDIO=1

An example of a DTL is:

/csp/ensdemo/EnsPortal.DTLEditor.zen?DT=Demo.ComplexMap.Transform.CreateClassBatch.DTL&STUDIO=1

Ultimately (see #60) it'd be nice to have the GUI editors open withing VS Code. But until this happens a possible workaround would be to turn the above into clickable links that launch an external browser page.

gjsjohnmurray added a commit to gjsjohnmurray/vscode-objectscript that referenced this issue Nov 12, 2020
@gjsjohnmurray gjsjohnmurray self-assigned this Nov 12, 2020
gjsjohnmurray added a commit that referenced this issue Nov 13, 2020
fix #508 create clickable urls in BPL and DTL documents opened from server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant