Posted 18 years ago
by Actipro Software Support
- Cleveland, OH, USA
Hey everyone, we're working on enhancing code snippets so that you are able to optionally load only header information from the XML files. This will enable you to save on memory when using the code snippet features since none of the "snippet" part of a code snippet will be loaded, like the code.
Then later, when a snippet is activated, it will be fully loaded (in a separate instance) from whatever SourceFile is indicated.
Our question is, should the default be changed to use this enhanced memory-reducing feature or should we keep the default to always fully load code snippets like it does now in v3.1?
And please note that new object model features have been added to support using either way. Our question is simply for which way you think we should default.
Then later, when a snippet is activated, it will be fully loaded (in a separate instance) from whatever SourceFile is indicated.
Our question is, should the default be changed to use this enhanced memory-reducing feature or should we keep the default to always fully load code snippets like it does now in v3.1?
And please note that new object model features have been added to support using either way. Our question is simply for which way you think we should default.
Actipro Software Support