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

If you print a memo-field with the following content (chr(9) between the blocks): 1234 5678 abcde 1234 5678 abcde RP prints 5678 abcde too high: This happens with normal text...

bug
ReportPro 2

The following code is not working (if block is not called): ``` if uSwitch is not logic var bSwitch Console.WriteLine("uSwitch is not logic with var") endif ``` if var bSwitch...

**Describe the bug** I want to use some symbols of the Wingdings/Wingdings 2/Wingdings 3/Webdings charset in one of our reports; whereas those symbols are printed fine when doing the direct...

bug
ReportPro 2

Add command-line options to VOXporter, so it can also run from the command line without a GUI, so it can be used in scripts.

enhancement
VOXporter

The assignment from an usual of type int to 'float?' results to an InvalidCastException. If the usual is a float it works without problems. ``` local x := 1 as...

bug
Runtime
Compiler

https://www.xsharp.eu/forum/topic?p=34378#p34378 As per the description, using `SELF:oDCFixedBitmap1:Origin := Point{0,0}` puts the control in the top-left corner, when using the xGUI classes. The correct behavior (what the standards VOGUI does) is...

bug
TypedSDK

https://www.xsharp.eu/forum/topic/5571?p=34110#p34110 When there's a missing END, the compiler throws a parser error mentioning only the next entity. If there are many nested block statements in the previous entity, it can...

enhancement
Compiler