Entrian Inline Watch 0.9.3: Template support; Optional raw pointers
Tuesday, October 13th, 2015 by Richie Hindle
I’m very pleased to announce Entrian Inline Watch 0.9.3, which introduces two new features:
- You can now set Object Display rules for C++ template types, for instance for
std::list
you can set up a rule like this:std::list \{size={_Mysize}\}
std::list<whatever>
objects like this: {size=10} (Thanks, Martin and Daniel)
- The display of values for raw pointers in C/C++ is now optional – when there’s no Object Display rule configured for a type, and no sensible default value to display, you can choose whether to display the raw pointer value or nothing (thanks, Daniel).
Update: 0.9.4 adds C++ template support to Accessor Method rules as well as Object Display rules.
You can download the new release from the download page or the gallery.
November 23rd, 2015 at 1:01 pm
Template types are more than welcome! It will help a lot.