﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>SyntaxEditor for WPF - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Mon, 23 Feb 2026 21:59:03 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">a44978bb-7215-4def-a3b1-f296cbc768b3-123446</guid>
      <title>Re: Language Designer Custom AST Node Simple Types</title>
      <description>OK, I don't know why I didn't think of that myself.  Probably because I was focused on the Language Designer UI and creating the property there. I will, of course, implement as you suggest.  Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26707/language-designer-custom-ast-node-simple-type" />
      <a10:updated>2026-02-23T21:59:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a44978bb-7215-4def-a3b1-f296cbc768b3-123445</guid>
      <title>Re: Language Designer Custom AST Node Simple Types</title>
      <description>Hi Rick,
 What we do now when you want to extend an AST node type is simply add another partial class file.  Every AST node should be generated as a partial already to support that design.
 Curre...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26707/language-designer-custom-ast-node-simple-type" />
      <a10:updated>2026-02-23T21:50:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a44978bb-7215-4def-a3b1-f296cbc768b3-123444</guid>
      <title>Language Designer Custom AST Node Simple Types</title>
      <description>I've created a grammer for SOQL, a SQL-like language.  I validate all the fields throughout the entire query in my grammer class and want to store a reference to their database schema field on the ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26707/language-designer-custom-ast-node-simple-type" />
      <a10:updated>2026-02-23T18:00:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3da731f4-7e51-4b47-aa0f-9655decde89f-123420</guid>
      <title>Re: CodeSnippetProvider's Overriden etPossibleShortcutSnapshotRange() not always called</title>
      <description>Hi. Thanks for the clarification on when the GetPossibleShortcutSnapshotRange method is called. I'll add a check to to the button's click method as you suggest.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26699/codesnippetproviders-overriden-etpossibleshor" />
      <a10:updated>2026-01-26T20:02:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3da731f4-7e51-4b47-aa0f-9655decde89f-123419</guid>
      <title>Re: CodeSnippetProvider's Overriden etPossibleShortcutSnapshotRange() not always called</title>
      <description>Hi Rick,
 The GetPossibleShortcutSnapshotRange method is only called after the Tab key is pressed to check if a shortcut was typed.  In your case illustrated here, you're showing a code snippet se...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26699/codesnippetproviders-overriden-etpossibleshor" />
      <a10:updated>2026-01-26T19:46:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3da731f4-7e51-4b47-aa0f-9655decde89f-123418</guid>
      <title>CodeSnippetProvider's Overriden etPossibleShortcutSnapshotRange() not always called</title>
      <description>I'm implementing Code Snippets in my application.  I've extended CodeSnippetProvider and overriden the GetPossibleShortcutSnapshotRange() method so that snippets won't be inserted within comments a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26699/codesnippetproviders-overriden-etpossibleshor" />
      <a10:updated>2026-01-24T19:21:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-123346</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Hello,
 If you use an intra-line adornment and render the lines with the same font, and with a number of spaces for proper indentation, you should be able to achieve the look you wanted in your sc...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-11-21T22:21:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-123345</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>If I use intra-line adornments, it's difficult to align the decorator's code with the indentation and line breaks in the editor. Do you have plans to provide a similar, pre-packaged capability that...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-11-21T01:43:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c6c66f0-757c-4679-81ad-2449fbf49b91-123341</guid>
      <title>Re: LSP Support</title>
      <description>Hi Tobias,
 We had started looking into it back then but had to pause when we moved onto some other things.  We are currently working on SyntaxEditor refactoring and improvements.  Revisiting LSP ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26674/lsp-support" />
      <a10:updated>2025-11-20T21:54:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c6c66f0-757c-4679-81ad-2449fbf49b91-123339</guid>
      <title>LSP Support</title>
      <description>Hi,
 I know that you have looked into supporting LSP (Language Server Protocol) here. Since that was 18 months ago, I would like to check if there has been any progress.
 We have our own language...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26674/lsp-support" />
      <a10:updated>2025-11-20T10:24:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123256</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Hello,
 Highlighting style background colors can be semi-transparent, but not foregrounds, at least via styles.
 We do have a way to reduce the opacity of a tagged region though, via the unused r...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-17T20:08:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123254</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Can the transparency of the read-only area be modified? Or reset Classification Types only for read-only zones.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-17T06:41:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123249</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Hello,
 If you mean you want to search for a word programmatically, you can use the search APIs described in this documentation topic.
 For the style question, I suspect a style is already regist...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-16T18:55:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123248</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>I want to calculate the offset of a certain word in the editor. Is it possible to do it?
 How do I associate BuiltInClassificationTypeProvider with my Editor? I tried injecting it in Language, but...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-16T01:54:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123244</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Hello,
 Can you provide more information about your request about a special character?  I'm not sure what you're after there.  This documentation topic talks about offsets and positions though, in...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-15T19:38:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123237</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>I have the following questions:

 Can I set the foreground color for read-only areas?
 Can I set two non-contiguous code blocks to read-only? According to the case, I can only set one block.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-15T06:45:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123236</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Is there a way to programmatically get the position (position or offset) of a special character?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-15T02:47:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123232</guid>
      <title>Re: How to set some areas to be unselectable？</title>
      <description>Hello,
 I'm sorry but we don't have any functionality built-in like that.  You would need to get a list of the text ranges that are read-only and then set the view's selection to the inverse of th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-14T19:04:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b55a03d-de23-4f77-84cb-b553a21e05e0-123231</guid>
      <title>How to set some areas to be unselectable？</title>
      <description>Hello Actipro Developers,
 I have a requirement. I set some areas in the SyntaxEditor to be uneditable. However, when I select all, the uneditable areas are also selected, so I can't delete them. ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26646/how-to-set-some-areas-to-be-unselectable" />
      <a10:updated>2025-10-14T03:15:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6545bb20-ecf9-40ae-b8be-33210ce138ac-123230</guid>
      <title>Re: Text and Current Line Offsets Not Matching in SyntaxEditor</title>
      <description>Yes, thank you for your suggestions! They gave me a deeper understanding of SyntaxEditor.Also, the commands in EditorCommands are exactly what we were looking for.
 Thanks again!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26643/text-and-current-line-offsets-not-matching-in" />
      <a10:updated>2025-10-14T01:46:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6545bb20-ecf9-40ae-b8be-33210ce138ac-123228</guid>
      <title>Re: Text and Current Line Offsets Not Matching in SyntaxEditor</title>
      <description>Hi David,
 From the beginning, SyntaxEditor has always normalized line terminators internally to LF (\n) only.  This made things like lexing and parsing much easier, among other areas, since it av...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26643/text-and-current-line-offsets-not-matching-in" />
      <a10:updated>2025-10-13T19:31:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6545bb20-ecf9-40ae-b8be-33210ce138ac-123224</guid>
      <title>Re: Text and Current Line Offsets Not Matching in SyntaxEditor</title>
      <description>I realized that my previous description lacked some context, which may have affected the clarity of the issue. Here&amp;rsquo;s a more detailed explanation:
 When I need to insert a new line, I first ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26643/text-and-current-line-offsets-not-matching-in" />
      <a10:updated>2025-10-13T08:12:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6545bb20-ecf9-40ae-b8be-33210ce138ac-123223</guid>
      <title>Text and Current Line Offsets Not Matching in SyntaxEditor</title>
      <description>Hello Actipro Developers,
 I'm currently implementing a custom shortcut for line breaks in SyntaxEditor through code.Since I couldn&amp;rsquo;t find any official method that directly supports this fea...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26643/text-and-current-line-offsets-not-matching-in" />
      <a10:updated>2025-10-11T08:58:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d173c12d-8521-4323-9548-b63cfc189afd-123194</guid>
      <title>Re: How to set read-only content</title>
      <description>Hi Chris,
 There are two options for how to implement this.
 1) Code Fragments - The first option is the easiest and cleanest way to do things, and is best if you are ok with hiding the "header" ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26636/how-to-set-read-only-content" />
      <a10:updated>2025-09-22T20:53:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d173c12d-8521-4323-9548-b63cfc189afd-123192</guid>
      <title>How to set read-only content</title>
      <description>Hi, I have a requirement where I want to disable or make certain sections of content in an editor read-only, so that only certain content can be edited. Is there any way to achieve this? Thank you....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26636/how-to-set-read-only-content" />
      <a10:updated>2025-09-22T07:45:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">86f61cf9-3d73-4914-bae8-e80fba3d3fc7-123180</guid>
      <title>Re: Loading large single-line text is very slow.</title>
      <description>Hello,
 Correct, the main issue is that sending text run to the WPF text formatter is about the most expensive part of SyntaxEditor performance-wise.  When you pair that with an extremely long lin...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25600/loading-large-single-line-text-is-very-slow" />
      <a10:updated>2025-09-17T19:30:04Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">86f61cf9-3d73-4914-bae8-e80fba3d3fc7-123177</guid>
      <title>Re: Loading large single-line text is very slow.</title>
      <description>Hi,
 I&amp;rsquo;ve been reviewing the thread Loading large single-line text is very slow and the official reply about how the WPF text formatter struggles when dealing with extremely long lines. The ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/25600/loading-large-single-line-text-is-very-slow" />
      <a10:updated>2025-09-17T03:07:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">50ee685b-edd0-4c9b-a1c2-8a0a91f4bcaa-123099</guid>
      <title>Re: How to make Actipro SyntaxEditor bubble DragDrop event to parent when dragging files into it?</title>
      <description>Hello,
 When SyntaxEditor.AllowDrop is true, the drop event is being handled on the editor view, so there isn't really a top-level method you can override to affect default behavior here.
 You co...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26611/how-to-make-actipro-syntaxeditor-bubble-dragd" />
      <a10:updated>2025-08-11T19:48:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">50ee685b-edd0-4c9b-a1c2-8a0a91f4bcaa-123097</guid>
      <title>How to make Actipro SyntaxEditor bubble DragDrop event to parent when dragging files into it?</title>
      <description>I&amp;rsquo;m using the WPF Actipro SyntaxEditor.By default, the control handles drag-and-drop internally (via OnPasteDragDrop) and marks the Drop event as handled, so the event never reaches parent co...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26611/how-to-make-actipro-syntaxeditor-bubble-dragd" />
      <a10:updated>2025-08-11T05:50:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aa8ca767-8880-4e5c-b40e-dde9b6a2715e-123069</guid>
      <title>Re: IntelliPrompt display</title>
      <description>Hello, the steps from the documentation helped, thanks</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26599/intelliprompt-display" />
      <a10:updated>2025-07-28T08:16:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aa8ca767-8880-4e5c-b40e-dde9b6a2715e-123066</guid>
      <title>Re: IntelliPrompt display</title>
      <description>Hello,
 From the screenshot, it looks like themes are not being initialized properly, which can happen if the controls are loaded outside of a WPF application.  Please try the steps listed in this...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26599/intelliprompt-display" />
      <a10:updated>2025-07-23T18:52:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aa8ca767-8880-4e5c-b40e-dde9b6a2715e-123065</guid>
      <title>IntelliPrompt display</title>
      <description>Hello everyone,I've integrated the WPF Syntax Editor into an AutoCAD palette. When I call IntelliPrompt there, it doesn't display correctly. The overlay appears to have a transparent background, ma...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26599/intelliprompt-display" />
      <a10:updated>2025-07-23T08:06:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">11d3d0b3-d4e4-4674-8d94-c0dd2ff88746-123064</guid>
      <title>Re: How can I make global variables known?</title>
      <description>I'm using Microsoft.CodeAnalysis.CSharp.Scripting.CSharpScript, which allows me to specify a globalsType in the Create method.
 The idea with code fragments also solves the problem, thanks.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26598/how-can-i-make-global-variables-known" />
      <a10:updated>2025-07-21T06:54:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">11d3d0b3-d4e4-4674-8d94-c0dd2ff88746-123063</guid>
      <title>Re: How can I make global variables known?</title>
      <description>Hello,
 Global variables aren't really a supported feature in object oriented C#.  Is your editor just editing the interior of a method (via use of header/footer text like in our Code Fragments Qu...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26598/how-can-i-make-global-variables-known" />
      <a10:updated>2025-07-18T20:59:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">11d3d0b3-d4e4-4674-8d94-c0dd2ff88746-123062</guid>
      <title>How can I make global variables known?</title>
      <description>How can I make global variables known in c# syntax editor?For Example to write:var result = myGlobalVar + 10;</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26598/how-can-i-make-global-variables-known" />
      <a10:updated>2025-07-18T13:43:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123059</guid>
      <title>Re: Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>Thank you for providing the sample.  When I run the application, the application is in dark mode and the text is blue, not yellow.  That appears to correspond with the value in the provided vssetti...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-14T19:32:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123058</guid>
      <title>Re: Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>Theme is only applied on start of the application. We listen to the CurrentThemeChanged which then creates the language, then imports the vssettings file. This has worked perfectly in v21. In v25, ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-13T06:20:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123057</guid>
      <title>Re: Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>It is worth noting that changing the color in the color palette does not automatically transfer to any styles that were already configured before the color was changed (as mentioned here).  When th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-11T17:35:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123056</guid>
      <title>Re: Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>Thank you, yes it only affects the dark theme. I'm following this suggestion because we have custom keys. Unfortunately this code has also no effect. The key words color doesn't change.


