XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
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...
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
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!...
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...
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 ```...

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