-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Better Formula Editing (by ChieveiT) #382
base: master
Are you sure you want to change the base?
Conversation
@myliang : any thoughts on this PR? (e.g., too large, or don't like the proposed changes, or like the proposed changes but want to see it refactored) |
@myliang : happy to make changes (and may ask ChieveiT for help) if there's something the maintainers don't like. |
@myliang : what are your thoughts on this PR? |
you should split and push |
@myliang : just confirming that I understand, you want me to decrease the size of this PR by splitting into smaller changes? |
@myliang - I've split off the first three commits from this PR into individual PRs:
I've also updated this PR to just include the final commit (better formula editing) for your review. |
25d10f5
to
ee61ed6
Compare
This is a modified version of #309 that cleans up some of the commit history and removes functionality that will be obsoleted by a subsequent formula.js integration PR.
According to ChieveiT, it does the following:
better disable editing (moved to Fix missed case of disabling cell edits #464)delete weird input element in selector (moved to delete weird input element in selector #466)fix alphabet indexAt and stringAt (moved to fix alphabet indexAt and stringAt #465)