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

Swap Delimiters functionality, swaps more than delimiters #485

Closed
K3nZo87 opened this issue Dec 17, 2020 · 2 comments
Closed

Swap Delimiters functionality, swaps more than delimiters #485

K3nZo87 opened this issue Dec 17, 2020 · 2 comments
Assignees

Comments

@K3nZo87
Copy link

K3nZo87 commented Dec 17, 2020

Describe the bug
When the swap delimiters functionality is used the dots inside function names, such as "PERCENTILE.EXC", get also converted to commas as if they were the decimal delimiter.

To Reproduce
Steps to reproduce the behavior:

  1. Type a function name that contains a dot ("."), such as "PERCENTILE.EXC"
  2. Use the swap delimiters functionality
  3. The dot (".") gets converted to a comma (",")

Expected behavior
The expected behavior should be to swap all delimiters that are not a function name.

@dgosbell
Copy link
Contributor

Thanks for reporting this. I've just checked in a fix which will be part of the next release

@K3nZo87
Copy link
Author

K3nZo87 commented Dec 18, 2020

Thanks for the prompt response, and the excellent tool!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants