﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>CodeHighlighter for ASP.NET - Recent Posts</title>
    <description />
    <copyright>Copyright © 1999-2026 Actipro Software LLC. All Rights Reserved.</copyright>
    <lastBuildDate>Tue, 26 Jun 2012 10:27:54 Z</lastBuildDate>
    <ttl>60</ttl>
    <item>
      <guid isPermaLink="false">ecd7f209-df10-4f69-8ad6-f3c440ee893f-101204</guid>
      <title>Re: Is possible to hide or scroll the overflow?</title>
      <description>You have to use the white-space property of CSS. With the following and some simple CSS a horizontal scrollbar can be accomplished:
&amp;lt;pre class="highlighter"&amp;gt;&amp;lt;cdh:CodeHighlighter runat="se...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4549/is-possible-to-hide-or-scroll-the-overflow" />
      <a10:updated>2012-06-26T10:27:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7d924d55-f4d0-4bfa-8e12-c03567daf4ca-21332</guid>
      <title>Re: set the text and outlining node</title>
      <description>Hi ZhangKui,

You have to use a code-behind class for your language to achieve outlining.  The samples show how to set the collapsed text (such as in the CssDynamicSyntaxLanguage.SetOutliningNode...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5826/set-the-text-and-outlining-node" />
      <a10:updated>2011-06-24T13:10:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7d924d55-f4d0-4bfa-8e12-c03567daf4ca-21325</guid>
      <title>set the text and outlining node</title>
      <description>I want to know how to set the text to display when an outlining node is collapsed,
i also need to set the collapsible area just from start token to end token,
not start with &amp;quot;{&amp;quot;,then en...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/5826/set-the-text-and-outlining-node" />
      <a10:updated>2011-06-24T08:21:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16822</guid>
      <title>Re: Setting the font</title>
      <description>I&amp;#39;ve fixed this issue. Now i don&amp;#39;t set anything to the tag SPAN and others TAGs like this one. Thanks for your advice.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-28T06:12:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecd7f209-df10-4f69-8ad6-f3c440ee893f-16821</guid>
      <title>Re: Is possible to hide or scroll the overflow?</title>
      <description>OK! Thanks for your response.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4549/is-possible-to-hide-or-scroll-the-overflow" />
      <a10:updated>2010-01-28T06:09:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecd7f209-df10-4f69-8ad6-f3c440ee893f-16803</guid>
      <title>Re: Is possible to hide or scroll the overflow?</title>
      <description>Jortx,

We wrap our PRE tags with a div like this:
&amp;lt;div class=&amp;quot;ForumPostCode&amp;quot;&amp;gt;&amp;lt;pre&amp;gt;...&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;Then here is our CSS for that:
.ForumPostCode { margin: 0.5em...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4549/is-possible-to-hide-or-scroll-the-overflow" />
      <a10:updated>2010-01-27T15:51:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16801</guid>
      <title>Re: Setting the font</title>
      <description>Well that is how CSS works.  We use SPANs to set font attributes so if you apply a global font-family to SPAN tags then it will be applied to anything we do.  I would never recommend setting a glob...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-27T15:34:26Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecd7f209-df10-4f69-8ad6-f3c440ee893f-16795</guid>
      <title>Re: Is possible to hide or scroll the overflow?</title>
      <description>Ok.
I&amp;#39;ve tried to set a fix width to the PRE, and then it works. I can see the scroll bars.
So, without setting a fix with, is there a way to show the scroll bars when the content is biger?
...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4549/is-possible-to-hide-or-scroll-the-overflow" />
      <a10:updated>2010-01-27T08:44:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">ecd7f209-df10-4f69-8ad6-f3c440ee893f-16791</guid>
      <title>Is possible to hide or scroll the overflow?</title>
      <description>Hi,
I&amp;#39;m trying to write a few chars in the same line, inside the control, and the result is the PRE gets bigger than the screen, in place of show the scroll bars o hide the overflow.
I&amp;#39;ve...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4549/is-possible-to-hide-or-scroll-the-overflow" />
      <a10:updated>2010-01-27T06:55:07Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16787</guid>
      <title>Re: Setting the font</title>
      <description>YES! Is it!
If you set a default font to the SPAN html control in yous CSS style sheet, then you are not able to change the CodeHighlighter Control Font.
Maybe should be a way to set the font in ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-27T03:10:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16786</guid>
      <title>Re: Setting the font</title>
      <description>Thanks a lot.
You are right, it should be something like this, but i&amp;#39;m trying to explain that is not easy to change by the &amp;quot;logical&amp;quot; ways.
No change with this:
&amp;lt;pre style=&amp;quot;...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-27T03:00:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16782</guid>
      <title>Re: Setting the font</title>
      <description>I was able to change it by putting a CSS style on the PRE that should surround the control:
&amp;lt;pre style=&amp;quot;font-family: Arial;&amp;quot;&amp;gt;&amp;lt;CH:CodeHighlighter runat=&amp;quot;server&amp;quot; ID=&amp;quo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-26T16:16:54Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3fb28f04-aa2d-431c-b585-8f5946c290af-16771</guid>
      <title>Setting the font</title>
      <description>Hi!
I have a very simple question... &amp;#191;How to change the font used in the control?
Is very nice that the font used, be the default font, but i need to change the font, and is being very diffi...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/4546/setting-the-font" />
      <a10:updated>2010-01-26T11:52:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a41ce17-9f42-4604-bd3c-b50d5a868031-14223</guid>
      <title>Re: medium trust</title>
      <description>Well it needs the dll files marked as redistributable in the Readme to be placed in your ASP.NET site&amp;#39;s bin folder.  Then you&amp;#39;d also need to set up your web.config like in the sample.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3845/medium-trust" />
      <a10:updated>2009-04-24T11:22:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a41ce17-9f42-4604-bd3c-b50d5a868031-14220</guid>
      <title>Re: medium trust</title>
      <description>I have site at shared host.
What I need to do or tell my web provider to start using codehighlighter.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3845/medium-trust" />
      <a10:updated>2009-04-23T19:12:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a41ce17-9f42-4604-bd3c-b50d5a868031-14211</guid>
      <title>Re: medium trust</title>
      <description>I believe CodeHighlighter works in partial trust.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3845/medium-trust" />
      <a10:updated>2009-04-23T13:43:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9a41ce17-9f42-4604-bd3c-b50d5a868031-14204</guid>
      <title>medium trust</title>
      <description>does latest version of CodeHighlighter work in medium trust?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3845/medium-trust" />
      <a10:updated>2009-04-23T08:57:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11778</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Sorry but not right now since all CodeHighlighter outputs is raw HTML code.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-21T09:25:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11772</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Hi Again

After deeper investigation i found that it will be more useful to have client side functions for highlighting lines or pieces of code.1. Select piece of code
2. Select line(s) it&amp;#39;s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-20T13:11:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11745</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Not sure yet but our SyntaxEditor for WPF product is under heavy development now and that means that work is progressing on the improved document/parsing library that will eventually be used for Co...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-13T14:52:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11740</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Quote:&amp;#xA;So the next major version of CodeHighlighter will be using this updated assembly and we hope to add support for things like span indicators at that time. 

I&amp;#39;ll be waiting :) Appro...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-13T04:22:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11735</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Hi Svyatoslav,

Thanks for the suggestions.  No updates yet, however right now we are working on the next major version of our document/parsing engine as we develop our WPF version of SyntaxEdito...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-11T12:05:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-11733</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Hi All,

Is tehere some news for this feature?
I need to highlight some lines of code with different background and i see that i will need additional HTML parsing. It&amp;#39;s possible but i&amp;#39;m ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2008-08-10T00:03:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7fb75e6e-9191-4c08-bf22-cbe95ccdbe44-11153</guid>
      <title>Re: Indentation and code formatting</title>
      <description>Only if the language implementation supports formatting.  Our Web Languages Add-on&amp;#39;s XML language does support document formatting but that&amp;#39;s the only one we currently provide that does hav...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3018/indentation-and-code-formatting" />
      <a10:updated>2008-05-27T07:25:04Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">7fb75e6e-9191-4c08-bf22-cbe95ccdbe44-11150</guid>
      <title>Indentation and code formatting</title>
      <description>Hi,

I&amp;#39;m using the code formatting library in a managed code application (Office Addin).  The formatting is working fine (syntax coloring).   I was wondering if there was anyway to have the e...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/3018/indentation-and-code-formatting" />
      <a10:updated>2008-05-26T19:12:39Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10937</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>Hi,
The problem is solved. This was my code:

&amp;lt;cc1:CodeHighlighter ID=&amp;quot;codeHighlighter&amp;quot; runat=&amp;quot;server&amp;quot; LanguageKey=&amp;#39;&amp;lt;%# Eval(&amp;quot;Language&amp;quot;) %&amp;gt;&amp;#39;&amp;gt;
 ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-04-12T18:53:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aee8f28d-f474-46cf-b886-930134946a6a-10934</guid>
      <title>Re: Use CodeHighlighter directly in code</title>
      <description>Hi,

okay, thanks for your reply, I&amp;#39;ll try to get it to work on the upcoming weekend ...

Cheerio,


Golo</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2957/use-codehighlighter-directly-in-code" />
      <a10:updated>2008-04-11T06:53:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aee8f28d-f474-46cf-b886-930134946a6a-10933</guid>
      <title>Re: Use CodeHighlighter directly in code</title>
      <description>Looks like the Troubleshooting topic is only in the SyntaxEditor control help.  Here is the part that is is referring to:

If you copy one of our dynamic language definition samples from the samp...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2957/use-codehighlighter-directly-in-code" />
      <a10:updated>2008-04-11T06:50:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aee8f28d-f474-46cf-b886-930134946a6a-10932</guid>
      <title>Re: Use CodeHighlighter directly in code</title>
      <description>Hi,

thanks for your reply.

For the most languages I have gotten it to work now using the following code:
CodeHighlighterEngine engine = new CodeHighlighterEngine();
SyntaxLanguage language ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2957/use-codehighlighter-directly-in-code" />
      <a10:updated>2008-04-11T06:36:36Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aee8f28d-f474-46cf-b886-930134946a6a-10931</guid>
      <title>Re: Use CodeHighlighter directly in code</title>
      <description>1) You can create a CodeHighlighterEngine object and call its GenerateHtmlInline method.  

Dynamic languages can be loaded from the DynamicSyntaxLanguage.LoadFromXml static method.  It&amp;#39;s on ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2957/use-codehighlighter-directly-in-code" />
      <a10:updated>2008-04-11T06:24:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">aee8f28d-f474-46cf-b886-930134946a6a-10929</guid>
      <title>Use CodeHighlighter directly in code</title>
      <description>Hi there,

I have got some questions regarding your CodeHighlighter component.

1. Do you have a working (!) example on how to use CodeHighlighter directly in code? In all examples I could find...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2957/use-codehighlighter-directly-in-code" />
      <a10:updated>2008-04-10T13:06:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10862</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>Could you put together a simple web site project that shows all this happening and email it over so that we can debug with it to make sure we correct the issue properly?  Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-31T07:45:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10860</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>The following code does output the content as requested:

&amp;lt;ItemTemplate&amp;gt;
&amp;lt;pre&amp;gt;
  &amp;lt;%# Eval(&amp;quot;Body&amp;quot;) %&amp;gt;  
&amp;lt;/pre&amp;gt;
&amp;lt;/ItemTemplate&amp;gt;
The same problem occurs ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-28T13:56:51Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10859</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>It sounds like one of two things:
1) Your binding is wrong and doesn&amp;#39;t send any content through, or
2) Our control initially runs with the default value (blank) before your binding is execute...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-28T13:03:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10856</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>Hi,

