我的理解是,PDOM文件是一个包含双向数据的统一文本数据库。 但我的问题是,我每天把我的工作空间(通过双赢)归档,以确保我回到工作组合,如果情况不好(不幸似乎每周发生)。 问题是PDOM的档案(例如,64 MB)。 因此,创建日常档案是昂贵的。 是否有可能缩小和(或)删除PDOM的档案,并且仍然有假的工作?
增 编
我的理解是,PDOM文件是一个包含双向数据的统一文本数据库。 但我的问题是,我每天把我的工作空间(通过双赢)归档,以确保我回到工作组合,如果情况不好(不幸似乎每周发生)。 问题是PDOM的档案(例如,64 MB)。 因此,创建日常档案是昂贵的。 是否有可能缩小和(或)删除PDOM的档案,并且仍然有假的工作?
增 编
The PDOM files contain the data from the Indexer. So it s nothing you really need to restore your workspace. So you could simply don t archive it. The Indexer will re-create it as soon as it misses it. BTW this is an option to shrink it: Close Eclipse, delete it, start Eclipse and let the Indexer re-create it :-)
Is it possible to see the content of a dynamically allocated array, as in: int *array = new int[dimension]; I only see the value of the pointer. edit: just found the option "display as an array", ...
Probably this is a common question. In fact I think I asked it years ago... but I can t remember the answer. The problem is: I have a project that is composed of 6 source files. All of them no more ...
I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc. The feature I am looking for is the grouping of different files in the project, like all headers together, all ...
I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...
At my company we use C defines like this: #define AND && #define bwAND & When using this eclipse underlines the expression as if it had a syntax error. How ...
On the Includes tab of the Paths and Symbols section of the Project Properties dialog in the Eclipse CDT, there is an "Export" button: The best documentation I have found says that this "toggles ...
I have to PC, one is server on Linux containing project files ( also build machine ) and another working desktop machine on WinXP. I want to create a project in Eclipse on my desktop machine without ...
I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I m willing to generate the .project and .cproject files myself, but I d like something ...