Editor
Still working on the spreadsheet generator.
I had this weird bug where I could select a number of cells, even all of them for that matter, and the first value in the array would get dumped. No matter what I did, it only got worse. I eventually made it so bad I lost the abilty to reliably select cells. I couldn't figure it out. So I deleted a bunch of code, started over and approached it a bit differently. Now I can successful copy a table to the clip board that is pastable to almost any spreadsheet that accepts tab separated values. This is a huge step since my editor is a long way off from being able to have forumlas in the cells. I need to be able to cut and paste between google sheets and my editor because the vast majority of my math is done in sheets.
Pasting back to my cells is going to be a totally different matter.
I actually struggled quite significantly with assembling a multi dimension table. Getting the arrays to organize all the cells correctly proved to be difficult. Mostly due to me over complicating the solution instead of accepting simple answers.
Still working on the spreadsheet generator.
I had this weird bug where I could select a number of cells, even all of them for that matter, and the first value in the array would get dumped. No matter what I did, it only got worse. I eventually made it so bad I lost the abilty to reliably select cells. I couldn't figure it out. So I deleted a bunch of code, started over and approached it a bit differently. Now I can successful copy a table to the clip board that is pastable to almost any spreadsheet that accepts tab separated values. This is a huge step since my editor is a long way off from being able to have forumlas in the cells. I need to be able to cut and paste between google sheets and my editor because the vast majority of my math is done in sheets.
Pasting back to my cells is going to be a totally different matter.
I actually struggled quite significantly with assembling a multi dimension table. Getting the arrays to organize all the cells correctly proved to be difficult. Mostly due to me over complicating the solution instead of accepting simple answers.