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

Created a test mdi app in VO and xPorted it first using standard VOGUI and then XGUI. Differences between the two in a datawindow containing many controls: ![BigWindow_VOGUI](https://github.com/user-attachments/assets/0dc625b1-2743-4291-b4d3-c6b50cdbe70c) ![BigWindow_XVOGUI](https://github.com/user-attachments/assets/61094061-c52c-4cb0-a0a7-7b00781937b3) Main...

bug
TypedSDK

**Describe the bug** xSharp-Error for Delete Command **To Reproduce** Code to reproduce the behavior: ``` FUNCTION check_cursor AS VOID create cursor abc (mkey i, mident c(10)) insert into abc (mkey,mident)...

enhancement
Runtime
FoxPro

**Describe the bug** Support SQL Update (xsharp-error) **To Reproduce** Code: USING System USING System.Collections.Generic USING System.Text FUNCTION check_cursor AS VOID create cursor abc (mkey i, mident c(10)) insert into abc...

enhancement
Runtime
FoxPro

Receiving a "not implemented" exception when using the vfp-Function indexseek(). Expected behavior: - Full Support of the vfp-Indexseek() function - getting the error-hint at compile time, not at runtime. Example...

enhancement
Runtime
FoxPro

1. In the following code, put the caret on the keywords EXPORT, PROTECTED, EVENT, METHOD etc, they all get highlighted (on their own) as matching tokens like IF/ENDIF etc, which...

bug
vs editor

**Describe the bug** Keyword ALL seems to be not supported (Parser-Error) **To Reproduce** Code to reproduce the behavior: ``` USING System USING System.Collections.Generic USING System.Text FUNCTION check_cursor AS VOID create...

bug
UDC

**Describe the bug** Single-step debugging with not supported VFP-Code is not working. Lines (in that case from 57 to 86) and breakpoints are ignored. **To Reproduce** Code to reproduce the...

enhancement
debugger
FoxPro

Following results to error XS0432: Alias 'BaseClass' not found for the 2 parent method calls with "::". I assume the only way to make this work is via a late...

bug
Compiler
FoxPro

I am not sure if this is supposed to be supported or not, please ignore if not: ``` FUNCTION Start() AS VOID LOCAL a AS ARRAY of INT a :=...

bug
Runtime
Compiler

This results to a parser error: `WAIT "Hello" WINDOW TIMEOUT 1` The full WAIT definition as specified in https://hackfox.github.io/section4/s4g293.html : ``` WAIT [ CLEAR ] | [ cMessage ][ TO...

enhancement
FoxPro
UDC