The language problem seems to be solved.


This is the code for my ListView and data source:

&amp;lt;asp:ListView ID=&amp;quot;ListView1&amp;quot; runat=&amp;quot;server&amp;quot; DataKeyNames=&amp;quot;Id&amp;qu...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-28T08:06:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10855</guid>
      <title>Re: Nesting in a ListView control does not display code</title>
      <description>For the first issue, I&amp;#39;m not sure what would cause it not to output anything unless somehow you weren&amp;#39;t populating the input to the control properly.  Maybe try hardcoding input to see if i...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-28T06:38:17Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e0f22cd3-4444-4a9e-9456-999712872adb-10853</guid>
      <title>Nesting in a ListView control does not display code</title>
      <description>Hello,

I&amp;#39;m trying to nest the SyntaxHighlighter Control in a ListView
The ListVIew is bound to a LinqDataSource

The first problem is that while the ListView works
and multiple syntaxhig...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2939/nesting-in-a-listview-control-does-not-displa" />
      <a10:updated>2008-03-27T16:40:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-9980</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Hi Matt,

What I&amp;#39;m saying is this... say you have this C# code that is being highlighted:
public 
class Test {}The first two lines might be in a single HTML &amp;#39;span&amp;#39; tag that colors t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2007-10-08T15:13:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-9966</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Thanks for the reponse

