XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
The classlibrary projects for FoxPro and XPP use the core class syntax. This should be adjusted. Also add item templates for the FoxPro class syntax and XPP Class syntax. Maybe...
From https://www.xsharp.info/forum/public-vfp/2112-close-all-creating-a-runtime-error FoxPro supports plenty CLOSE commands, as can be found here: http://www.yaldex.com/fox_pro_tutorial/html/510d1838-e8cb-471b-8f92-e3409ba7a271.htm Not all are relevant, because some have to do with IDE functions, but we have some missing,...
I am porting an extensive library from VO to XSharp with the X# VO XPorter. The VO XPorter is doing a good job. But there is still room for improvement....
I would like to add extensive code formatting options to the editor. I am thinking of options like: - indent everything inside begin namespace .. end - indent methods and...
https://www.xsharp.info/forum/public-vo-vn/1963-can-reportpro3-display-an-image-directly-from-an-sql-varbinary-max-column#14712 : It seems that the report pro can display an image only when the image is a filename on disk. It would be nice if the report pro could...
This is NOT a verified bug, but a hunch from reading docs. I was reading Wolfgangs StringBuilder Post, wanted to add vfp similarities, including hint to pipe Unix-like into buffered...
From Karl Faller: Some thoughts/obeservations to the designer: * Preview: tripple Zoom "-" brings full page view -> would be nice, if one could preselect the mode * Wizard: Could...
Apparently the VO compiler allows (and ignores) a return type clause in Init()/Axit() methods, and some users have a lot of existing code like below in their VO apps. Obviously...
From Raffaele: Xbase++ has a Var2Bin and Bin2Var functions that trasforms vars/object to/from binary So it is possible to save an object to disk Lmemowrit( "myobject.bin", Var2bin(myobject) ) Restore an...
When typing a LINQ expression in Visual Studio in a function def inside a PRG, I expect to get Intellisense on property names from the typed objects referenced in the...