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

Feature: Toggle 'Use' tickbox, activate all samples #2075

Merged

Conversation

lorenzgerber
Copy link
Contributor

Right click in the PCA Sample table to toggle 'use' for selected samples. Also, right click to reactivate all samples for analysis.

@eselmeister
Copy link
Contributor

Looks good. To write the code more compact, you could use:
sample.setSelected(!sample.isSelected());

@eselmeister eselmeister merged commit 8da42ad into eclipse-chemclipse:develop Feb 4, 2025
3 checks passed
@lorenzgerber lorenzgerber deleted the pca_toggle_use branch February 5, 2025 13:46
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.

2 participants