I&amp;#39;m not too hot on HTML so what specific tags would you recommend inserting before the /n character then to colour a single line

What exactly do you mean by 

Quo...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2007-10-05T14:06:13Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-9928</guid>
      <title>Re: Modifying the generated HTML</title>
      <description>Hi Matt,

It sounds like it would be helpful for you if we eventually added indicator support to CodeHighlighter.  By that I mean you could set up somehow set up line or span indicators whose hig...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2007-10-04T06:30:49Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">d0a0f131-7863-41b2-8117-ba6c717ac3c5-9925</guid>
      <title>Modifying the generated HTML</title>
      <description>Guys,

Firstly I really like the control, it&amp;#39;s perfect to show source code files in an ASP.NET application.

I&amp;#39;d like to extend the control to allow certain lines to be highlighted in s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2686/modifying-the-generated-html" />
      <a10:updated>2007-10-03T14:30:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3524c35a-ff53-4ad8-9877-c45bda023589-9830</guid>
      <title>Re: Only see single lines</title>
      <description>Well perhaps you could just put &amp;quot;&amp;lt;pre&amp;gt;&amp;quot; + strCode + &amp;quot;&amp;lt;/pre&amp;gt;&amp;quot; and set that to the browser?  Somehow you need the pre tags in there since browsers normalize lineend wh...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2657/only-see-single-lines" />
      <a10:updated>2007-09-24T09:20:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3524c35a-ff53-4ad8-9877-c45bda023589-9827</guid>
      <title>Re: Only see single lines</title>
      <description>Sounds like that is the right line to go down to take into consideration the whitespacing.  However..... My code as you can see is in a windows form so i can&amp;#39;t (or dont know how to) use the PRE...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2657/only-see-single-lines" />
      <a10:updated>2007-09-24T08:43:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3524c35a-ff53-4ad8-9877-c45bda023589-9826</guid>
      <title>Re: Only see single lines</title>
      <description>Hi Colin,

