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

Like in C# 10 `GLOBAL USING System.Collections.Generic` Declared once in a project makes the using available in all files See https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10#global-using-directives

enhancement
Compiler

**Describe the bug** The mentioned callback does never happen **To Reproduce** 1. Instantiate a pushbutton with the TABSTOP style and put it on a dialog 2. Write a MouseButtonDown(oMev) method...

bug
Runtime
TypedSDK

https://www.xsharp.eu/forum/topic?p=32646#p32646 Following code prints in X#: ``` before BEGIN SEQUENCE .F. in BEGIN SEQUENCE .T. in RECOVER .F. after END SEQUENCE .F. ``` so the ErrorHandler() function is not called...

Compiler

This RDD should allow: - Simple Tablename (the RDD will construct the SELECT statement) - Normal SQL Select statement Using call back mechanism the RDD will ask the client for...

enhancement
RDD

In the last weeks the X# devteam has discussed the FoxPro Short term database support. We will work on this in the "Delft" project. The "Short term" solution to add...

enhancement
RDD
FoxPro

In the last week the X# devteam has discussed the long term plans for data access. The text below is a not very structured summary of these discussions. The work...

enhancement
RDD

In VO in the window editor, when creating pages in TabControl, you can double-click on the page with the mouse, which will lead to one of two results: 1. If...

enhancement
VS VO binary editor

The following code tries to access a DBServer object from a different thread, than the one in which it was created, but it does not work, DBServer:Used returns FALSE and...

enhancement
Runtime
RDD

From Boonnam Sivong and Greg Garza: Would it be too difficult to have an option in the xPorter to create separate .prg files for each class within a module? And...

enhancement
VOXporter