KallDrexx / GlueCsvEditor

CSV Glue plugin for use with the FlatRedBall XNA Engine
2 stars 0 forks source link

Have the CSV plugin remember column widths #10

Closed vchelaru closed 9 years ago

vchelaru commented 11 years ago

Currently if you open a CSV, resize the columns, open a different CSV, then return to the old one. The column widths are reset.

This should be saved off. It probably needs to be in a file that sits next to the original .csv. I'd recommend calling it something like file.csv.user - something with a different extension so it can be easily excluded by extension in Tortoise.

vchelaru commented 9 years ago

I believe this has been implemented.