Skip to content

AnalysisBrowser: Don't support backslash escape sequences in file/folder listbox #2453

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Jun 25, 2025

When you add on windows UNC path like

\server\share\folder

in the analysis browser this get's shown as

rveraredolder

as Igor Pro treats two backslashes as starting an escape sequence for annotated text.

So let's remove escape code support for this listbox to fix the display issue.

Close #2400

…der listbox

When you add on windows UNC path like

\\server\share\folder

in the analysis browser this get's shown as

<??>rver<??>ared<??>older

as Igor Pro treats two backslashes as starting an escape sequence for
annotated text.

So let's remove escape code support for this listbox to fix the display
issue.

Close #2400
@timjarsky
Copy link
Collaborator

@t-b looks good:
image

@timjarsky timjarsky assigned t-b and unassigned timjarsky Jul 21, 2025
@t-b t-b merged commit 8c1503c into main Jul 21, 2025
19 checks passed
@t-b t-b deleted the bugfix/2453-listbox-special branch July 21, 2025 19:06
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.

Don't use backslash escape sequences in the analysis browser file listbox
2 participants