IHighl...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-11T03:02:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123055</guid>
      <title>Re: Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>Hi Dirk,
 We made some changes in v24 that might be impacting you, especially if you are using a vssettings file just to support dark themes.  If that is the case, please take a look at the v24.1 ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-10T17:12:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f08d8b0f-e7ed-421f-b568-73e9971374a3-123053</guid>
      <title>Upgrading from v21 to v25 the vssettings file is ignored</title>
      <description>We're currently running v21 and we're currently evaluating v25.1. After upgrading, the colors in vssettings file aren't applied.



//calling this after creating the language and registering al...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26597/upgrading-from-v21-to-v25-the-vssettings-file" />
      <a10:updated>2025-07-10T03:16:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d431fdef-ed7a-4f2a-ae2c-849669e8caca-123051</guid>
      <title>Re: How to change the style of the caret?</title>
      <description>The color of the normal single caret is defined by the SyntaxEditor.CaretBrush property.  If that brush is not defined, the fallback logic will be to use a black brush on light backgrounds and a wh...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26596/how-to-change-the-style-of-the-caret" />
      <a10:updated>2025-07-09T17:33:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">473f0c88-24b5-40e4-9b27-48ba230a5186-123052</guid>
      <title>Re: IntelliPrompt completion session performance issue with lots of items</title>
      <description>Thanks for the clarification.
 We're currently using version 25.1 and have been able to reproduce the issue using the sample browser, specifically by modifying example 10 with a large set of items...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26594/intelliprompt-completion-session-performance" />
      <a10:updated>2025-07-09T16:10:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d431fdef-ed7a-4f2a-ae2c-849669e8caca-123050</guid>
      <title>How to change the style of the caret?</title>
      <description>Hi,
 I know that I can change the style of primary and secondary carets when multiple carets are active, but how can I change the style of a single caret?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26596/how-to-change-the-style-of-the-caret" />
      <a10:updated>2025-07-09T12:44:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">473f0c88-24b5-40e4-9b27-48ba230a5186-123049</guid>
      <title>Re: IntelliPrompt completion session performance issue with lots of items</title>
      <description>Hello,
 You can implement ICompletionItemMatcher however you wish.  It doesn't necessarily need to use regular expressions.  RegexCompletionItemMatcherBase and its derived classes do use regular e...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26594/intelliprompt-completion-session-performance" />
      <a10:updated>2025-07-08T19:44:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">473f0c88-24b5-40e4-9b27-48ba230a5186-123048</guid>
      <title>Re: IntelliPrompt completion session performance issue with lots of items</title>
      <description>Hello, thank you for the response.
 We have a few questions:
 We've reviewed the documentation regarding custom item matchers. From what we understand, both implementing ICompletionItemMatcher an...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26594/intelliprompt-completion-session-performance" />
      <a10:updated>2025-07-08T08:07:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">473f0c88-24b5-40e4-9b27-48ba230a5186-123043</guid>
      <title>Re: IntelliPrompt completion session performance issue with lots of items</title>
      <description>Hello,
 Activating shorthand matching with UseShorthand will be the most flexible but if you have an enormous list, it will affect performance the more you type due to it having to use regex match...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26594/intelliprompt-completion-session-performance" />
      <a10:updated>2025-07-03T20:14:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">473f0c88-24b5-40e4-9b27-48ba230a5186-123040</guid>
      <title>IntelliPrompt completion session performance issue with lots of items</title>
      <description>Hello,We are experiencing performance issues with some of our users' applications.  When they edit the code, there are slowdowns. After investigating, it seems to be caused by the filtering of item...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26594/intelliprompt-completion-session-performance" />
      <a10:updated>2025-07-03T15:32:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24fa2736-8f95-4924-af8a-76feea799901-123031</guid>
      <title>Re: How to implement or support nested comments</title>
      <description>Thanks for the detailed explanation, now I understand</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26590/how-to-implement-or-support-nested-comments" />
      <a10:updated>2025-06-24T05:33:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24fa2736-8f95-4924-af8a-76feea799901-123030</guid>
      <title>Re: How to implement or support nested comments</title>
      <description>What you are trying to accomplish is complicated for two primary reasons...

 Both multi-line and documentation comments start with (* ... even though one has an extra *
 Both multi-line and doc...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26590/how-to-implement-or-support-nested-comments" />
      <a10:updated>2025-06-20T20:53:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">24fa2736-8f95-4924-af8a-76feea799901-123029</guid>
      <title>How to implement or support nested comments</title>
      <description>Hi guys,
 I'm trying to implement ST language by using dynamic Lexer, but I've encountered a problem about nested comments could not display the correct syntax highlighting
 The situation is a bi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26590/how-to-implement-or-support-nested-comments" />
      <a10:updated>2025-06-20T06:57:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122980</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>It seems I know why this situation has occurred.
 When setting SyntaxEditor.CanScrollPastDocumentEnd=False in FlowDocument, it does not trigger scrolling, and it appears to be captured.
 It seems...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-28T15:03:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122973</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Hello,
 Thank you for the screenshots.  It looks like you are referring to the SyntaxEditor.CanScrollPastDocumentEnd property, which is true by default.  You'd want to set that to false to make it...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-27T17:27:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122970</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>I corrected my wording, I didn't mean extra blank lines, I meant extra spaces.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-26T13:21:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122969</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Hello, I'm sorry that I took a few days to continue this issue.
 Regarding the extra whitespace issue, you can reproduce it with the following example.
 I put two controls, SyntaxEditor and TextB...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-26T13:19:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122965</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>Hi Dirk,
 Please check out the CollapsedRegionsAdvanced QuickStart as it shows how to inject a text-oriented adornment and it measures the size to do so appropriately.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-22T12:22:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122964</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>Ok, it needs more self-written code than I expected. How can I determine the width of the size? It needs to be the width that the text would use in the syntax editor, but how can I determine the va...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-22T02:41:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122961</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>Hi Dirk,
 Our AdornmentsIntraTextNotes QuickStart shows use of the tag.Size property to reserve space where a button adornment can render.  You'll see that characters on the same line after that t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-21T18:23:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122960</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Hello,
 I'm glad that works, but I'm not sure what extra whitespace you are referring to.  If I set the SyntaxEditor.IsViewLineMeasureEnabled property to true and update your document text to only...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-21T17:38:09Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122959</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>If I set the spacer's size it only moves the adornment. I just cant get it to move the existing chars to the right so the adornment is between the current carret position and the next char to the r...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-21T04:12:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122958</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Great, it works.
 But there is one more question, how do we remove the extra whitespace below?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-21T01:24:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">223592cf-7608-4336-bd75-dd3e0af357cc-122955</guid>
      <title>Re: How should I implement InlineSuggestion in SyntaxEditor?</title>
      <description>Hello,
 We don't have a sample yet showing AI prompts specifically, but the general UI infrastructure should be there in SyntaxEditor to support those kinds of things.  You can inject intra-text a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26565/how-should-i-implement-inlinesuggestion-in-sy" />
      <a10:updated>2025-05-20T20:53:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122956</guid>
      <title>Re: The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Hello,
 SyntaxEditor doesn't auto-size by default since it adds a lot of additional processing.  This documentation topic talks about an option that does enable it.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-20T20:39:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122957</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>Hi Dirk,
 There are two features of SyntaxEditor you want to use, intra-text adornments and intra-line adornments. 
 Intra-line adornments let you render within a single line.  New features in v2...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-20T19:57:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">223592cf-7608-4336-bd75-dd3e0af357cc-122953</guid>
      <title>How should I implement InlineSuggestion in SyntaxEditor?</title>
      <description>As the title indicates, how can I achieve this UI effect?


 Perhaps you can understand this effect from the link below: 
 https://github.com/lyq-lin/ActiproDemo/blob/main/Editor/Image/InlineSu...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26565/how-should-i-implement-inlinesuggestion-in-sy" />
      <a10:updated>2025-05-20T12:15:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02b7e2c6-9c02-46ec-b841-e1f40da50ed3-122952</guid>
      <title>The height of the SyntaxEditor does not seem to be automatically calculated in the RichTextBox's Blo</title>
      <description>Hello, developers of Actipro.
 I am using the SyntaxEditor embedded in a FlowDocument, and it seems that the height of the SyntaxEditor does not automatically adjust based on the height of the cod...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26564/the-height-of-the-syntaxeditor-does-not-seem" />
      <a10:updated>2025-05-20T12:06:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122951</guid>
      <title>Re: Intra-Text Adornment Location - No multiline support</title>
      <description>There is also another issue. Current line is:
 this is a new floor you have
 and the cursor is after the "a" and I'd like to add an adorsement which suggests (adding " very nice"):
 this is a ve...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-20T10:19:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e06ab528-5412-49c1-a91c-ac0e350c9a4c-122950</guid>
      <title>Intra-Text Adornment Location - No multiline support</title>
      <description>(FYI: The platform version selection here on the forum needs to be updated. It only goes up to .NET 6.0) I've tried to newest version because I'm excited about the Intra-Text Adornment Location fea...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26563/intra-text-adornment-location-no-multiline" />
      <a10:updated>2025-05-20T05:17:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122938</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>That worked, Thanks for the through analysis.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-13T09:22:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122936</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>Thank you for providing the steps to reproduce what you were seeing.  The issue appears to be that your ViewModelAwareTagger.GetTags method currently contains test logic to return a SquiggleTag for...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-12T20:24:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">74dcc075-1b3b-42a6-9267-ba5582e45329-122934</guid>
      <title>Re: Lexical Scope End Pattern Group</title>
      <description>Hi Rick,
 I would expect the look-ahead/behind to function the same way for an end scope pattern group as for other usage scenarios.  What would be best is if you can email support with a new simp...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26557/lexical-scope-end-pattern-group" />
      <a10:updated>2025-05-12T20:23:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122933</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>Hi
 Can you please test writing prop[1]? You&amp;rsquo;ll see a squiggly line added by ViewModelAwareTagger, but the Quick Info tooltip ("Happy to see you") defined for the tag doesn&amp;rsquo;t appear on...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-12T06:42:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">74dcc075-1b3b-42a6-9267-ba5582e45329-122932</guid>
      <title>Lexical Scope End Pattern Group</title>
      <description>I'm having an issue trying to get the End Pattern Group of a child state to match in my language's Dynamic Lexer.  The start pattern group is defined as explicit with a pattern value of 'TYPEOF' an...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26557/lexical-scope-end-pattern-group" />
      <a10:updated>2025-05-11T22:36:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122930</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>Thank you for sending the sample.  I've run the sample locally and the QuickInfo is appearing as expected.  All I do is run the sample, type any text in the editor, and then hover over the text wit...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-09T19:01:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5c0da759-1eed-4bf0-960c-2fe53096f673-122928</guid>
      <title>Re: Possible Memory Retention Issue with SyntaxEditor and Automation Peers</title>
      <description>Sorry, but I'm not entirely clear on what you are trying to disable when you say "disable it oursevles" since you also said you don't want to disable UI automation.  Each AutomationPeer class is wh...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26556/possible-memory-retention-issue-with-syntaxed" />
      <a10:updated>2025-05-09T17:54:04Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5c0da759-1eed-4bf0-960c-2fe53096f673-122927</guid>
      <title>Re: Possible Memory Retention Issue with SyntaxEditor and Automation Peers</title>
      <description>Understood. It's a bit unfortunate, but I suppose there's not much we can do on our end aside from possibly opening an issue in the WPF repository.
 Out of curiosity (since we don&amp;rsquo;t want to ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26556/possible-memory-retention-issue-with-syntaxed" />
      <a10:updated>2025-05-09T08:35:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122924</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>The sample is sent</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-09T07:28:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122920</guid>
      <title>Re: Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>Hello,
 Nothing stands out as incorrect there since it appears you are creating the SquiggleTag with a quick info content provider, you said squiggles are appearing, and you've registered the Squi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-08T20:31:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5c0da759-1eed-4bf0-960c-2fe53096f673-122922</guid>
      <title>Re: Possible Memory Retention Issue with SyntaxEditor and Automation Peers</title>
      <description>Unfortunately, this appears to be an issue with how WPF is implemented, so we don't have any specific recommendations related to SyntaxEditor.  It does at least appear that the memory will eventual...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26556/possible-memory-retention-issue-with-syntaxed" />
      <a10:updated>2025-05-08T17:56:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5c0da759-1eed-4bf0-960c-2fe53096f673-122921</guid>
      <title>Possible Memory Retention Issue with SyntaxEditor and Automation Peers</title>
      <description>Hello,We&amp;rsquo;ve observed that SyntaxEditor instances may remain in memory longer than expected after disposal, and memory profiling points to *.Automation.Peers.* as potential references. We're u...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26556/possible-memory-retention-issue-with-syntaxed" />
      <a10:updated>2025-05-08T16:00:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3a99516f-c629-4066-9115-4f3161fdbc42-122919</guid>
      <title>Syntax editor: quick info prompt dose not show on hover of squiggle tag</title>
      <description>The tag squiggle line is present and the parser tags has quick info but my custome tagger shows the squiggle lines but without quick info prompt, how to fix this?
    public ExpressionsSyntaxLangu...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26555/syntax-editor-quick-info-prompt-dose-not-show" />
      <a10:updated>2025-05-08T14:07:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0fa96ab8-bdb5-4cfc-93cf-791318ab7ae0-122916</guid>
      <title>Re: How to catch unhandled exceptions thrown by custom language dll in Client App</title>
      <description>Exactly what I needed and works perfectly.  Thank you!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26553/how-to-catch-unhandled-exceptions-thrown-by-c" />
      <a10:updated>2025-05-07T21:12:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0fa96ab8-bdb5-4cfc-93cf-791318ab7ae0-122914</guid>
      <title>Re: How to catch unhandled exceptions thrown by custom language dll in Client App</title>
      <description>Hi Rick,
 Our event sinks get called through some internal methods.  The event sink concept is geared for public broadcast of some event.  If you only have one bit of logic that would ever occur i...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26553/how-to-catch-unhandled-exceptions-thrown-by-c" />
      <a10:updated>2025-05-07T19:31:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0fa96ab8-bdb5-4cfc-93cf-791318ab7ae0-122913</guid>
      <title>Re: How to catch unhandled exceptions thrown by custom language dll in Client App</title>
      <description>Thanks.  My original thought was to let the client catch any error thrown by the language server since so I can log it and shut it down. But that's not going to work given that I can't mark the eve...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26553/how-to-catch-unhandled-exceptions-thrown-by-c" />
      <a10:updated>2025-05-06T23:06:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0fa96ab8-bdb5-4cfc-93cf-791318ab7ae0-122912</guid>
      <title>Re: How to catch unhandled exceptions thrown by custom language dll in Client App</title>
      <description>Hi Rick,
 I'm curious what kind of unhandled exceptions you'd plan on seeing?  In general, you should be able to design your lexer, parser, etc. language services with proper structured exception ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26553/how-to-catch-unhandled-exceptions-thrown-by-c" />
      <a10:updated>2025-05-06T19:19:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0fa96ab8-bdb5-4cfc-93cf-791318ab7ae0-122910</guid>
      <title>How to catch unhandled exceptions thrown by custom language dll in Client App</title>
      <description>I've written a custom language server for a SQL-like language using the language designer and have implemented it as a C# DLL that my client application consumes.  I'm trying to find a way to catch...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26553/how-to-catch-unhandled-exceptions-thrown-by-c" />
      <a10:updated>2025-05-05T21:30:06Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c4027a0c-c943-490d-92b2-a3eb451be765-122897</guid>
      <title>Re: Help with Custom Lexer Integration in Actipro SyntaxEditor</title>
      <description>Hello,
 Thank you for evaluating SyntaxEditor.  Our SyntaxEditor Getting Started series of QuickStart samples has small examples of how to build a syntax language.  In particular, Getting Started ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26549/help-with-custom-lexer-integration-in-actipro" />
      <a10:updated>2025-04-24T18:48:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c4027a0c-c943-490d-92b2-a3eb451be765-122896</guid>
      <title>Help with Custom Lexer Integration in Actipro SyntaxEditor</title>
      <description>Hi, I'm pretty new to Actipro, and I'm currently evaluating SyntaxEditor as part of a feasibility test before my team considers subscribing.
 Right now, I'm trying to achieve basic syntax highligh...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26549/help-with-custom-lexer-integration-in-actipro" />
      <a10:updated>2025-04-24T08:37:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02bee928-40de-43c1-820f-4893af26a269-122863</guid>
      <title>Re: Does your code editor not support the C++code completion feature</title>
      <description>Hello,
 I'm sorry but we don't have any premium language add-ons with C++ auto-completion at this time.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26542/does-your-code-editor-not-support-the-ccode-c" />
      <a10:updated>2025-03-28T20:23:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">02bee928-40de-43c1-820f-4893af26a269-122862</guid>
      <title>Does your code editor not support the C++code completion feature</title>
      <description>I used your trial version, but it seems that C++does not have auto completion functionality</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26542/does-your-code-editor-not-support-the-ccode-c" />
      <a10:updated>2025-03-28T09:18:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122861</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Hello,
 If you are using intra-line adornments to render that area, you'd fully render it yourself, allowing you to put anything there, including text or graphics.  It would not be included in nor...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-19T19:11:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122860</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Do I need to manually control the indentation and line breaks of the virtual display code marked in the picture, or can the editor format it automatically?
 https://github.com/Jun-GY/Actipro.WPF.D...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-19T12:50:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122857</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Hello,
 v25.1 should be out in the next few weeks.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-17T19:51:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122856</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>When is v25.1 scheduled to be released?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-17T06:38:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122855</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Hello,
 Based on the screenshot, it appears you're trying to show AI prompts both at the end of the current line, and on subsequent lines before the next real document line.  You can accomplish th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-13T20:09:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122854</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>I now want to achieve the same function as the one in the picture. I don't have any solution at the moment. Which events should I subscribe to or what interface should I implement to achieve my goa...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-13T12:59:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122850</guid>
      <title>Re: Does the editor consider supporting AI?</title>
      <description>Hello,
 I moved this to the SyntaxEditor forum instead of Editors, since I assume you are referring to our syntax-highlighting code editor product SyntaxEditor here.
 Since AI is really very lang...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-10T20:52:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">68057f03-94b2-4aac-8b98-5a3631771107-122849</guid>
      <title>Does the editor consider supporting AI?</title>
      <description>We are using the editor function of version 24.1. We plan to make the editor have AI intelligent perception function similar to Cursor ide in the next few months. I wonder if you have any plans for...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26538/does-the-editor-consider-supporting-ai" />
      <a10:updated>2025-03-10T13:28:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">866a4634-2307-41aa-82df-d19ffd33e4ab-122841</guid>
      <title>Re: Sporadic crash in editor</title>
      <description>Hi Tobias,
 OnPointerHoverTimerTick has the same method signature as OnPointerActionTimerTick and is called by the same code stack trace, which is why I asked.  Now knowing the version used, I was...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26535/sporadic-crash-in-editor" />
      <a10:updated>2025-03-04T17:38:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">866a4634-2307-41aa-82df-d19ffd33e4ab-122838</guid>
      <title>Re: Sporadic crash in editor</title>
      <description>Right, that would be 23.1.4, but we recently updated to 24.1.4 and the source code seems to be identical at this point.
 I already said that the crash occurs in "OnPointerHoverTimerTick" and I don...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/26535/sporadic-crash-in-editor" />
      <a10:updated>2025-03-04T08:00:18Z</a10:updated>
    </item>
  </channel>
</rss>