Make sure you surround the CodeHighlighter control with a PRE tag block.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2657/only-see-single-lines" />
      <a10:updated>2007-09-24T08:30:58Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">3524c35a-ff53-4ad8-9877-c45bda023589-9825</guid>
      <title>Only see single lines</title>
      <description>Hi I&amp;#39;m using vb.net and the problem that I am having is that the generated HTML code is only showing as one complete line and isnt showing seperate lines.

Here is code from some dummy app i ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2657/only-see-single-lines" />
      <a10:updated>2007-09-24T08:25:53Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30790f64-f5b9-4051-b26d-ffe85c57e979-8570</guid>
      <title>Re: We successfully integrated your highlighter into our app</title>
      <description>That looks great!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2206/we-successfully-integrated-your-highlighter-i" />
      <a10:updated>2007-05-06T07:35:18Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30790f64-f5b9-4051-b26d-ffe85c57e979-8569</guid>
      <title>Re: We successfully integrated your highlighter into our app</title>
      <description>Hey all, 

We just released a new open source forum in NHibernate that use codehighlighter. if you are interested in having codehighlighter in your asp.net app, you can download our app and see h...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2206/we-successfully-integrated-your-highlighter-i" />
      <a10:updated>2007-05-06T00:54:45Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">782e6033-02c6-4fda-881d-706c689912bb-8468</guid>
      <title>Re: cpp not suppert ??</title>
      <description>We don&amp;#39;t have a built-in language definition for C++ but you can easily write one yourself by modifying our C# sample language definition for example.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2295/cpp-not-suppert" />
      <a10:updated>2007-04-23T17:19:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">782e6033-02c6-4fda-881d-706c689912bb-8457</guid>
      <title>cpp not suppert ??</title>
      <description>cpp??</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2295/cpp-not-suppert" />
      <a10:updated>2007-04-23T01:10:24Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">44a3e471-a175-4c15-9d54-8ce14d6dd2ca-8246</guid>
      <title>Re: how can Highlight the code in the text box</title>
      <description>Sorry normal TextBoxes in a web browser don&amp;#39;t support any sort of highlighting capabilities.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2247/how-can-highlight-the-code-in-the-text-box" />
      <a10:updated>2007-04-07T11:07:21Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">44a3e471-a175-4c15-9d54-8ce14d6dd2ca-8243</guid>
      <title>how can Highlight the code in the text box</title>
      <description>how can Highlight the code in the text box when i click the syntax highlight ?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2247/how-can-highlight-the-code-in-the-text-box" />
      <a10:updated>2007-04-07T08:15:40Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c278fb4-b6bf-4824-b3b5-5259f0d20ab9-8241</guid>
      <title>Re: any one know how can i make it In Client side</title>
      <description>Sorry that isn&amp;#39;t possible right now.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2246/any-one-know-how-can-i-make-it-in-client-side" />
      <a10:updated>2007-04-07T07:39:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1c278fb4-b6bf-4824-b3b5-5259f0d20ab9-8230</guid>
      <title>any one know how can i make it In Client side</title>
      <description>let say i have a textbox when i write &amp;quot;string&amp;quot; in it  directly the color changed to blue</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2246/any-one-know-how-can-i-make-it-in-client-side" />
      <a10:updated>2007-04-07T07:07:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30790f64-f5b9-4051-b26d-ffe85c57e979-8086</guid>
      <title>Re: We successfully integrated your highlighter into our app</title>
      <description>Hi there,

