Use transaction when adding multiple files to project

Discussion about CodeLite development process and patches
m.rap
CodeLite Curious
Posts: 1
Joined: Fri Jul 18, 2014 5:55 am
Genuine User: Yes
IDE Question: C++
Contact:

Use transaction when adding multiple files to project

Post by m.rap »

Hello,
i'm using codelite on linux using virtualbox. i have issue that codelite are geting slowed down when I try to add multiple files to project. when i tried to trace the source code i found that codelite did save xml file for each file added. i think it might be better if this add multiple files feature applies the transaction to reduce overhead of disk writing. thanks :)