Enhance Wave Reference Wave Browser#2718
Conversation
There was a problem hiding this comment.
Pull request overview
This PR enhances the Wave Reference Wave Browser with contextual entry points from tables and the data browser, plus richer preview/navigation UI for referenced waves.
Changes:
- Adds dynamic context menu items for table columns and data browser selections.
- Adds an attached preview table with tooltip-based inspection and keyboard navigation.
- Adds wave type/preview formatting helpers and tooltip-location storage.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
Packages/MIES/MIES_WaverefBrowser.ipf |
Adds context menus, preview table, tooltip display, and nested wave-reference navigation. |
Packages/MIES/MIES_WaveDataFolderGetters.ipf |
Adds storage for the last tooltip location used by keyboard navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
34514c2 to
8fac104
Compare
8fac104 to
2dc26a5
Compare
2dc26a5 to
3ba53a6
Compare
3ba53a6 to
9016f6d
Compare
|
@copilot Review this PR |
I reviewed the PR state and reran checks from my side. The previously reported issues are already addressed in the current branch state, and local pre-commit linting passes. The earlier CI failure was on an older commit; the newer run for the current head is in progress. |
a822bd8 to
4b8493b
Compare
4b8493b to
9ee01b8
Compare
- add context menu on wave reference waves in data browser - add context menu for columns in tables to open WRB - add preview of the first 10 points in the sub wave - add attached subwindow that shows the current waveref wave in a table The table allows to navigate on multidimensional waves and to browse further. Due to Igor Pro limitations the workflow is like: On tooltip popup the marked element is moved. Press enter to open the last wave reference wave where a tooltip was last shown. (The marked element is for visualization only)
9ee01b8 to
3ba6882
Compare
|
Works here. I have only skimmed over the code. |
The table allows to navigate on multidimensional waves and to browse further. Due to Igor Pro limitations the workflow is like:
Press enter to open the last wave reference wave where a tooltip was shown.
close #2672