Abhinav Tripathi
Abhinav Tripathi
Fixed issue #545 This is at very early stage. MOST of the tests fail with this change. This is here just for discussion.
fixes issue #549 Currently it does not follow octave's builtin `class` symantics. I have kept a `full` flag just for discussion.
Probably very low priority for now, put it here just for the sake of completeness. We need to decide when/if to run every py\* function in a different namespace to...
Mostly done... But, one other error is exposed due to this. And moreover it now also marshals few C++ classes to C# struct. Was that intended while using `@class.IsPOD` @tritao...
I want to search files with just filenames. I tried adding filepath and using `.*` in the query but it didn't work (UI just hangs). I tried to edit the...