﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>SyntaxEditor for Silverlight - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Sat, 29 Sep 2018 04:50:44 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">67a6082c-d0fa-4ec6-89f0-b885179bdf38-115609</guid>
      <title>Re: Delimiter Highlighting</title>
      <description>Yeah. That gave me the framework I needed. Now I just need to tweak the highlight style and I should be good!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24296/delimiter-highlighting" />
      <a10:updated>2018-09-29T04:50:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">67a6082c-d0fa-4ec6-89f0-b885179bdf38-115608</guid>
      <title>Re: Delimiter Highlighting</title>
      <description>Hi Blair,
 We do this kind of thing in our C# add-on language:
// Register a structure matcher 
this.RegisterStructureMatcher(new StructureMatcher() {
	CloseCurlyBraceTokenId = CSharpTokenId.Cl...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24296/delimiter-highlighting" />
      <a10:updated>2018-09-28T19:17:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">67a6082c-d0fa-4ec6-89f0-b885179bdf38-115607</guid>
      <title>Delimiter Highlighting</title>
      <description>Where can I find a good example of hooking up delimiter (bracket) highlighting using the default structure matcher and delimiter highlighting tagger?
  
 Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24296/delimiter-highlighting" />
      <a10:updated>2018-09-28T18:27:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4b1a8089-7150-40bf-94b9-90b054003055-115424</guid>
      <title>Re: Supported Languages</title>
      <description>Hello,
 There is a free open source SQL syntax language definition that comes in the samples that does basic syntax highlighting. You can see it in the main demo, if you choose SQL from the Langua...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24249/supported-languages" />
      <a10:updated>2018-08-14T18:32:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4b1a8089-7150-40bf-94b9-90b054003055-115423</guid>
      <title>Supported Languages</title>
      <description>Can I use SyntaxEditor for Sql</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24249/supported-languages" />
      <a10:updated>2018-08-14T14:06:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fd7a4664-86f5-4660-b17b-a897804b2817-114618</guid>
      <title>Re: Change Shortcut key tooltip text</title>
      <description>Hi Bill,
 I don't believe we have anything with a ShortcutModifiers property in SyntaxEditor.  Maybe EditActionCommand is a custom class you have?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24037/change-shortcut-key-tooltip-text" />
      <a10:updated>2018-01-18T22:09:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fd7a4664-86f5-4660-b17b-a897804b2817-114617</guid>
      <title>Change Shortcut key tooltip text</title>
      <description>Hi, 
 I'm adding a button to the toolbar with shortcut key Ctrt+Shift+S. See code bellow:
var btn = new EditActionCommand&amp;lt;SaveEditAction&amp;gt;(this, "Save")
      {
        Caption = "Save",
...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/24037/change-shortcut-key-tooltip-text" />
      <a10:updated>2018-01-18T18:57:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dadcc679-5ca9-43ea-8608-fd563000370e-112386</guid>
      <title>Re: TwoWay Binding</title>
      <description>Hi Todd,
 Data binding is supported but it's not enabled by default for performance reasons.  Please see the "SyntaxEditor / User Interface Features / Input/Output Features / Data Binding" topic i...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23498/twoway-binding" />
      <a10:updated>2016-06-29T20:33:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">dadcc679-5ca9-43ea-8608-fd563000370e-112385</guid>
      <title>TwoWay Binding</title>
      <description>I am evaluating the Syntax Editor for XML data.  I have the Syntax Editor control in my view bound to my viewmodel property and the data is loaded correctly, but changes are not pushed back to the ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23498/twoway-binding" />
      <a10:updated>2016-06-29T19:08:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d155a046-136a-4275-8806-cbcc6fa49a10-112292</guid>
      <title>Re: Xml support</title>
      <description>Hello,
 You can load the Xml.langdef that we provide in the Sample Browser project.  Please see the "SyntaxEditor / Language Creation Guide / Loading a Language Definition" topic in the documentat...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23475/xml-support" />
      <a10:updated>2016-06-02T20:18:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5eab1435-7d46-4707-992a-c756acfe2bbf-112289</guid>
      <title>Re: InputBinding does not work</title>
      <description>Hello,
 The other thing to consider is that if the browser isn't intercepting the key, it could be that we already have a SyntaxEditor.InputBindings entry for that key combination.  Did you run th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23471/inputbinding-does-not-work" />
      <a10:updated>2016-06-02T18:41:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d155a046-136a-4275-8806-cbcc6fa49a10-112291</guid>
      <title>Xml support</title>
      <description>Hi there,
 How do I activate basic XML language support without using Addons?
 Thank you,Lex</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23475/xml-support" />
      <a10:updated>2016-06-02T16:00:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5eab1435-7d46-4707-992a-c756acfe2bbf-112287</guid>
      <title>Re: InputBinding does not work</title>
      <description>Regarding JS:
 No, JS is not blocked, IE11 in default configuration on Windows 10. Clicking Create Thread, Complete Order (and now Post Comment) scrolls page on top. In Chrome works fine.
 Regard...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23471/inputbinding-does-not-work" />
      <a10:updated>2016-06-02T09:16:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5eab1435-7d46-4707-992a-c756acfe2bbf-112283</guid>
      <title>Re: InputBinding does not work</title>
      <description>Hi Lex,
 Those hotkeys are intercepted by the browser itself.  Unfortunately if the browser grabs them, then Silverlight (and thus our control) never gets them.  They would probably work if you ra...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23471/inputbinding-does-not-work" />
      <a10:updated>2016-06-01T20:05:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5eab1435-7d46-4707-992a-c756acfe2bbf-112280</guid>
      <title>InputBinding does not work</title>
      <description>Hi there,
 I've just registered my command to show find/replace dialog on Ctrl+F/Ctrl+H.
 However, syntax editor does not call underlying execute method of ICommand.
 This issue is easy to repro...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23471/inputbinding-does-not-work" />
      <a10:updated>2016-06-01T11:44:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4440b43d-c2d2-4d95-89aa-9fa0897c2f8d-111412</guid>
      <title>Re: Integration with JSLint or JSHint</title>
      <description>Hi Kimberley,
 Those libraries are written in JavaScript so you would need some way to execute them from within your Silverlight app.  SyntaxEditor does provide many hooks like the DocumentParseDa...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23266/integration-with-jslint-or-jshint" />
      <a10:updated>2015-11-12T21:41:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4440b43d-c2d2-4d95-89aa-9fa0897c2f8d-111411</guid>
      <title>Integration with JSLint or JSHint</title>
      <description>Is it possible to leverage the validation provided by JSLint or JSHint into the SyntaxEditor? I'm interested in validating user-entered JavaScript to prevent users from not declaring variables with...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23266/integration-with-jslint-or-jshint" />
      <a10:updated>2015-11-12T16:10:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c15533c2-6adf-48f0-a2e8-c0aeed80f4b9-110549</guid>
      <title>Re: Delimiter AutoCompletion</title>
      <description>Hello,
  
 Thank you for your answer, i will do that</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23009/delimiter-autocompletion" />
      <a10:updated>2015-03-13T05:27:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c15533c2-6adf-48f0-a2e8-c0aeed80f4b9-110543</guid>
      <title>Re: Delimiter AutoCompletion</title>
      <description>Hello,
 I'm sorry but there isn't a way to customize that.  That being said, if your indenter provider service inherits DelimiterIndentProvider, you can make it move the '}' to the next line after...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23009/delimiter-autocompletion" />
      <a10:updated>2015-03-12T15:40:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c15533c2-6adf-48f0-a2e8-c0aeed80f4b9-110542</guid>
      <title>Delimiter AutoCompletion</title>
      <description>Hello
 I would like to customize the delimiter auto completion for curly braces.
 When i pressed on "{", i would like the "}" at the start of the next line instead of "{}".
 How could i do it ?
...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/23009/delimiter-autocompletion" />
      <a10:updated>2015-03-12T10:47:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b74c1df7-e53b-4a0f-8151-85a988f6deff-110423</guid>
      <title>Re: Korean Language Bar Does Not Work in C# Editor</title>
      <description>Hello,
 Since SyntaxEditor is a custom control and Silverlight doesn't expose IME support to custom controls, it's likely that Silverlight thinks that SyntaxEditor can't accept IME input and thus ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22978/korean-language-bar-does-not-work-in-c-editor" />
      <a10:updated>2015-02-18T09:11:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">b74c1df7-e53b-4a0f-8151-85a988f6deff-110422</guid>
      <title>Korean Language Bar Does Not Work in C# Editor</title>
      <description>I am using the Lanuage Bar to select my language as Korean with Microsoft IME keyboard (Korean Keyboard causes confusion and should not be installed).  There is a button to click to switch from Han...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22978/korean-language-bar-does-not-work-in-c-editor" />
      <a10:updated>2015-02-17T12:57:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5ba4ce4-a673-42b8-8df2-5091707c5a24-109467</guid>
      <title>Re: Document Binding, Null Reference Exception</title>
      <description>Hi Nathaniel,
 Thank you for the sample, we were able to repro it with that.  It seems like Silverlight is pushing through a null value for SyntaxEditor.Document initially when there is a binding ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22747/document-binding-null-reference-exception" />
      <a10:updated>2014-08-13T13:09:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5ba4ce4-a673-42b8-8df2-5091707c5a24-109465</guid>
      <title>Re: Document Binding, Null Reference Exception</title>
      <description>Hi Actipro,
  
 Thanks again for your quick response.  I'm glad to know that it should work.  That said, it's still causing me issues.  Here's a small reproducible case.
 https://www.dropbox.com...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22747/document-binding-null-reference-exception" />
      <a10:updated>2014-08-13T01:26:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5ba4ce4-a673-42b8-8df2-5091707c5a24-109459</guid>
      <title>Re: Document Binding, Null Reference Exception</title>
      <description>Hi Nathaniel,
 I tried a quick test and it worked ok for me.  It should be supported since the Document property is a dependency property.  That being said, be sure you set it to a non-null value ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22747/document-binding-null-reference-exception" />
      <a10:updated>2014-08-12T11:42:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d5ba4ce4-a673-42b8-8df2-5091707c5a24-109458</guid>
      <title>Document Binding, Null Reference Exception</title>
      <description>I was hoping to be able to bind my SyntaxEditor to a EditorDocument defined in a View Model - e.g.
&amp;lt;editor:SyntaxEditor x:Name="Editor"
                                 Grid.Column="1" 
     ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22747/document-binding-null-reference-exception" />
      <a10:updated>2014-08-11T21:57:03Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0987cf78-7e25-49cf-8cec-30702de6262f-109168</guid>
      <title>Re: Visual Studio 2013 MenuItem Compile Issue</title>
      <description>Hi Clark,
 It sounds like you are missing an assembly reference in your separate project, such as to our Shared Library for Silverlight.  We define a MenuItem control in that.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22673/visual-studio-2013-menuitem-compile-issue" />
      <a10:updated>2014-06-02T13:59:52Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0987cf78-7e25-49cf-8cec-30702de6262f-109167</guid>
      <title>Visual Studio 2013 MenuItem Compile Issue</title>
      <description>When we move to Visual Studio 2013 from VS2010, we are unable to compile the app.  The error we get is as follows:
 Error 3 The type or namespace name 'MenuItem' could not be found (are you missin...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/22673/visual-studio-2013-menuitem-compile-issue" />
      <a10:updated>2014-06-02T11:07:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8aaf93c9-d9a9-4b41-be84-04772d3664f4-107423</guid>
      <title>Re: SyntaxLanguageParsingExtension:  ITextSnapshotReader recognize no tokens</title>
      <description>Thanks for the sample sent to our support address the other day Christel.  For anyone reading this, the problem ended up being that the custom IParser was trying to use a snapshot reader instead of...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21462/syntaxlanguageparsingextension-itextsnapshotr" />
      <a10:updated>2014-01-16T07:06:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8aaf93c9-d9a9-4b41-be84-04772d3664f4-107391</guid>
      <title>Re: SyntaxLanguageParsingExtension:  ITextSnapshotReader recognize no tokens</title>
      <description>...
 And why does the token reading work when parsing the text in the editor itself
 although the language is initialized by the langdef-File as well without a TokenTagger?
 Why does it work wit...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21462/syntaxlanguageparsingextension-itextsnapshotr" />
      <a10:updated>2014-01-09T13:41:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8aaf93c9-d9a9-4b41-be84-04772d3664f4-107388</guid>
      <title>Re: SyntaxLanguageParsingExtension:  ITextSnapshotReader recognize no tokens</title>
      <description>Hi Christel,
 It's hard to say without debugging but the two main things that a reader needs to be able to support token reading is an ILexer service as well as a token tagger provider service, ge...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21462/syntaxlanguageparsingextension-itextsnapshotr" />
      <a10:updated>2014-01-09T13:28:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8aaf93c9-d9a9-4b41-be84-04772d3664f4-107385</guid>
      <title>SyntaxLanguageParsingExtension:  ITextSnapshotReader recognize no tokens</title>
      <description>Hi,
 I use the SyntaxLanguageParsingExtension with Parse(ISyntaxLanguage, Text)
 Before, the SyntaxLanguage is created, and when creating the SyntaxLanguage, it is initialized by a self-defined l...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21462/syntaxlanguageparsingextension-itextsnapshotr" />
      <a10:updated>2014-01-09T06:30:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a527b08e-4c63-4ce4-b99a-fe820491d549-107077</guid>
      <title>Re: ITextChange.DeleteText throw an exception</title>
      <description>Hi Christel,
 Can you make a new simple sample project (as minimal as possible) that shows this happening and email that to our support address?  Then we can debut it.  Mention this thread and ren...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21345/itextchangedeletetext-throw-an-exception" />
      <a10:updated>2013-11-15T15:40:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a527b08e-4c63-4ce4-b99a-fe820491d549-107076</guid>
      <title>Re: ITextChange.DeleteText throw an exception</title>
      <description>Hi,
 I tried this now with the latest build 2013.2 build 161 and the exception still occur.
 Could you help me with this?
  
 Thanks
 Christel</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21345/itextchangedeletetext-throw-an-exception" />
      <a10:updated>2013-11-15T10:53:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">69f045e7-04fe-4c8c-94ca-51b644f6de44-105897</guid>
      <title>Re: Macro Recording and Playback</title>
      <description>Hi Al,
 Yes please do send over your sample to our support address and we'll take a look at it.  Please rename the .zip file extension so it doesn't get spam blocked and reference this thread.  Th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21344/macro-recording-and-playback" />
      <a10:updated>2013-10-25T11:19:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">69f045e7-04fe-4c8c-94ca-51b644f6de44-105896</guid>
      <title>Re: Macro Recording and Playback</title>
      <description>Thanks that gave me a bit of a hint in the right direction but I was unable to load saved macros using the ReadFromXML call.
  
 It appears (to me - and I am usually doing something wrong) there ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21344/macro-recording-and-playback" />
      <a10:updated>2013-10-24T22:30:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a527b08e-4c63-4ce4-b99a-fe820491d549-105887</guid>
      <title>Re: ITextChange.DeleteText throw an exception</title>
      <description>Hi Christel,
 First can you try this in a newer build and let us know if it still happens?  We are on 2013.2 build 161 now and this problem may have been fixed in the past.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21345/itextchangedeletetext-throw-an-exception" />
      <a10:updated>2013-10-24T14:57:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">69f045e7-04fe-4c8c-94ca-51b644f6de44-105882</guid>
      <title>Re: Macro Recording and Playback</title>
      <description>Hi Al,
 I believe you can create a new MacroAction and call ReadFromXml on it to initialize it.  Then just pass that to ExecuteEditAction.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21344/macro-recording-and-playback" />
      <a10:updated>2013-10-24T12:24:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">a527b08e-4c63-4ce4-b99a-fe820491d549-105886</guid>
      <title>ITextChange.DeleteText throw an exception</title>
      <description>Hi,
 I changed my application with Syntax Editor from version 2010.2 Build 0105 to version 2012.2 Build 143
 No I get an exception calling ITextChange.DeleteText(reader.Token.TextRange), where th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21345/itextchangedeletetext-throw-an-exception" />
      <a10:updated>2013-10-24T06:54:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">69f045e7-04fe-4c8c-94ca-51b644f6de44-105881</guid>
      <title>Macro Recording and Playback</title>
      <description>Can someone please give me an example of how to playback specific recorded macros?
  
 I can record a macro with code like:
 Dim _Recordings As New Dictionary(Of String, String)
 Dim s As New S...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21344/macro-recording-and-playback" />
      <a10:updated>2013-10-23T14:56:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">73021b5b-ad2d-4115-9566-3aecedd263e1-103712</guid>
      <title>Re: java code autocomplete</title>
      <description>Hi Johny,
 We include a lot of documentation with the product on its various features.  But probably even better for this sort of question is our "Simple" language series of examples that is the G...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21031/java-code-autocomplete" />
      <a10:updated>2013-04-29T13:47:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">73021b5b-ad2d-4115-9566-3aecedd263e1-103711</guid>
      <title>java code autocomplete</title>
      <description>Hi guys , I am trying to understand how hard it will be to implement autocomplete (intellisence) for java code syntax using your product , is there any plce/documentation that could help me to unde...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/21031/java-code-autocomplete" />
      <a10:updated>2013-04-28T09:41:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">15eb862e-d88e-4d25-8325-294f50619f6c-103595</guid>
      <title>Re: Selection background color after search</title>
      <description>Hi Mark,
 The "inactive" selection color (when SyntaxEditor doesn't have focus) is lighter than the "active" one.  That's probably what you are seeing.
 The SyntaxEditor.SelectionBackgroundActive...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20998/selection-background-color-after-search" />
      <a10:updated>2013-04-11T07:08:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">15eb862e-d88e-4d25-8325-294f50619f6c-103594</guid>
      <title>Re: Selection background color after search</title>
      <description>Actually the selection after the search looks slightly ligther than the selection highlight.
 So my next question: How can I change the color of the selection?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20998/selection-background-color-after-search" />
      <a10:updated>2013-04-11T07:02:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">15eb862e-d88e-4d25-8325-294f50619f6c-103580</guid>
      <title>Re: Selection background color after search</title>
      <description>Hi Mark,
 I believe it just moves the selection to cover the search result text range.  There is no specific highlight at this time.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20998/selection-background-color-after-search" />
      <a10:updated>2013-04-11T07:00:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">15eb862e-d88e-4d25-8325-294f50619f6c-103578</guid>
      <title>Selection background color after search</title>
      <description>How can I change the background color of the search result highlight after searching? (using the EditorSearchView)
 thx</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20998/selection-background-color-after-search" />
      <a10:updated>2013-04-10T07:20:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">05e18226-e7cd-4475-b214-20d5cdccc51c-103509</guid>
      <title>Re: editorsearchview end of search notification</title>
      <description>Thanks ResultSet.Wrapped was exactly what I needed.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20969/editorsearchview-end-of-search-notification" />
      <a10:updated>2013-04-02T13:54:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">05e18226-e7cd-4475-b214-20d5cdccc51c-103505</guid>
      <title>Re: editorsearchview end of search notification</title>
      <description>Hi Al,
 There is a SyntaxEditor.ViewSearch event available that passes the result set.  You can see how we use that in the SearchFindResults QuickStart.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20969/editorsearchview-end-of-search-notification" />
      <a10:updated>2013-04-02T10:02:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">05e18226-e7cd-4475-b214-20d5cdccc51c-103503</guid>
      <title>Re: editorsearchview end of search notification</title>
      <description>I only see the SearchResultSet as available when programatically searching (not using editorSearchView). Am I missing how to reference the results in the docs or will I have to write a search/repla...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20969/editorsearchview-end-of-search-notification" />
      <a10:updated>2013-04-01T13:02:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">05e18226-e7cd-4475-b214-20d5cdccc51c-103485</guid>
      <title>Re: editorsearchview end of search notification</title>
      <description>Hi Al,
 Unfortunately it doesn't look like we report if the search start offset was passed.  The result set does indicate if wrapping was performed though (wrapped past the end of the document).  ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20969/editorsearchview-end-of-search-notification" />
      <a10:updated>2013-04-01T09:19:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">05e18226-e7cd-4475-b214-20d5cdccc51c-103484</guid>
      <title>editorsearchview end of search notification</title>
      <description>Is there any way to detect when the user has searched through the entire document with editorSearchView and there are no more matches.  Currently clicking find after the last result (or with no res...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20969/editorsearchview-end-of-search-notification" />
      <a10:updated>2013-03-29T12:24:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103483</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>That was a good suggestion. It turned out my session was being closed because my mouse-hover handling code was kicking in and requesting another session be opened.
 I think I'm pretty much there n...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-29T05:23:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103464</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Oh, you're tricky! :)  I'm not sure offhand, we'd probably need to debug it.  You might be able to determine it yourself if you put a breakpoint in the session's Closed event handler and see the st...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-22T15:44:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103463</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>I did actually mean that interacting with content in the popup is causing the problem. The SyntaxEditor that's causing the problem is hosted inside the tooltip.
 The interaction goes like this:

...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-22T12:12:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103460</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Oh, I see... you meant SyntaxEditor's scrollbars.  Sorry I thought you meant some that you perhaps put in your popup.
 Could you put together a new simple sample project that shows the issue and w...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-22T12:04:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103459</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>I would have thought that the scrollbars (which are actually part of an Actipro SyntaxEditor which we're hosting in the toolip) would already be marking the event as handled.
 My guess was that th...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-22T09:44:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103450</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Hi Samuel,
 Hmm... what if you set e.Handled = true from your scrollbar event?  I wonder if that would prevent our code from getting it then?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-22T09:25:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103449</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Thanks for the suggestion. That gets me most of the way there. The trouble is now that the tooltip is closing prematurely when I interact with content inside it - it has scroll bars for instance, a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-21T13:37:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103387</guid>
      <title>Re: How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Hi Samuel,
 That is correct, the quick info mechanism (when opened via the mouse at least) is intended to hide itself as soon as you move outside of the target range.
 That being said if you open...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-15T09:13:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f10de865-b650-4b0c-ac22-c1311a5144bd-103384</guid>
      <title>How to implement feature like Visual Studio debugger tooltips?</title>
      <description>Hi,
     I'd like to implement a feature like Visual Studio's debugger tooltips in Silverlight SyntaxEditor. What I want is that hovering over a certain kind of tagged text (actually an item id) s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20945/how-to-implement-feature-like-visual-studio-d" />
      <a10:updated>2013-03-14T11:39:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d50564c-2d72-4d92-8fc7-60f6824da9f9-103217</guid>
      <title>Re: Setting TextOptions.TextFormattingMode="Display" causes cursor to be rendered incorrectly in SyntaxE</title>
      <description>Hi Samuel,
 Please see today's blog post.  In the 2013.1 version we are moving to Silverlight 5 and have updated all of SyntaxEditor to use the current TextFormattingMode setting.
 http://blog.ac...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20520/setting-textoptionstextformattingmodedisplay" />
      <a10:updated>2013-02-22T12:44:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">093bb65b-f9ce-4d58-85da-c65be6af0b14-102773</guid>
      <title>Re: CSharpSyntaxLanguage.RegisterProjectAssembly methods - add custom assembly</title>
      <description>Thanks, that exactly the solutiuon. Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20766/csharpsyntaxlanguageregisterprojectassembly-m" />
      <a10:updated>2012-12-21T19:58:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">093bb65b-f9ce-4d58-85da-c65be6af0b14-102766</guid>
      <title>Re: CSharpSyntaxLanguage.RegisterProjectAssembly methods - add custom assembly</title>
      <description>Hi,
 Check out the "Assemblies" topic in the documentation for the .NET Languages Add-on.  The last section tells how you can make cache files of reflection data and load those up.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20766/csharpsyntaxlanguageregisterprojectassembly-m" />
      <a10:updated>2012-12-21T13:31:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">093bb65b-f9ce-4d58-85da-c65be6af0b14-102764</guid>
      <title>CSharpSyntaxLanguage.RegisterProjectAssembly methods - add custom assembly</title>
      <description>Hi,
 I noticed CSharpSyntaxLanguage.RegisterProjectAssembly might be utilized to load custom assembly for the intellisense features. 
 Just wonder how could I load custom assembly, which is not i...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20766/csharpsyntaxlanguageregisterprojectassembly-m" />
      <a10:updated>2012-12-21T07:18:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d50564c-2d72-4d92-8fc7-60f6824da9f9-101819</guid>
      <title>Re: Setting TextOptions.TextFormattingMode="Display" causes cursor to be rendered incorrectly in SyntaxE</title>
      <description>Hi Samuel,
 The problem here is that due to Silverlight not having any sort of text rendering framework, we have to resort to behind the scenes hacks involving TextBlock to achieve measuring of te...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20520/setting-textoptionstextformattingmodedisplay" />
      <a10:updated>2012-09-14T10:34:25Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1d50564c-2d72-4d92-8fc7-60f6824da9f9-101818</guid>
      <title>Setting TextOptions.TextFormattingMode="Display" causes cursor to be rendered incorrectly in SyntaxE</title>
      <description>We've just discovered this bug - not sure if this is the correct place to report it?
 If you set TextOptions.TextFormattingMode="Display" on the SyntaxEditor control, or any of its visual parents ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20520/setting-textoptionstextformattingmodedisplay" />
      <a10:updated>2012-09-13T10:21:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad7c2049-46ed-4b6e-9846-0d8e2de19cc1-101725</guid>
      <title>Re: when InsertText</title>
      <description>thanks for your help.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20476/when-inserttext" />
      <a10:updated>2012-09-03T21:46:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad7c2049-46ed-4b6e-9846-0d8e2de19cc1-101724</guid>
      <title>Re: when InsertText</title>
      <description>ok,
 I do it with code like:
 code="a=['ss'];[r]b=Dicationary[str,object]() [r]";
 code=code.replace('[r]','\r')
 then can build multi-line document text in silverlight</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20476/when-inserttext" />
      <a10:updated>2012-09-03T21:41:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad7c2049-46ed-4b6e-9846-0d8e2de19cc1-101691</guid>
      <title>Re: when InsertText</title>
      <description>Hi, do you mean that you are putting \r\n in your XAML?  If so, XAML doesn't recognize those character sequences as special characters.  Many of our samples show how you can build multi-line docume...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20476/when-inserttext" />
      <a10:updated>2012-08-30T13:44:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ad7c2049-46ed-4b6e-9846-0d8e2de19cc1-101685</guid>
      <title>when InsertText</title>
      <description>When I used that code in silverlight with IronPython.
xaml:&amp;lt;app:ButtonEx Content="PageData传值" ActionParam="a=['ss']; \r\n b=Dicationary[str,object]()\r\n" /&amp;gt;
IronPython:
code=ButtonEx.Acti...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20476/when-inserttext" />
      <a10:updated>2012-08-30T02:51:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ffe46bfc-e014-4a2b-adc1-b78d085acbf2-100849</guid>
      <title>Re: Language Parser</title>
      <description>Hi Marco,
 With today's 2012.1 version release, you now can purchase the Silverlight SyntaxEditor standalone.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20065/language-parser" />
      <a10:updated>2012-05-10T15:22:22Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e9b54b16-8695-4414-b719-8f4a8eefa3df-100591</guid>
      <title>Re: SE3 -&gt; SE4 -&gt; Silverlight Upgrade Path</title>
      <description>The current version has the topic as well.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20157/se3-se4-silverlight-upgrade-path" />
      <a10:updated>2012-04-16T21:05:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e9b54b16-8695-4414-b719-8f4a8eefa3df-100589</guid>
      <title>Re: SE3 -&gt; SE4 -&gt; Silverlight Upgrade Path</title>
      <description>Where can I get the V4 docs?  I don't see any evaluation download for that version on this site.
  
 Thanks,
 -Al</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20157/se3-se4-silverlight-upgrade-path" />
      <a10:updated>2012-04-16T16:41:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e9b54b16-8695-4414-b719-8f4a8eefa3df-100588</guid>
      <title>Re: SE3 -&gt; SE4 -&gt; Silverlight Upgrade Path</title>
      <description>Hi Al,
 There is a "Converting to v4.0" topic in the v4.0 documentation.  That might help you out.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20157/se3-se4-silverlight-upgrade-path" />
      <a10:updated>2012-04-16T15:41:15Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e9b54b16-8695-4414-b719-8f4a8eefa3df-100587</guid>
      <title>SE3 -&gt; SE4 -&gt; Silverlight Upgrade Path</title>
      <description>I'm trying to upgrade an SE3 Windows Form app.  I have a working xml file that describes the custom language in SE3.  I'm having a little bit of trouble converting everything it to the new format (...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20157/se3-se4-silverlight-upgrade-path" />
      <a10:updated>2012-04-16T15:32:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea7c73f8-944d-436f-9c3f-eeb0d245de83-100586</guid>
      <title>Re: GettingStarted01 Question.</title>
      <description>Thanks, that got it.  SyntaxEditorHelper LoadLanguageDefinitionFromResourceStream wasn't finding the .langdef and was returning SyntaxLanguage.PlainText.
  
 -Al</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20155/gettingstarted01-question" />
      <a10:updated>2012-04-16T12:57:47Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea7c73f8-944d-436f-9c3f-eeb0d245de83-100579</guid>
      <title>Re: GettingStarted01 Question.</title>
      <description>Hi Al,
 You'd have to debug through the SyntaxEditorHelper method to see if a null value is getting returned somewhere there.  I would think it would work fine if the language is properly being lo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20155/gettingstarted01-question" />
      <a10:updated>2012-04-13T13:56:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ea7c73f8-944d-436f-9c3f-eeb0d245de83-100576</guid>
      <title>GettingStarted01 Question.</title>
      <description>I'm contemplating updating my old (v3) Syntax Editor for Winforms to Silverlight.  Looking at the sample app it appears that all I need to do to get the GettingStarted01 working is start a new Silv...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20155/gettingstarted01-question" />
      <a10:updated>2012-04-13T11:11:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">83fb230e-74b3-4395-b8c6-fd0437b5fa8b-100570</guid>
      <title>Re: Highlighting Control Change Dialog</title>
      <description>Hi Clark,
 While that feature is in the WPF version of SyntaxEditor, it is not in the Silverlight version.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20152/highlighting-control-change-dialog" />
      <a10:updated>2012-04-12T07:36:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">83fb230e-74b3-4395-b8c6-fd0437b5fa8b-100569</guid>
      <title>Highlighting Control Change Dialog</title>
      <description>We noticed in the March 1, 2012 Blog posting by Bill that there was a screen shot of a dialog that allowed the picking of colors for the various highlightly types such as current line, comments etc...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20152/highlighting-control-change-dialog" />
      <a10:updated>2012-04-11T18:49:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ffe46bfc-e014-4a2b-adc1-b78d085acbf2-100245</guid>
      <title>Re: Language Parser</title>
      <description>Hi Marco,
 1) Not yet but for the 2012.1 version, we're probably going to start selling individual Silverlight controls in addition to the bundle.
 2) Sorry not at this time but if you are buying...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20065/language-parser" />
      <a10:updated>2012-03-14T07:21:33Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ffe46bfc-e014-4a2b-adc1-b78d085acbf2-100236</guid>
      <title>Re: Language Parser</title>
      <description>Ok, so:

 is it possibile having Syntax Editor for silvelight without the other controls?
 is there a bundle for the entire Syntax Editor (WPF, Silverlight, Language AddOns) tools?
 is there a ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20065/language-parser" />
      <a10:updated>2012-03-14T00:42:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ffe46bfc-e014-4a2b-adc1-b78d085acbf2-100229</guid>
      <title>Re: Language Parser</title>
      <description>Hi Marco,
 The Silverlight SyntaxEditor is based on the Silverlight runtime so unfortunately it can only be used from within a Silverlight project. 
 That being said, you could also get a license...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20065/language-parser" />
      <a10:updated>2012-03-13T10:36:30Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ffe46bfc-e014-4a2b-adc1-b78d085acbf2-100227</guid>
      <title>Language Parser</title>
      <description>Is the entire support for language parser a separate component from Silverlight?
 I'm more precise: if I acquire a Silverlight parser, can I parse source code directly in ASP.NET (host project) or...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20065/language-parser" />
      <a10:updated>2012-03-13T06:28:20Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fa53b637-2a9d-46f0-834c-b5f1f4e8c5aa-100042</guid>
      <title>Re: EditorSearchView - populating the Find-What box with text selected in the editor</title>
      <description>Hi Anita,
 The EditorSearchView.SearchOptions property is a IEditorSearchOptions. That is what has the find text, replace text, match case, etc. options on it. So you can set the FindText property...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20021/editorsearchview-populating-the-find-what-b" />
      <a10:updated>2012-02-21T15:21:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">fa53b637-2a9d-46f0-834c-b5f1f4e8c5aa-100041</guid>
      <title>EditorSearchView - populating the Find-What box with text selected in the editor</title>
      <description>Hi,
 Is it possible to populate the Find-What box of the EditorSearchView with the text selected in the associated editor control?
 I've read the documentation, but do not see any property nor me...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/20021/editorsearchview-populating-the-find-what-b" />
      <a10:updated>2012-02-21T05:04:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09457843-584d-484e-80c0-f5892bb33c30-22321</guid>
      <title>Re: Collapse to Definition</title>
      <description>Hello, the &amp;quot;SyntaxEditor Outlining and Collapsing Features&amp;quot; documentation topics talk about outlining.  Specifically the &amp;quot;Code Outlining (Folding)&amp;quot; topic lists the command for c...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/6100/collapse-to-definition" />
      <a10:updated>2011-10-31T13:51:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">09457843-584d-484e-80c0-f5892bb33c30-22318</guid>
      <title>Collapse to Definition</title>
      <description>Hello,
How can I do &amp;quot;collapse to definitions&amp;quot; (Cntr-M, O in VS2010) with Code Editor

Regards</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/6100/collapse-to-definition" />
      <a10:updated>2011-10-31T08:36:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bcb0f6cc-1f21-4970-a7e6-59cee47ad18a-22103</guid>
      <title>Re: Looking for guidance (easy)</title>
      <description>Hi Barry,

Thanks for evaluating SyntaxEditor.  Yes we do include a lot of samples for SyntaxEditor, but we do it so that we demonstrate each feature area in a separate example.  Thus when you wa...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/6031/looking-for-guidance-easy" />
      <a10:updated>2011-09-26T12:57:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">bcb0f6cc-1f21-4970-a7e6-59cee47ad18a-22099</guid>
      <title>Looking for guidance (easy)</title>
      <description>I&amp;#39;m evaluating Actipro SyntaxEditor for Silverlight and am overwhelmed with the sample code (80 or so QuickStart projects for SyntaxEditor alone!?)

All I&amp;#39;m looking for is: A code editor ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/6031/looking-for-guidance-easy" />
      <a10:updated>2011-09-26T06:33:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">96baa240-ebf5-421b-8887-7e5464e40a97-21818</guid>
      <title>Re: Code Fragments</title>
      <description>Just FYI, as described in this blog post, we&amp;#39;ve implemented new code fragment editing features for the upcoming 2011.2 version of SyntaxEditor for WPF/Silverlight.
http://blog.actiprosoftware....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5576/code-fragments" />
      <a10:updated>2011-08-18T13:34:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7a8b40c4-62f6-42ae-920b-cef6ebe8a3db-21774</guid>
      <title>Re: Switch off ScrollBar</title>
      <description>Just FYI, per this blog post, single-line edit mode has been completed and is ready for the upcoming 2011.2 versions of SyntaxEditor for WPF/Silverlight:
http://blog.actiprosoftware.com/post/2011/...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5319/switch-off-scrollbar" />
      <a10:updated>2011-08-16T12:10:57Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c648a1a-07a0-4c6a-b702-04aa7f50a12a-21571</guid>
      <title>Re: EditorSearchView - Disable "Quick Replace"</title>
      <description>Sorry, not right now unless you retemplate the control.  We&amp;#39;ll add an IsModeToolBarVisible property for the next version that will help you with this.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5896/editorsearchview-disable-quick-replace" />
      <a10:updated>2011-07-27T14:28:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">4c648a1a-07a0-4c6a-b702-04aa7f50a12a-21566</guid>
      <title>EditorSearchView - Disable "Quick Replace"</title>
      <description>Is there a way to have only Find and not the replace functionality. This is required for us to support finding text in &amp;quot;Read-Only&amp;quot; documents.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5896/editorsearchview-disable-quick-replace" />
      <a10:updated>2011-07-27T09:17:11Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2429997a-ad46-4f06-bbcd-89c05ca6b034-21536</guid>
      <title>Re: Best way to bind Command to IEditAction with MVVM</title>
      <description>Hi Andre,

The reason we don&amp;#39;t show command usage in our SDI Editor demo&amp;#39;s toolbar is that native Buttons don&amp;#39;t support CommandTarget, which is what you need to have for them to be us...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5883/best-way-to-bind-command-to-ieditaction-with" />
      <a10:updated>2011-07-22T13:35:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">2429997a-ad46-4f06-bbcd-89c05ca6b034-21529</guid>
      <title>Best way to bind Command to IEditAction with MVVM</title>
      <description>I am new to Silverlight, Actipro, and novice at MVVM.
I am trying to use the &amp;lt;shared:ToolBar /&amp;gt; and the &amp;lt;editor:SyntaxEditor /&amp;gt;.
&amp;lt;shared:ToolBar ..&amp;gt;
&amp;lt;Button Command=&amp;quot;{B...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5883/best-way-to-bind-command-to-ieditaction-with" />
      <a10:updated>2011-07-21T18:33:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d9ed2488-0ccb-436c-b3d6-fff2b3c5e1dd-21430</guid>
      <title>Re: EditorSearchView Mode</title>
      <description>Ok, the toolbar button checked state is fixed for the upcoming build.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5855/editorsearchview-mode" />
      <a10:updated>2011-07-07T09:51:34Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d9ed2488-0ccb-436c-b3d6-fff2b3c5e1dd-21428</guid>
      <title>Re: EditorSearchView Mode</title>
      <description>Oh, do you mean a &amp;quot;selected&amp;quot; or &amp;quot;checked&amp;quot; look on the buttons?  By mentioning focus, I thought you meant keyboard focus.  I&amp;#39;ll look at the selected state now to see what&amp;#39...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5855/editorsearchview-mode" />
      <a10:updated>2011-07-07T09:33:23Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d9ed2488-0ccb-436c-b3d6-fff2b3c5e1dd-21427</guid>
      <title>Re: EditorSearchView Mode</title>
      <description>I want to implement the similar function as in Visual Studio with key bindings.  When I set the search mode to &amp;#39;Find&amp;#39; or &amp;#39;Replace&amp;#39; based on the hot key that user presses, the search...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5855/editorsearchview-mode" />
      <a10:updated>2011-07-07T09:30:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d9ed2488-0ccb-436c-b3d6-fff2b3c5e1dd-21426</guid>
      <title>Re: EditorSearchView Mode</title>
      <description>When I press Ctrl+F or Ctrl+H in Visual Studio it picks the correct mode (like what you are doing) but sets focus to the Find textbox, not to the mode buttons.  This allows the user to start typing...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5855/editorsearchview-mode" />
      <a10:updated>2011-07-07T09:06:22Z</a10:updated>
    </item>
  </channel>
</rss>