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

feat: Adding matching WU Context Menu functionality from the ECL IDE #364

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dehilsterlexis
Copy link
Contributor

Fixes #363

@dehilsterlexis dehilsterlexis force-pushed the WU_CONTEXT_MENU branch 6 times, most recently from 85482db to 696282b Compare November 13, 2023 16:20
@dehilsterlexis
Copy link
Contributor Author

@GordonSmith I need to put a limit check still on the CSV files. I will let you know when that is done.

@dehilsterlexis
Copy link
Contributor Author

@GordonSmith I fixed my sequential problem so this is ready for full review.

@dehilsterlexis dehilsterlexis force-pushed the WU_CONTEXT_MENU branch 2 times, most recently from 14879b5 to 0745382 Compare November 30, 2023 18:39
@dehilsterlexis
Copy link
Contributor Author

@GordonSmith for review

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
{
"command": "hpccPlatform.openResults",
"category": "ECL",
"title": "%Open Results%"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoud this be "Browse Results"? IOW does it open in an external browser, or does it activate the results view in vscode?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open Results opens the results locally, no using ECL Watch. This is the same for the ECL IDE.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you open a new ticket to "Browse WU Details" for WUs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean "issue" or "jira" for the ECL IDE, or both?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue for vscode-ecl

package.json Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
@dehilsterlexis dehilsterlexis force-pushed the WU_CONTEXT_MENU branch 2 times, most recently from f2121be to 7d6e0e8 Compare December 6, 2023 15:57
@dehilsterlexis
Copy link
Contributor Author

@GordonSmith for review

src/ecl/saveData.ts Outdated Show resolved Hide resolved
src/ecl/saveData.ts Outdated Show resolved Hide resolved
return maxRowsFound;
const rows = await vscode.window.showInputBox({
title: localize("Max number of rows to save"),
prompt: `${maxRowsFound} ${localize("rows found. Please choose")} ${this._maxRows} ${localize("or less")}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future ref: Another option is to have a single string "MMM rows found. Please choose NNN or less" and swap out the MMM and NNN with numbers (can be easier for the translators).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

@dehilsterlexis
Copy link
Contributor Author

@GordonSmith for review

@GordonSmith GordonSmith self-requested a review December 7, 2023 15:25
@GordonSmith GordonSmith merged commit 470f6f4 into hpcc-systems:trunk Dec 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match context menu items on WorkUnits from the Windows ECL IDE
2 participants