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 attached rpt: [GS.zip](https://github.com/X-Sharp/XSharpPublic/files/8505055/GS.zip) contains an invalid sort order specification (remnant from another dbf used previously, which is now removed from the report). When trying to preview this report from...

bug
ReportPro 2
ReportPro 3

Copy DebuggerHidden/DebuggerStepThrough attributes from method/function to the generated eval method of the compile time codeblocks that are defined inside the method, so the debugger will not break inside these codeblocks

enhancement
Compiler

Hello guys, this is new error 1st. create a new FoxPro console application ``` USING System USING System.Collections.Generic USING System.Linq USING System.Text FUNCTION Start() AS VOID STRICT ? "Hello World!...

bug
Compiler
FoxPro

It would be a great help if Intellisense could help contextually when writing important keywords in the editor. e.g. if I start with "pu" within a class, the suggestion for...

enhancement
vs editor

At this moment, DIM arrays are allocated in the heap. They should be allocated on the stack This code: ``` VAR x := StackAlloc(10) LOCAL dim y[10] as DWORD ```...

enhancement
Compiler

![image](https://user-images.githubusercontent.com/9467830/141819010-98fd2ef7-1557-494f-8ad6-4170722aed37.png)

enhancement
vs editor

In C# if I write e.g. "prop" , I get allways also the snippets as result for Intellisense. In X# I have to use always CTRL + K + X...

enhancement
vs editor

For better performance we should switch to Asynchronous Completion code. Also: - (when needed in Asynchronous) delay lookup 'when typing' until a certain amount of time has passed (configurable) -...

enhancement
vs editor

This Feature Request was originally requested by Kevin Clark on the message board in a reply within this post: https://www.xsharp.info/forum/private-vfp/1895-bug-sqlexec-always-returns-1-even-with-bad-sql-statement-s Besides SqlExec() returning -1, it's also possible to get the...

bug
FoxPro