
Hi,
When loading CodeSnippets for my application, I have a controller class, which instantiates a CodeSnippetFolder object for each of the languages I support. I call the constructor with the headersOnly parameter set to false, yet it seems that only the top level of CodeSnippets are loaded beyond header information. If I have additional levels, that is, directories, only header information is being loaded. I'm suspecting that the headersOnly parameter is not being passed properly through the CodeSnippetFolder constructor, but hey, what do I know, right? :)
I wish to be able to load X number of levels, including all the information for each snippet, since I wish to allow for my users to edit the snippets through a self constructed interface. Please let me know how to proceed :)
Oh, and merry christmas, everyone :)
When loading CodeSnippets for my application, I have a controller class, which instantiates a CodeSnippetFolder object for each of the languages I support. I call the constructor with the headersOnly parameter set to false, yet it seems that only the top level of CodeSnippets are loaded beyond header information. If I have additional levels, that is, directories, only header information is being loaded. I'm suspecting that the headersOnly parameter is not being passed properly through the CodeSnippetFolder constructor, but hey, what do I know, right? :)
I wish to be able to load X number of levels, including all the information for each snippet, since I wish to allow for my users to edit the snippets through a self constructed interface. Please let me know how to proceed :)
Oh, and merry christmas, everyone :)