Make shared formula cell replacement more greedy#664
Conversation
|
The core change looks good. I have made some change requests to other parts of the PR. @louisdewar can you double check this. The change came in with your commit 38ef0e3
I'm not sure why that is. It didn't fail on main. I'll look into it. But either way, omit it from this PR. |
e522a57 to
d543306
Compare
|
Could you:
|
…BLE should not become NO2_VARIABLE or NP1_VARIABLE)
d543306 to
65b6999
Compare
|
Hi, yes I wasn't thinking about defined names with this. I think there's a few issues with some edge cases:
I believe these are all "valid" defined names which I think will get treated as ranges. I think you can fix by just adding '.' and '\' to the char compare. |
Fixes the issue described in #663
Note that I made an additional (non issue related) commit due to build failure of the forked repo.