If your application has an About window (most do) then you should put the message somewhere in that window as well.  Thanks for checking and good luck with your new app!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2206/we-successfully-integrated-your-highlighter-i" />
      <a10:updated>2007-03-16T06:05:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">30790f64-f5b9-4051-b26d-ffe85c57e979-8085</guid>
      <title>We successfully integrated your highlighter into our app</title>
      <description>You guys really made a great app. Earlier, we successfully integrated your control into our ASP.NET 2.0 application. 

An example can be seen here on my page

A Hidden Feature of Jumptree Proje...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2206/we-successfully-integrated-your-highlighter-i" />
      <a10:updated>2007-03-16T03:27:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f373bbcc-6564-4768-adb6-a634a7740f47-7915</guid>
      <title>Re: Install Help Needed</title>
      <description>Hmmm, I&amp;#39;m not sure.  It sounds like you did it right.  And it works fine in our sample right?

Maybe try specifying the full assembly info (version, public key, etc.) and if that doesn&amp;#39;t ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2154/install-help-needed" />
      <a10:updated>2007-02-26T06:14:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">f373bbcc-6564-4768-adb6-a634a7740f47-7912</guid>
      <title>Install Help Needed</title>
      <description>I downloaded CodeHighlighter v4.0.44 and am using it with VS Web Developer Express in a C# web project.

I&amp;#39;ve set a project reference to ActiproSoftware.CodeHightlighter.Net20.dll and verifie...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2154/install-help-needed" />
      <a10:updated>2007-02-25T12:26:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">90cbce21-abaa-49d5-8860-088f90217f8b-7572</guid>
      <title>Re: Features Disabled for Firefox?</title>
      <description>It looks like Firefox can support the outlining scripting so we will allow outlining for Firefox for the next maintenance release.  Thanks!</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2071/features-disabled-for-firefox" />
      <a10:updated>2007-01-22T07:19:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">90cbce21-abaa-49d5-8860-088f90217f8b-7564</guid>
      <title>Features Disabled for Firefox?</title>
      <description>Code outlining seems to be disabled for Firefox - I checked the page source, and when viewing a page with Firefox the code for the outlining controls isn&amp;#39;t even sent to the browser.

See this...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2071/features-disabled-for-firefox" />
      <a10:updated>2007-01-21T02:47:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9532a20f-7a8c-40fb-b138-02b5501b5d19-7550</guid>
      <title>Re: Unable to format C# code</title>
      <description>Thanks for the quick reply! Actually, I installed the CodeHighlighterTest.dll in my bin folder and the control now works correctly.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2064/unable-to-format-c-code" />
      <a10:updated>2007-01-19T08:17:44Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9532a20f-7a8c-40fb-b138-02b5501b5d19-7547</guid>
      <title>Re: Unable to format C# code</title>
      <description>Those SyntaxLanguage classes are used for outlining.  You must include them in a Class Library assembly.  I don&amp;#39;t believe including them in a web site project will work.  Then in your language ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2064/unable-to-format-c-code" />
      <a10:updated>2007-01-18T16:47:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9532a20f-7a8c-40fb-b138-02b5501b5d19-7546</guid>
      <title>Unable to format C# code</title>
      <description>Hello,

I am trying to use CodeHighlighter for ASP.NET (version v4.0.0042)in a .NET 2 website. I&amp;#39;m trying to format C# code, however I get the following error message:

Exception Details: A...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2064/unable-to-format-c-code" />
      <a10:updated>2007-01-18T15:58:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7428</guid>
      <title>Re: Parse BBCode</title>
      <description>Hey all, 

I was trying to do exactly what you guys wanted to do for my own software (i have a forum board in there), I post my code in the following thread, hope it helps. 

