rmcanany / SolidEdgeHousekeeper

Utility for finding annoying little errors in your Solid Edge project
MIT License
21 stars 6 forks source link

Task list not updating between builds #86

Closed ChrisClems closed 12 hours ago

ChrisClems commented 1 month ago

Adding a new task and updating the task list in BuildTaskListFromScratch() will not update the task list if task_list.json exists in the target Preferences directory.

rmcanany commented 5 days ago

I think this is now fixed with the Edit Task List functionality. The source panel gets its Task List using BuildTaskListFromScratch, so everything should be available. If you concur, I'll close this as complete.

farfilli commented 4 days ago

@rmcanany for some reason the border drawn with UCTaskControl_Paint doesn't appear, do you know what could have broken it? In my opinion, this border is needed to distinguish better between tasks

rmcanany commented 3 days ago

I appreciate the feedback. Should be fixed now.

I'm pretty sure there's a gremlin in there somewhere. Yesterday I had to change all the Form fonts from Microsoft Sans Serif back to Segoe.

farfilli commented 3 days ago

@rmcanany If you have a look at the UCTaskControl_Paint event I have tweaked it to paint only the Top border. With your modification, all the TLP borders are drawn which is not what I intended.

farfilli commented 3 days ago

@rmcanany I fixed it with pull request #110

rmcanany commented 12 hours ago

Ok, thanks for that. It's perfect! Closing as complete.