XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.

Results 197 XSharpPublic issues
Sort by recently updated
recently updated
newest added

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...

enhancement
FoxPro
Xbase++

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,...

enhancement
FoxPro
UDC

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....

enhancement
VOXporter

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...

enhancement
vs editor

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...

enhancement
ReportPro 3

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...

enhancement
Runtime

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...

enhancement
ReportPro 2

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...

enhancement
VOXporter

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...

enhancement
Runtime
Xbase++

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...

enhancement
vs editor