http://www.actipro...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-12-29T03:29:32Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e6269112-99df-49c8-b9b4-b9344fe72135-7427</guid>
      <title>Re: anybody got a parser class</title>
      <description>in case anybody is interested. I have the parser class here (not the greatest piece of code since I can&amp;#39;t do regular expression,  but it works)


You can see details and download information...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1957/anybody-got-a-parser-class" />
      <a10:updated>2006-12-29T03:27:02Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">499bb690-90d8-4787-9611-5ca386b3fb09-7405</guid>
      <title>Re: Missing XmlDynamicSyntaxLanguage Class</title>
      <description>Thanks, those lines in the two XML definitions that refrence that class should have been removed.  We just rebuild the ZIP with the update and deployed it.  No other code changes were made so the b...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2022/missing-xmldynamicsyntaxlanguage-class" />
      <a10:updated>2006-12-26T21:38:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">499bb690-90d8-4787-9611-5ca386b3fb09-7403</guid>
      <title>Missing XmlDynamicSyntaxLanguage Class</title>
      <description>The two lexer files:

- ActiproSoftware.XAML.xml
- ActiproSoftware.XML.xml

reference a class, TestApplication.XmlDynamicSyntaxLanguage, that was not included in the CodeHighlighter zip file.
...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/2022/missing-xmldynamicsyntaxlanguage-class" />
      <a10:updated>2006-12-26T16:34:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0140e002-37f8-45b2-a263-63141504313d-7400</guid>
      <title>Re: GenerateHtmlInline </title>
      <description>Our code uses a regex to parse out the language code sections.  This is the regex:
&amp;amp;lt;code (\\s+ language=&amp;amp;quot; (?&amp;lt;Language&amp;gt;.*) &amp;amp;quot;)? \\s* &amp;amp;gt; (?&amp;lt;Code&amp;gt;(.|\\n)*?) ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/558/generatehtmlinline" />
      <a10:updated>2006-12-26T07:23:38Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7399</guid>
      <title>Re: Parse BBCode</title>
      <description>Pablo,

I will reply to your other related post with info.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-12-26T07:22:35Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0140e002-37f8-45b2-a263-63141504313d-7395</guid>
      <title>Re: GenerateHtmlInline </title>
      <description>I have a lot of more work to do, though.
I have to open the database, open the posted text, then search for  the tag code language=&amp;quot;vb.net&amp;quot;
and then search for /code, get the in-between...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/558/generatehtmlinline" />
      <a10:updated>2006-12-23T20:43:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0140e002-37f8-45b2-a263-63141504313d-7394</guid>
      <title>Re: GenerateHtmlInline </title>
      <description>YOOOOOOOOOHOOOOOOOOOOO I got it working.

        Dim engine As New ActiproSoftware.CodeHighlighter.CodeHighlighterEngine
        Dim language As ActiproSoftware.SyntaxEditor.Addons.Dynamic.Dyna...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/558/generatehtmlinline" />
      <a10:updated>2006-12-23T20:40:19Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">0140e002-37f8-45b2-a263-63141504313d-7393</guid>
      <title>Re: GenerateHtmlInline </title>
      <description>Ok this is exactly what I want to do, but I use VB.
I tried to translate the code, like this:
        Dim engine As New ActiproSoftware.CodeHighlighter.CodeHighlighterEngine
        Dim language...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/558/generatehtmlinline" />
      <a10:updated>2006-12-23T20:08:48Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7392</guid>
      <title>Re: Parse BBCode</title>
      <description>Hello, I am trying to do exactly what you say.  I am creating my own blog tool and I will be pasting code examples in vb.net, css, html, etc.

I have my posts saved in a data base.  I need some w...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-12-23T19:22:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1e9c4a01-6581-4456-ae75-8ca99be33f7a-7167</guid>
      <title>Re: Reading Encrypted Language</title>
      <description>Sorry, but right now it just uses the encryption key of 0 (clear text).  I can add this to the TODO list for you.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1967/reading-encrypted-language" />
      <a10:updated>2006-12-05T06:22:16Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">1e9c4a01-6581-4456-ae75-8ca99be33f7a-7165</guid>
      <title>Reading Encrypted Language</title>
      <description>Is there way to add configuration to the Web.config file for example so that the CondeHighlighter can read dynamic language configurations that have been encrypted for the SyntaxEditor.

Thanks</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1967/reading-encrypted-language" />
      <a10:updated>2006-12-04T18:00:43Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8b433718-1ff6-46dc-aeaa-d2a2b0ca4634-7152</guid>
      <title>Re: what dll to install?</title>
      <description>The lexers can be placed wherever you have them now since it is finding them already.  However you do need to modify the ones that point to a code-behind class so that the namespace/type/assembly r...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1958/what-dll-to-install" />
      <a10:updated>2006-12-01T06:26:46Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8b433718-1ff6-46dc-aeaa-d2a2b0ca4634-7151</guid>
      <title>Re: what dll to install?</title>
      <description>hi, thank you so much for your reply. 

i think you are refering to the /languages/lexerrs/ .xml files right? 

So to merge it into my project, i just have to drop them into my source code and ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1958/what-dll-to-install" />
      <a10:updated>2006-11-30T17:28:50Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8b433718-1ff6-46dc-aeaa-d2a2b0ca4634-7140</guid>
      <title>Re: what dll to install?</title>
      <description>If you look at the dynamic XML definitions, some of them (the ones with code-behind classes like the C# one) have an attribute in their root SyntaxEditor tag that specify where the code-behind clas...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1958/what-dll-to-install" />
      <a10:updated>2006-11-30T07:22:08Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8b433718-1ff6-46dc-aeaa-d2a2b0ca4634-7139</guid>
      <title>what dll to install?</title>
      <description>Hi, 

I uploaded the download and add the codehilighter to my site. Then I uploaded the following two dlls  

ActiproSoftware.CodeHighlighter.Net20.dll
ActiproSoftware.Shared.Net20.dll

and ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1958/what-dll-to-install" />
      <a10:updated>2006-11-30T06:43:12Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e6269112-99df-49c8-b9b4-b9344fe72135-7138</guid>
      <title>Re: anybody got a parser class</title>
      <description>never mind. just finished mine. :) thanks</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1957/anybody-got-a-parser-class" />
      <a10:updated>2006-11-30T05:30:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">e6269112-99df-49c8-b9b4-b9344fe72135-7137</guid>
      <title>anybody got a parser class</title>
      <description>Hi saw a previouse code on BBcode, and I&amp;#39;m wondering if anybody already have code to parse them, so I can dynamically insert codehiglither on the server side in my forum applicaiton.  

for e...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1957/anybody-got-a-parser-class" />
      <a10:updated>2006-11-30T04:01:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9c058036-ef7e-4be9-951d-ae3bc4e70285-7106</guid>
      <title>Re: Get Syntax Language v4.0.40</title>
      <description>Once I added the language .vb files to my assembly, compiled and modified the xml files to point to my assembly, everything worked perfectly without adding the reference to CodeHighlighterTest.dll....</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1947/get-syntax-language-v4040" />
      <a10:updated>2006-11-27T09:27:01Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9c058036-ef7e-4be9-951d-ae3bc4e70285-7103</guid>
      <title>Re: Get Syntax Language v4.0.40</title>
      <description>Yes the code-behind classes for some of the XML definitions have their source in the 
CodeHighlighterTest assembly.  Classes like VBDotNetDynamicSyntaxLanguage provide
outlining support.  If you ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1947/get-syntax-language-v4040" />
      <a10:updated>2006-11-27T07:53:31Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">9c058036-ef7e-4be9-951d-ae3bc4e70285-7101</guid>
      <title>Get Syntax Language v4.0.40</title>
      <description>I am creating a Asp.Net HTTP Module that will use the CodeHighlighter dynamically without the use of the the ASP.Net form control. 
I have added a reference to the following dll&amp;#39;s and copied t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1947/get-syntax-language-v4040" />
      <a10:updated>2006-11-27T07:43:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7049</guid>
      <title>Re: Parse BBCode</title>
      <description>Sorry but I&amp;#39;m not quite sure what you are trying.  CodeHighlighter is an ASP.NET server control.  If you need help on its usage, then please look at the sample pages that are included with the ...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T15:30:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7048</guid>
      <title>Re: Parse BBCode</title>
      <description>Hmm, there only ServerControls.

I tried this.

&amp;lt;code language=&amp;quot;C#&amp;quot;&amp;gt;
public class Foo
...

The output ist the same as the input ( no formatting ). Is there a missing configu...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T13:31:29Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7046</guid>
      <title>Re: Parse BBCode</title>
      <description>It is, CodeHighlighter is an ASP.NET control and will render the code contents of the control when used in ASP code.  However it seems like you are trying to use it in the middle of forum posts, an...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T13:18:14Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7045</guid>
      <title>Re: Parse BBCode</title>
      <description>Thanks, i thought this is a &amp;quot;out of the box&amp;quot; behavior?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T13:13:37Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7044</guid>
      <title>Re: Parse BBCode</title>
      <description>If you mean like what we do in our forums, we take each message, look for those code tag blocks and if they are found, programmtically run the CodeHighlighterEngine on the contained code with the s...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T13:11:28Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7043</guid>
      <title>Re: Parse BBCode</title>
      <description>Ok thanks.
And how can i use codetags like &amp;lt;code language=&amp;quot;C#&amp;quot;&amp;gt;?</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T13:07:41Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7042</guid>
      <title>Re: Parse BBCode</title>
      <description>Sorry but I think you might be trying to use the product for something that it is not intended.

CodeHighlighter will allow you to syntax highlight code as is.  It won&amp;#39;t take a [url] BBCode t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T12:43:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ccc02f3-266b-42b3-9aa4-f6c74243c4bb-7041</guid>
      <title>Parse BBCode</title>
      <description>Hello,

how can i parse codetags like bbcode with the codehighlighter.

For example.

[csharp]public class Foo
{
}[/csharp]

[url=http://www.actiprosoftware.com/]actiprosoftware[/url]

...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1932/parse-bbcode" />
      <a10:updated>2006-11-20T12:34:55Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b23a01a-c358-484c-b4a4-6e8bd65bae6d-6570</guid>
      <title>Re: problem with codehighlighter</title>
      <description>We&amp;#39;ll add .Net20 to the Using the Control topic in the docs for the next maintenance release.  Sorry for the oversight.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/559/problem-with-codehighlighter" />
      <a10:updated>2006-10-08T07:56:04Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c4cd2798-3aa4-47f3-97b3-1518e461825c-6569</guid>
      <title>Re: Possible to use Syntax Parsers for single-member display?</title>
      <description>The free dynamic languages don&amp;#39;t do intelligent parsing of methods, however our .NET Languages Add-on for SyntaxEditor does.  But the problem is that I don&amp;#39;t believe CodeHighlighter include...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1813/possible-to-use-syntax-parsers-for-single-mem" />
      <a10:updated>2006-10-08T07:53:10Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ab26f59-c2a8-48ca-9a00-252d3d265065-6568</guid>
      <title>Re: request: Starting Line Number</title>
      <description>Thanks for the suggestion.  I&amp;#39;ll add it to the TODO list.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1812/request-starting-line-number" />
      <a10:updated>2006-10-08T07:48:05Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ab26f59-c2a8-48ca-9a00-252d3d265065-6567</guid>
      <title>Re: request: Starting Line Number</title>
      <description>Maybe even a range, so &amp;quot;only render lines x through y&amp;quot;.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1812/request-starting-line-number" />
      <a10:updated>2006-10-07T16:09:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6b23a01a-c358-484c-b4a4-6e8bd65bae6d-6566</guid>
      <title>Re: problem with codehighlighter</title>
      <description>For .NET 2.0 configurations, you need this:

Assembly=&amp;quot;ActiproSoftware.CodeHighlighter.Net20&amp;quot;

in the register directive.  Adding the .NET20 should make it work for you.  Spent like a...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/559/problem-with-codehighlighter" />
      <a10:updated>2006-10-07T14:02:27Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c4cd2798-3aa4-47f3-97b3-1518e461825c-6565</guid>
      <title>Possible to use Syntax Parsers for single-member display?</title>
      <description>My users want the ability to only display a single member at a time. I really don&amp;#39;t want to have to parse Java+C#+VB.NET to identify methods etc. Can the Syntax Parsers for Dynamic Outlining be...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1813/possible-to-use-syntax-parsers-for-single-mem" />
      <a10:updated>2006-10-06T12:41:56Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">8ab26f59-c2a8-48ca-9a00-252d3d265065-6564</guid>
      <title>request: Starting Line Number</title>
      <description>Nice if I only want to display an excerpt from a larger file.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1812/request-starting-line-number" />
      <a10:updated>2006-10-06T12:38:59Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c30b4902-1624-44a7-be86-a1ce8c53ae95-6370</guid>
      <title>Re: That assembly does not allow partially trusted callers</title>
      <description>We found the issue.  It appears to be an undocumented change when ASP.NET 2.0 was released.

All you have to do is add a requirePermission=&amp;quot;false&amp;quot; attribute in the web.config file for t...</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1418/that-assembly-does-not-allow-partially-truste" />
      <a10:updated>2006-09-20T14:07:42Z</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">c30b4902-1624-44a7-be86-a1ce8c53ae95-6367</guid>
      <title>Re: That assembly does not allow partially trusted callers</title>
      <description>I think I actually got it added to the GAC in the end. And it was a release version.</description>
      <a10:link href="https://www.actiprosoftware.com/community/thread/1418/that-assembly-does-not-allow-partially-truste" />
      <a10:updated>2006-09-20T06:31:39Z</a10:updated>
    </item>
  </channel>
</rss>