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

Microsoft has released now with VS 17.9.2 the out of process designer for Winforms to support also 32 bit applications. Unfortunately the new designer throws an exception "**The language for...

Chris, Can you add code to convert a form definition based on a xsfrm to a windows forms form (like you're also doing in VOExporter). I will then add that...

enhancement
vs projectsystem

https://www.xsharp.eu/forum/topic?p=28951#p28951 There are plenty duplicate DEFINEs in the runtime, SDK and RP2, causing "Warning XS9043 'DEFINE_xxx' is ambiguous." that cannot be "fixed". It's probably a good idea to clean those...

enhancement
Runtime
ReportPro 2

This is happening in VS 2019 and VS 2022 using X# 2.17 and 2.18 and I have rebuilt the Intellisense Database. If an undeclared variable is entered followed by :...

bug
vs editor

Those commands where found in a Harbour app and are missing from X#: set bell off set esca on set talk off set stat off set safe off set scor...

enhancement
Harbour
UDC

If a textblock in a VO module contains a block comment with no ending marker, then entities below it are not getting parsed. For example this VO code Entity1: ```...

bug
VOXporter

**Describe the bug** On a specific prg file, when triggering intellisense (typing `SELF:`) VS freezes and after a while crashes with a "OK" dialog box saying "a new guard page...

bug
vs editor

If I add an extention method to an existing type, intellisense does not pick it up for code completion. System extensions are pickedup though : ``` PUBLIC STATIC CLASS ArrayExtensions...

enhancement
vs editor

AEval for example do compile check the members of the inferred x type : ``` CLASS Foo PROPERTY Name AS STRING AUTO CONSTRUCTOR(cName AS STRING) Name := cName END CLASS...

enhancement
vs editor

See thread: https://www.xsharp.eu/forum/public-product/3039-ads-rdd-eof-function In the code that was sent to us there was the following: `self:nAdsRet := XSharp.RDD.Functions.AdsGetFieldType(self:nCursor, String2Psz(cFeld), @nRet)` The XSharp.RDD assembly contains a function with the following prototype...

bug
Runtime