DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2936
Version: 1.3-feature


(Submitted on behalf of Gonzalo's request on fltk.general 03/20/13)

Fluid seems not to allow one to define a 'namespace' for functions/methods
defined in fluid.

For instance, New->Code->Declaration does not allow one to define
two entries:

    namespace whatever {

..and

    };

..due to bracket imbalance warnings.

One solution would be to allow the warnings to be ignored (ie. dialog to
have an 'ignore' button)

Another would be to modify Fl_Decl_Type::open() to allow "namespace.." and
"};" through without a code checks.

Perhaps there are other ways to support 'namespace', similar to
New->Code->Declaration Block.

Gonzalo mentions fltk2's fluid supports namespaces; I'm not familiar with
it, but perhaps it has features we can port to 1.3


Link: http://www.fltk.org/str.php?L2936
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to