Eclipse CDT:如何写入 .cproject 文件并读回
如何以编程方式写入 .cproject 文件并读回(在 Eclipse CDT 中)?
实现 AbstractCPropertyTab 的类具有复选框,并且这些复选框的名称和布尔状态应保存到 .cproject。
How to write programmatically to .cproject file and read back (in Eclipse CDT)?
A class implementing AbstractCPropertyTab has checkboxes and name and boolean state of these should be saved to .cproject.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了我自己的问题。也许有人觉得这很有用。
我将介绍两种方法:一种用于保存表格上复选框的选中状态,另一种用于初始化复选框值。
I solved my own question. Maybe someone finds this useful.
I will introduce two methods: one for saving checked state of the checkboxes on the table and one to initialize the checkbox values.