[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Re: Code folding?

desktop wrote:
desktop wrote:
How do I make code folding in CDT 3.1.2 when typing C++ code?

For templates, it works for regular functions but not if I declare a template like:



template <typename T>
T* find_end(T* arr_start, T* arr_end, T* target_start, T* target_end) {
T* result = arr_end;
int arr_size = (arr_end - arr_start)+1;


...
...

This has alrady been fixed in the current CDT 4.0 milestone.

--
Anton Leherbauer
Wind River CDT Team, Austria