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