﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>SyntaxEditor .NET Languages Add-on for Windows Forms - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Thu, 12 Mar 2026 19:08:54 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">2d38b40c-6d85-4878-a87a-56283e77a7fa-123471</guid>
      <title>Re: Set selection inside a function or class</title>
      <description>Hello,
 If there are no child AST nodes, then you'd need to get a snapshot reader and start at the body's start offset.  Do some text scanning at that point to skip over any first "{" (if in C#) a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26713/set-selection-inside-a-function-or-class" />
      <a10:updated>2026-03-12T19:08:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2d38b40c-6d85-4878-a87a-56283e77a7fa-123470</guid>
      <title>Re: Set selection inside a function or class</title>
      <description>Thanks, indeed this works. However, when body is empty, there will be no childs. But I still need to set the cursor in between the brackets and after the indent.
 public int Add(int x, int y){    ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26713/set-selection-inside-a-function-or-class" />
      <a10:updated>2026-03-12T06:19:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2d38b40c-6d85-4878-a87a-56283e77a7fa-123469</guid>
      <title>Re: Set selection inside a function or class</title>
      <description>Hello,
 The best way to locate types/members is if you use the resolver or iterate an IAssembly to get the ITypeDefinition or ITypeMemberDefinition you want.  For instance, IProjectAssembly has a ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26713/set-selection-inside-a-function-or-class" />
      <a10:updated>2026-03-10T20:27:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2d38b40c-6d85-4878-a87a-56283e77a7fa-123468</guid>
      <title>Set selection inside a function or class</title>
      <description>Hello, 
 How can I set the cursor selection inside function for both C# and VB? 
 For example:
 public int Add(int x, int y){     int z = x+y;     return z;}
 Selection is:   (cusor should be h...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26713/set-selection-inside-a-function-or-class" />
      <a10:updated>2026-03-10T09:17:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">babc9b8e-33b3-4ed4-a69a-549426a25a28-122783</guid>
      <title>Re: Intellisense not displaying that method parameters are ByRef</title>
      <description>Email has been sent to the support @ actiprosoftware address. Ticket Number: 2D5-2F2D4750-0004
 This has two screenshots:

 ByRef as an optional parameter
 Byref as a mandatory parameter

 On...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26522/intellisense-not-displaying-that-method-param" />
      <a10:updated>2025-01-29T20:09:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">babc9b8e-33b3-4ed4-a69a-549426a25a28-122782</guid>
      <title>Re: Intellisense not displaying that method parameters are ByRef</title>
      <description>Hi,
 This behaviour is reproduceable if you have an external assembly loaded that has a ByRef parameter in a method.
 I can send you a screenshot if you need it.
 Thanks
 Gavin</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26522/intellisense-not-displaying-that-method-param" />
      <a10:updated>2025-01-29T19:44:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">babc9b8e-33b3-4ed4-a69a-549426a25a28-122781</guid>
      <title>Re: Intellisense not displaying that method parameters are ByRef</title>
      <description>Hi Gavin,
 When I run our SDI Code Editor demo, load VB.NET and paste in the following code, hovering over the Bar method call shows the ByRef ok:
Class Foo
	Sub Bar(ByRef arg As String)
		Bar(...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26522/intellisense-not-displaying-that-method-param" />
      <a10:updated>2025-01-29T19:07:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">babc9b8e-33b3-4ed4-a69a-549426a25a28-122780</guid>
      <title>Intellisense not displaying that method parameters are ByRef</title>
      <description>Hi,


 Noticed that if I have a method that has a ByRef parameter in VB.Net, the intellisense in the Syntax Editor does not show the "ByRef" part.
 In older versions of the Syntax Editor this d...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26522/intellisense-not-displaying-that-method-param" />
      <a10:updated>2025-01-29T02:44:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a6a179ad-a2c3-4749-a636-01a623dc61cf-122579</guid>
      <title>Re: For Each statement intellisense completion</title>
      <description>Thanks, much appreciated.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26465/for-each-statement-intellisense-completion" />
      <a10:updated>2024-09-18T20:32:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a6a179ad-a2c3-4749-a636-01a623dc61cf-122578</guid>
      <title>Re: For Each statement intellisense completion</title>
      <description>Hi Gavin,
 We will update the completion for the next maintenance release to include previously-declared variables after For Each.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26465/for-each-statement-intellisense-completion" />
      <a10:updated>2024-09-18T19:43:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a6a179ad-a2c3-4749-a636-01a623dc61cf-122575</guid>
      <title>For Each statement intellisense completion</title>
      <description>Hi,
 When you have declared a variable and want to use it in a For Each statement, the intellisense / autocomplete does not fire when you press Ctrl+Space as you type the For Each statement.
 Dim...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26465/for-each-statement-intellisense-completion" />
      <a10:updated>2024-09-18T02:35:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122568</guid>
      <title>Re: XML Comments "remarks"</title>
      <description>Thank you.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-09-12T20:32:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122567</guid>
      <title>Re: XML Comments "remarks"</title>
      <description>Hi Gavin,
 Thanks for reporting this.  I apologize for the mistake, but it appears there was a bug in having it show for type members.  We've just corrected that for the next maintenance release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-09-12T17:59:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122564</guid>
      <title>Re: XML Comments "remarks"</title>
      <description>Hi,
 We have installed v24.1.1 where this fix is mentioned but have not been able to see it working anywhere.
 I have taken the Sample Browser and added a reference to an assembly that has a XML ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-09-12T02:43:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122351</guid>
      <title>Re: XML Comments "remarks"</title>
      <description>Thank you!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-05-21T20:33:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122350</guid>
      <title>Re: XML Comments "remarks"</title>
      <description>Hi Gavin,
 Yes we will update our IntelliPrompt tips to include remarks sections if available.  This will be in the next build.
 Please note that Microsoft may exclude the remarks sections from s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-05-21T20:29:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bab4257d-8b41-480d-95e2-353e5022839a-122349</guid>
      <title>XML Comments "remarks"</title>
      <description>Hi,
 If I have a property or method that has an XML Comment, the intellisense shows the Summary tag as I hover over it which is expected.However, it does not display the "remarks" text which can b...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26378/xml-comments-remarks" />
      <a10:updated>2024-05-21T02:47:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f14f2269-269a-4e37-b0f1-acb263e934ea-122284</guid>
      <title>Re: ShowPrintPreviewDialog() not working correctly.  Most text is not being displayed in the preview</title>
      <description>Excellent, thanks heaps.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26357/showprintpreviewdialog-not-working-correctly" />
      <a10:updated>2024-04-18T20:28:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f14f2269-269a-4e37-b0f1-acb263e934ea-122283</guid>
      <title>Re: ShowPrintPreviewDialog() not working correctly.  Most text is not being displayed in the preview</title>
      <description>Thank you for reporting this.  We found what caused the issue and have fixed it for the next maintenance release v24.1.1.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26357/showprintpreviewdialog-not-working-correctly" />
      <a10:updated>2024-04-18T19:58:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f14f2269-269a-4e37-b0f1-acb263e934ea-122279</guid>
      <title>ShowPrintPreviewDialog() not working correctly.  Most text is not being displayed in the preview</title>
      <description>We recently upgraded from v23.1.3 to v24.1.0.
 Using ShowPrintPreviewDialog() works fine in v23.1.3.  With no code changes, we only see a few characters in the print preview when using v24.1.0
 W...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26357/showprintpreviewdialog-not-working-correctly" />
      <a10:updated>2024-04-17T21:37:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">78dc5b70-5cce-48a6-8295-f6ffb11b2d79-122117</guid>
      <title>Re: C# quick info provider does not honour &lt;para&gt; or &lt;br&gt; XML tags</title>
      <description>Thanks, looking forward to the next release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26304/c-quick-info-provider-does-not-honour-para-or" />
      <a10:updated>2024-02-05T22:29:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">78dc5b70-5cce-48a6-8295-f6ffb11b2d79-122114</guid>
      <title>Re: C# quick info provider does not honour &lt;para&gt; or &lt;br&gt; XML tags</title>
      <description>Hi Marc,
 Thanks for the suggestion.  We will add 'para' and 'br' tag support for doccomment IntelliPrompt display in v24.1.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26304/c-quick-info-provider-does-not-honour-para-or" />
      <a10:updated>2024-02-05T22:00:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">78dc5b70-5cce-48a6-8295-f6ffb11b2d79-122113</guid>
      <title>C# quick info provider does not honour &lt;para&gt; or &lt;br&gt; XML tags</title>
      <description>If I have some xmldoc such as 
/// &amp;lt;summary&amp;gt;
/// &amp;lt;para&amp;gt;Returns true if something matches.&amp;lt;/para&amp;gt;
/// &amp;lt;para&amp;gt;Blah blah blah&amp;lt;/para&amp;gt;
/// &amp;lt;/summary&amp;gt;
 or 
/// &amp;l...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26304/c-quick-info-provider-does-not-honour-para-or" />
      <a10:updated>2024-02-05T01:24:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122062</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>Sure i will check all your point and will update you once it is solved</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-19T09:13:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122058</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>Well, .NET Framework is backwards compatible "in theory", but little issues can always come up.  The assembly versions you are using are very old and obviously not officially supported on .NET Fram...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-18T22:00:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122057</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>Thanks for your replies,I am also aware that .Network framework is backward Compataible.so i have changed the project from 4.0 framework to a 4.8.1 framework and I didn't even change any framework ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-18T18:04:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122053</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>The document "control" does not exist in the newer framework. There is still a document class, but it is not a user control.  The SyntaxEditor.Document property defines the current document, and it...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-17T21:42:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122051</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>Actiprosoftware.SyntaxEditor.Addons.Dotnet.Net20.dll Version 1.0.103.0
 Actiprosoftware.Shared.Net20.dll  Version 1.0.103.0
 Actiprosoftware.syntaxEditor.Net20.dll version 4.0.283.0
 Actiprosoft...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-17T09:23:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122041</guid>
      <title>Re: SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>You mentioned you are upgrading from a previous version.  If you haven't already, please refer to the conversion notes starting with the first version after your previous version and work your way ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-10T22:14:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">89a72442-232d-4b72-b65a-2cd361cb45ae-122039</guid>
      <title>SyntaxEditor.Document Control is missing in the newer version?</title>
      <description>We started to upgrade our project from an older version  to v2023 and we got errors related to SyntaxEditor.Document Control it is missing now .
 We have included that Control in our project and n...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26286/syntaxeditordocument-control-is-missing-in-th" />
      <a10:updated>2024-01-10T09:51:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7cce6afa-33ca-4506-a3e1-ce7ec0e4f15a-121893</guid>
      <title>Re: Releasing references</title>
      <description>Thanks, that worked perfectly!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26237/releasing-references" />
      <a10:updated>2023-11-05T22:01:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7cce6afa-33ca-4506-a3e1-ce7ec0e4f15a-121884</guid>
      <title>Re: Releasing references</title>
      <description>Hi Gavin,
 .NET reflection will lock an assembly on load, which is the problem you're running into.  Please see this documentation topic for details on that.  Unfortunately we have no control over...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26237/releasing-references" />
      <a10:updated>2023-11-03T17:26:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7cce6afa-33ca-4506-a3e1-ce7ec0e4f15a-121882</guid>
      <title>Releasing references</title>
      <description>Hi,
 We have encountered an issue where if we load up an external reference assembly into the script editor, a lock is placed on the file itself and is not released until we close the application....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26237/releasing-references" />
      <a10:updated>2023-11-03T01:24:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9831d830-f492-4c12-bdca-62638a6690c8-121750</guid>
      <title>Re: Visual Basic optional parameters</title>
      <description>Hi Gavin,
 We're aiming for the next week or two.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26192/visual-basic-optional-parameters" />
      <a10:updated>2023-08-31T11:45:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9831d830-f492-4c12-bdca-62638a6690c8-121749</guid>
      <title>Re: Visual Basic optional parameters</title>
      <description>Thanks team, when is the next maintenance release for WinForms schedule for?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26192/visual-basic-optional-parameters" />
      <a10:updated>2023-08-30T20:59:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9831d830-f492-4c12-bdca-62638a6690c8-121748</guid>
      <title>Re: Visual Basic optional parameters</title>
      <description>Hi Gavin,
 Thanks for reporting this.  We've fixed it for the next maintenance release.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26192/visual-basic-optional-parameters" />
      <a10:updated>2023-08-30T19:54:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9831d830-f492-4c12-bdca-62638a6690c8-121747</guid>
      <title>Visual Basic optional parameters</title>
      <description>Hi,If we call a VB method that can have optional parameters, the syntax error reports an issue and puts the error squiggles under the code even though it compiles and can run.
	Public Class TestSy...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26192/visual-basic-optional-parameters" />
      <a10:updated>2023-08-30T00:13:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6a69e526-b6de-4969-a238-bca22f9b2d03-121527</guid>
      <title>Re: Type/interface color</title>
      <description>Sure, you can use classification taggers to highlight text in any color you wish.  That effectively overrides the default classfications applied by the tokens generated from the lexer.  Many of the...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26128/typeinterface-color" />
      <a10:updated>2023-05-08T20:16:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6a69e526-b6de-4969-a238-bca22f9b2d03-121526</guid>
      <title>Re: Type/interface color</title>
      <description>Just in case, I wanted ask, is there a more manual or low-level hook or override to do this in a limited fashion? The original answer references perfromance. We have a limited number of namespaces ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26128/typeinterface-color" />
      <a10:updated>2023-05-08T13:12:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6a69e526-b6de-4969-a238-bca22f9b2d03-121524</guid>
      <title>Re: Type/interface color</title>
      <description>Hello,
 I'm sorry but we don't have that capability at this time.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26128/typeinterface-color" />
      <a10:updated>2023-05-05T19:32:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6a69e526-b6de-4969-a238-bca22f9b2d03-121522</guid>
      <title>Type/interface color</title>
      <description>Hi, just wanted to ask, witht the current state of the library, has the capability to define a color for types or interfaces improved or has been established?
 This is discussed here
 https://www...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26128/typeinterface-color" />
      <a10:updated>2023-05-04T19:57:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad8bd461-e0f3-4c22-bd60-4ba881ff748a-121499</guid>
      <title>Re: ITypeDefinition from ITypeResolverResult</title>
      <description>Thank you, this worked.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26123/itypedefinition-from-ityperesolverresult" />
      <a10:updated>2023-04-28T19:08:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad8bd461-e0f3-4c22-bd60-4ba881ff748a-121493</guid>
      <title>Re: ITypeDefinition from ITypeResolverResult</title>
      <description>Hello,
 ITypeDefinition inherits ITypeReference, so in cases where a type resolution completed, the ITypeResolver.Type will return an ITypeDefinition instance.  You can use code like "if (result.T...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26123/itypedefinition-from-ityperesolverresult" />
      <a10:updated>2023-04-28T18:48:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad8bd461-e0f3-4c22-bd60-4ba881ff748a-121492</guid>
      <title>Re: ITypeDefinition from ITypeResolverResult</title>
      <description>My apoligies, this should have been asked in DotNet laguages add-on. Appreicate your answer nevertheless!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26123/itypedefinition-from-ityperesolverresult" />
      <a10:updated>2023-04-27T18:25:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad8bd461-e0f3-4c22-bd60-4ba881ff748a-121491</guid>
      <title>ITypeDefinition from ITypeResolverResult</title>
      <description>Dear Actipro,
 we are converting some of the remaining code that used the older WinForms Actipro libraries to the current.
 The code in question runs in the context of OnSessionOpening of a custo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26123/itypedefinition-from-ityperesolverresult" />
      <a10:updated>2023-04-27T18:21:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c83534fa-aa7c-4a03-a59a-13b58c049108-120931</guid>
      <title>Re: Parsing identification of #Region</title>
      <description>Hi Gavin,
 Yes, the IDotNetParseData that gets set to the document's ParseData property after a parse completes has a PreprocessorDirectives collection that you can examine for regions.
 Note tha...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25968/parsing-identification-of-region" />
      <a10:updated>2022-09-28T12:55:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c83534fa-aa7c-4a03-a59a-13b58c049108-120930</guid>
      <title>Parsing identification of #Region</title>
      <description>Hi,
 Is there a way to identify #Region areas in the AST Parser?
 We add various bits of code to our footer and want to identify their origin, if we just use a comment we have to rely on our own ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25968/parsing-identification-of-region" />
      <a10:updated>2022-09-27T21:45:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cb1b4f2c-ea92-4742-869f-ad16f727fda0-120879</guid>
      <title>Re: Intellisense auto complete when pressing Enter</title>
      <description>Hi Gavin,
 If you make a class that inherits VBCompletionProvider and you override its OnSessionOpening method, add this line:
((CompletionSession)session).IsEnterKeyHandledOnCommit = false;
 Th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25953/intellisense-auto-complete-when-pressing-ente" />
      <a10:updated>2022-09-08T16:14:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cb1b4f2c-ea92-4742-869f-ad16f727fda0-120878</guid>
      <title>Intellisense auto complete when pressing Enter</title>
      <description>Hi,
 If I am typing and the autocomplete intellisense appears, is there a way to make the enter key do a line feed as opposed to just selecting what is in the autocomplete list?
 Example, type in...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25953/intellisense-auto-complete-when-pressing-ente" />
      <a10:updated>2022-09-08T04:59:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120871</guid>
      <title>Re: Slow Intelliprompt for Visual Basic</title>
      <description>Hi,
 We think we have resolved the issue. We had registered a completion provider but were not using it for anything, removing this has increased the performance. There is still a slight lag but t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-07T02:24:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120868</guid>
      <title>Re: Slow Intelliprompt for Visual Basic</title>
      <description>Hi,
 Yes, I am loading the assemblies on a thread - this is not where I experience the performance issue.
 The performance issue is after everything is set up and I start typing into the syntax e...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-06T21:09:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120867</guid>
      <title>Re: Slow Intelliprompt for Visual Basic</title>
      <description>Hi Gavin,
 We are able to load all our assemblies in the samples and have it perform normally.  In my test, I had 29 assemblies loaded.  Any .NET assembly should work the same.  Are you loading th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-06T21:05:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120866</guid>
      <title>Re: Slow Intelliprompt for Visual Basic</title>
      <description>Hi,
 Current version is 22.1.3. Previous version was 22.1.2.
 We are using VS2019 v16.11.18 running on Windows 11 Professional.
 We are loading up a total of 21 assemblies, this includes the MS ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-06T20:44:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120860</guid>
      <title>Re: Slow Intelliprompt for Visual Basic</title>
      <description>Hi Gavin,
 I'm sorry you're having performance issues.  Are you sure you followed all the steps on this Getting Started documentation topic page?
 When you said compared to a previous release, th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-06T17:39:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">14b26b00-dbc7-4843-b9b5-fa02dd82e1ed-120855</guid>
      <title>Slow Intelliprompt for Visual Basic</title>
      <description>Hi,
 
If I include all of our assemblies to the project then the intelliprompt is very slow even typing something as mundane as:

Dim s As String
 
As you type in "string" the intelliprompt k...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25949/slow-intelliprompt-for-visual-basic" />
      <a10:updated>2022-09-06T02:32:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b05ca365-635e-4016-9800-3c805014a698-119696</guid>
      <title>Re: Hiding public members of a type</title>
      <description>Yes, a CSharpCompletion provider re-implementation was needed for recover this functionality. Thank you.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25550/hiding-public-members-of-a-type" />
      <a10:updated>2021-10-13T18:27:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a3ae319-ccd9-4939-89b5-1d35ec5acb54-119414</guid>
      <title>Re: C# forward slash comments as last item in a method body</title>
      <description>Thank you, this solved the problem.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25559/c-forward-slash-comments-as-last-item-in-a-me" />
      <a10:updated>2021-06-18T18:34:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a3ae319-ccd9-4939-89b5-1d35ec5acb54-119411</guid>
      <title>Re: C# forward slash comments as last item in a method body</title>
      <description>Hello,
 SyntxEditor simply combines the header, body, and footer text together.  My guess is that you didn't put a line terminator at the start of your footer text, so you effectively end up with ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25559/c-forward-slash-comments-as-last-item-in-a-me" />
      <a10:updated>2021-06-18T18:14:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a3ae319-ccd9-4939-89b5-1d35ec5acb54-119410</guid>
      <title>C# forward slash comments as last item in a method body</title>
      <description>In some cases we load editors as follows:
 ------Header----------
 public static class Test {
 ------------------------
 public static void TestMethod() {
 ...... method body.......
 ------Fo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25559/c-forward-slash-comments-as-last-item-in-a-me" />
      <a10:updated>2021-06-18T13:00:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">779f3066-72e2-4a98-a9b6-e745947cce0f-119409</guid>
      <title>Re: Intellimpropt for Funct&lt;T, TResult&gt; instantiation</title>
      <description>Hello,
 Thank you for reporting this.  We found the issue and have it resolved for the next build.  In the meantime, using the simpler syntax does seem to work around it.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25558/intellimpropt-for-functt-tresult-instantiatio" />
      <a10:updated>2021-06-17T17:27:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">779f3066-72e2-4a98-a9b6-e745947cce0f-119408</guid>
      <title>Re: Intellimpropt for Funct&lt;T, TResult&gt; instantiation</title>
      <description>We have found out that instantiating as follows does provide intellimprompt
 Func&amp;lt;T, TResult&amp;gt; foo = (Tinst) =&amp;gt; { TInst... };</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25558/intellimpropt-for-functt-tresult-instantiatio" />
      <a10:updated>2021-06-17T13:30:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">779f3066-72e2-4a98-a9b6-e745947cce0f-119403</guid>
      <title>Intellimpropt for Funct&lt;T, TResult&gt; instantiation</title>
      <description>We have a case where we possibly should expect C# Intelliprompt, but are not receiving it
 for delegates Func&amp;lt;T, TResult&amp;gt; instantiated as follows:
 Func&amp;lt;T, TResult&amp;gt; foo = new Func&amp;lt;...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25558/intellimpropt-for-functt-tresult-instantiatio" />
      <a10:updated>2021-06-16T16:10:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b05ca365-635e-4016-9800-3c805014a698-119383</guid>
      <title>Re: Hiding public members of a type</title>
      <description>Thank you, we will conduct more research on our side.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25550/hiding-public-members-of-a-type" />
      <a10:updated>2021-06-03T20:57:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b05ca365-635e-4016-9800-3c805014a698-119382</guid>
      <title>Re: Hiding public members of a type</title>
      <description>Hello,
 We've never had anything that examines documentation comments for whether something is visible, so that would have had to have been on your side if it was used.  If you had something like ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25550/hiding-public-members-of-a-type" />
      <a10:updated>2021-06-03T20:45:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b05ca365-635e-4016-9800-3c805014a698-119381</guid>
      <title>Hiding public members of a type</title>
      <description>Hello, as we are upgrading from 2018.1, we've noticed that somehow we relied on method/property documentation-like tag
 ///&amp;lt;script&amp;gt;Visible&amp;lt;/script&amp;gt;
 to hide public members of classes ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25550/hiding-public-members-of-a-type" />
      <a10:updated>2021-06-03T19:18:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a26ddfd6-7349-4c21-aad2-43ffa7fb2807-117993</guid>
      <title>Re: Can we show default parameters in member parameter info similar to Visual Studio does it?</title>
      <description>Thanks for the quick response</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25204/can-we-show-default-parameters-in-member-para" />
      <a10:updated>2020-03-17T22:49:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e265fdc3-0302-474f-8aa5-5f8e067d226f-117990</guid>
      <title>Re: Null coalescing operator sometimes doesn't work</title>
      <description>Hi Marc,
 Thanks for letting us know about this.  It appears it was incorrectly triggering a can-match in our grammar for a tuple type production start.  We've fixed this for the next maintenance ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25205/null-coalescing-operator-sometimes-doesnt-wor" />
      <a10:updated>2020-03-17T19:28:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a26ddfd6-7349-4c21-aad2-43ffa7fb2807-117989</guid>
      <title>Re: Can we show default parameters in member parameter info similar to Visual Studio does it?</title>
      <description>Hi Marc,
 I'm sorry but that option isn't available at this time.  The reflection data we store for parameters isn't tracking what the default value is.  It only knows if the parameter is optional...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25204/can-we-show-default-parameters-in-member-para" />
      <a10:updated>2020-03-17T18:33:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e265fdc3-0302-474f-8aa5-5f8e067d226f-117988</guid>
      <title>Null coalescing operator sometimes doesn't work</title>
      <description>Using the C# Editor sample in the .Net Languages Add-on Demos of the Sample Browser app. If I use the following code snippet the line with '(a ?? "").Trim();' gets picked up as an error. However wr...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25205/null-coalescing-operator-sometimes-doesnt-wor" />
      <a10:updated>2020-03-17T06:45:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a26ddfd6-7349-4c21-aad2-43ffa7fb2807-117987</guid>
      <title>Can we show default parameters in member parameter info similar to Visual Studio does it?</title>
      <description>If we have a method declared as
public static void DoSomething(string what, int howMany = 3)
 In the current version of the SyntaxEditor the ParameterInfo control will show
void ClassName.DoSome...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25204/can-we-show-default-parameters-in-member-para" />
      <a10:updated>2020-03-17T04:31:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-117766</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>Hello,
 Yes, the 2020.1 version of the WinForms SyntaxEditor is now on the same SyntaxEditor codebase used by the WPF and UWP versions.  All of them support lambda IntelliPrompt in their respectiv...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2020-01-10T20:08:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-117765</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>Hello, just wanted to check if lambda intellisense if available in the latest redesign of the SyntaxEditor? Thank you.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2020-01-10T16:59:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09176df8-0dbe-424b-b1c9-130ef601b61f-117761</guid>
      <title>Re: Custom Errors</title>
      <description>Hello,
 The squiggle line API in the WinForms SyntaxEditor 2020.1 version is much different than in the past versions, and now is as the WPF version's squiggle line API has always been.  I believe...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20913/custom-errors" />
      <a10:updated>2020-01-10T03:23:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09176df8-0dbe-424b-b1c9-130ef601b61f-117760</guid>
      <title>Re: Custom Errors</title>
      <description>Few years later.. xd


 Hello Dominik, 
 can you tell me where you get CompileError class and what is it 'AddSpanIndicator'? im trying make custom error messages and i just started working with...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20913/custom-errors" />
      <a10:updated>2020-01-09T12:17:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53652181-db0e-45ba-97f0-d46d99cdc6c2-117684</guid>
      <title>Re: Custom language realization</title>
      <description>In the 2020.1 version, we updated the WinForms SyntaxEditor API to be the same as the newer API we've been using in the WPF and UWP for a while.  This version has a lot more flexibility for display...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4273/custom-language-realization" />
      <a10:updated>2019-12-02T12:36:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">53652181-db0e-45ba-97f0-d46d99cdc6c2-117683</guid>
      <title>Re: Custom language realization</title>
      <description>Any update about this topic. I want to add intellisense according to the context of my custom designed language. Can we do it using syntax editor.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4273/custom-language-realization" />
      <a10:updated>2019-11-29T10:57:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">eecfc4dc-b824-48ec-a3dc-d943a33ea525-117672</guid>
      <title>Re: Non-breaking space leads to parser error</title>
      <description>Hi Tobias,
 The CSharpLexer used in the 2020.1 WinForms version watches for any whitespace character, as does the WPF version.  So non-breaking spaces are permitted in both without compile errors.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25126/non-breaking-space-leads-to-parser-error" />
      <a10:updated>2019-11-20T20:13:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">eecfc4dc-b824-48ec-a3dc-d943a33ea525-117671</guid>
      <title>Non-breaking space leads to parser error</title>
      <description>Hi,
 I am not sure, whether this is alread fixed in a newer version, but since I just spend hours trying to figure it out, I wanted to let you know.
 With version 2014.1.320 the non-breaking spac...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25126/non-breaking-space-leads-to-parser-error" />
      <a10:updated>2019-11-20T08:40:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117568</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Daniel,
 We have C# 8 on the TODO list.  Some parts don't look that difficult but other like the pattern enhancements might be.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-10-03T20:13:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117567</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Any plans to update to C# 8. Would be easy, hard...?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-10-03T06:57:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117563</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Daniel,
 Yes the maintenance release for WPF with C# 7.x support just rolled out today.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-10-02T19:44:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117562</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Great news!!
 Is there any maintenance release (WPF) that includes support for C# 7?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-10-02T13:27:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117509</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Markus,
 We have all the syntax updates done for VB through v15.8 now.  We are currently doing some additional work in certain areas with the resolver to help with the new language updates for ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-08-16T12:11:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117508</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Thanks for the heads-up.
 We do really need this badly, as we are under serious pressure by our customers around the syntax issues in VB and we already started to evaluate our other option.
 But ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-08-16T10:06:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117489</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Markus,
 Actually we already started on the C#/VB updates about three weeks ago, while the final beta testing of the UWP SyntaxEditor vNext updates is occurring. 
 We have all the C# 7.0/7.1 a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-08-12T19:18:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117488</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Just out of curiosity, do we have to wait another 2 Years then for getting this?
 Sadly, this sounds like we need to check our other options in the market.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-08-12T07:56:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117426</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Markus,
 Not yet but we expect to start to work on it soon.  We have the WPF SyntaxEditor vNext version out already (as v2019.1) and are almost ready for the UWP vNext version's beta.  Then we ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-07-09T19:26:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-117422</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>We are still interested in a WinForms version of the SyntaxEditor where the .NET Languages Add-on supports the latest VB - Language features (and C#).
 We are nagged by our customers about the lag...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2019-07-09T10:13:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-115558</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Marty,
 It's turned out to be much more work than we had hoped.  But the hardest parts (like building various adapters for each platform where platform-specific APIs come into play such as elem...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2018-09-21T16:53:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-115557</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>ok....we ship a product that includes your syntax editor though.  What's the ETA you have on delivery.  the blog entry I read was over a year old.  I need an ETA at least.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2018-09-20T20:34:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-115553</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hello,
 We are still working on SyntaxEditor vNext (see our blog) as our top development priority.  This project involves basically bringing the WPF/UWP SyntaxEditor API back to the WinForms Synta...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2018-09-20T18:15:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-115552</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi.....where does the support stand now for the C# syntax editor?  does the latest support C# 6 or C#7?  I can't seem to find a reference to the support on the web site</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2018-09-19T18:11:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-115317</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>Thank you. I hope your effort succeeds and brings the much needed lambda to WinForms add-on.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2018-07-20T15:44:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-115313</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>Hello,
 The WPF version's add-on has much better IntelliPrompt in general than the older WinForms version.  The WinForms version doesn't have lambda IntelliPrompt.  That being said, per our blog, ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2018-07-20T15:38:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-115316</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>I can see that you have been posting release notes in Announcements, I will be going through that, thanks.
 Is my understanding correct that lambda intellisense is still not part of WinForms? Thanks.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2018-07-20T14:52:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1b8cf942-0560-400e-b668-0943a2578e15-115312</guid>
      <title>Re: Lambda expression intellisense not working</title>
      <description>Hello, we have just updated to latest WinForms version, is there a way to make intellisense in lambdas work today?
 As an additional question, is it possible to see change log for different releases?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4154/lambda-expression-intellisense-not-working" />
      <a10:updated>2018-07-19T20:14:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cfa0a516-ccc4-4ac3-82f6-03e627f5187d-114424</guid>
      <title>Re: Cannot resolve dependency to assembly 'System.Threading.Tasks, Version=4.0.10.0</title>
      <description>Hi Max,
  
 We solved this by upgrading to a newer version of the Syntax editor.
  
 sincerely,
  
 Niklas</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23753/cannot-resolve-dependency-to-assembly-systemt" />
      <a10:updated>2017-11-24T15:20:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">cfa0a516-ccc4-4ac3-82f6-03e627f5187d-114423</guid>
      <title>Re: Cannot resolve dependency to assembly 'System.Threading.Tasks, Version=4.0.10.0</title>
      <description>Hey Guys,
 i've got the same problem as niklas.
 unfortunately you did not publish any resolutions on this.
 What's the resolution for the problem in case of niklas?
 sincerely,
 Max</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23753/cannot-resolve-dependency-to-assembly-systemt" />
      <a10:updated>2017-11-24T14:27:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-113830</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>Hi Markus,
 No progress on the WinForms API updates yet.  We are hoping to take a look again at trying to build some common rendering infrastructure that could be shared among the SyntaxEditor imp...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2017-07-13T19:10:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5428a349-1c87-4ecc-a177-44ae388c7a25-113829</guid>
      <title>Re: Support for C# 7.0 and VB.NET 15</title>
      <description>What about your backport of C#6 and VB14 to SyntaxEditor for Windows Forms and SyntaxEditor .NET Languages Add-on for Windows Forms?
 Any progress on that?
 Moving to WPF is no option for us at t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23754/support-for-c-70-and-vbnet-15" />
      <a10:updated>2017-07-13T07:30:25Z</a10:updated>
    </item>
  </channel>
</rss>