<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Codekana</title>
	<link>http://blog.ngedit.com/2007/07/21/codekana/</link>
	<description>A blog on the development of the NGEDIT text editor</description>
	<pubDate>Thu, 28 Aug 2008 02:18:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-64218</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:25:37 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-64218</guid>
		<description>Tom, thanks for the kind comment. I released 1.1 today, be sure you're using that one (you can check the version in Tools&#124;Codekana Settings).

It's kind of hooking - I don't want to look at code without the control flow cues myself any more :)</description>
		<content:encoded><![CDATA[<p>Tom, thanks for the kind comment. I released 1.1 today, be sure you&#8217;re using that one (you can check the version in Tools|Codekana Settings).</p>
<p>It&#8217;s kind of hooking - I don&#8217;t want to look at code without the control flow cues myself any more <img src='http://blog.ngedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Seddon</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-64216</link>
		<dc:creator>Tom Seddon</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:21:15 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-64216</guid>
		<description>Love it. I'll be giving this one a good trial. I think I'll find the brace markers useful, and highlighting the last search result is certainly something I've missed from vim + emacs for some time!</description>
		<content:encoded><![CDATA[<p>Love it. I&#8217;ll be giving this one a good trial. I think I&#8217;ll find the brace markers useful, and highlighting the last search result is certainly something I&#8217;ve missed from vim + emacs for some time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55540</link>
		<dc:creator>J</dc:creator>
		<pubDate>Thu, 26 Jul 2007 00:29:25 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55540</guid>
		<description>Thanks for nice idea - noted for one of the next releases. It is certainly possible - ViEmu indeeds allows arbitrary creation of collapse/expand "folds" (with the zf operator), and it works fine. So I'll be able to add that for Codekana. The only hard part will be keeping the parsing state and the folds in sync, but I'm already doing that for all the coloring information and it's similar.

Thanks for your kind comment towards vi. Good to find some understanding, which is rare, hopefully the article has worked somewhat in that respect.</description>
		<content:encoded><![CDATA[<p>Thanks for nice idea - noted for one of the next releases. It is certainly possible - ViEmu indeeds allows arbitrary creation of collapse/expand &#8220;folds&#8221; (with the zf operator), and it works fine. So I&#8217;ll be able to add that for Codekana. The only hard part will be keeping the parsing state and the folds in sync, but I&#8217;m already doing that for all the coloring information and it&#8217;s similar.</p>
<p>Thanks for your kind comment towards vi. Good to find some understanding, which is rare, hopefully the article has worked somewhat in that respect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55537</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Thu, 26 Jul 2007 00:21:18 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55537</guid>
		<description>very nifty work!

i don't know if this is possible, but could you make it so that blocks such as If/else, and try/catch can be collapsed/expanded (in the same way that methods/classes/namespaces/regions etc can be collapsed/expanded) ??

Also, while I'm not one of you vi nutheads (;-))... i certainly appreciate and respect the existence of your subgenus.... i think your viemu work is extraordinary! top stuff!

cheers
lb</description>
		<content:encoded><![CDATA[<p>very nifty work!</p>
<p>i don&#8217;t know if this is possible, but could you make it so that blocks such as If/else, and try/catch can be collapsed/expanded (in the same way that methods/classes/namespaces/regions etc can be collapsed/expanded) ??</p>
<p>Also, while I&#8217;m not one of you vi nutheads (;-))&#8230; i certainly appreciate and respect the existence of your subgenus&#8230;. i think your viemu work is extraordinary! top stuff!</p>
<p>cheers<br />
lb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55528</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 25 Jul 2007 23:30:35 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55528</guid>
		<description>Hi Flip,

I haven't tried Resharper 3, but I did investigate whether VS would support it. It turns out VS2005 (not VS.NET 2003) does have a special marker type which allows setting just the background, and which combines well with syntax-coloring foreground color. The problem is that it doesn't work with Codekana's other markers (braces and parens colored according to their function, etc...), so if I activated that, Codekana's specific coloring was lost on the current line - not a nice thing, as I find the context-dependent coloring the biggest win of Codekana. So I decided to leave it like this for 1.0, and look for a better solution in a future version.

With regards to DXCore, actually, all my technology is nowadays host-independent. I plan to include Codekana's functionality in kodumi, my always-in-development text editor, so that kind of solution is not strategically sound for my growth plans.</description>
		<content:encoded><![CDATA[<p>Hi Flip,</p>
<p>I haven&#8217;t tried Resharper 3, but I did investigate whether VS would support it. It turns out VS2005 (not VS.NET 2003) does have a special marker type which allows setting just the background, and which combines well with syntax-coloring foreground color. The problem is that it doesn&#8217;t work with Codekana&#8217;s other markers (braces and parens colored according to their function, etc&#8230;), so if I activated that, Codekana&#8217;s specific coloring was lost on the current line - not a nice thing, as I find the context-dependent coloring the biggest win of Codekana. So I decided to leave it like this for 1.0, and look for a better solution in a future version.</p>
<p>With regards to DXCore, actually, all my technology is nowadays host-independent. I plan to include Codekana&#8217;s functionality in kodumi, my always-in-development text editor, so that kind of solution is not strategically sound for my growth plans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55515</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Wed, 25 Jul 2007 22:23:14 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55515</guid>
		<description>Frans and J,
ReSharper 3 provides you with the ability to highligh current line.

J, have a look at DXCore, you could take advantage of what those guys already built into their framework and just build your plugin from there.</description>
		<content:encoded><![CDATA[<p>Frans and J,<br />
ReSharper 3 provides you with the ability to highligh current line.</p>
<p>J, have a look at DXCore, you could take advantage of what those guys already built into their framework and just build your plugin from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55455</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 25 Jul 2007 19:31:41 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55455</guid>
		<description>Hi Frans - I also want that too, but VS's marker system is limited in that you can't have a custom background color and a separate foreground color, to show the rest of Codekana markers. In a future version, though, I'm going to completely bypass VS's rendering mechanism, and that will allow me to provide such a feature.</description>
		<content:encoded><![CDATA[<p>Hi Frans - I also want that too, but VS&#8217;s marker system is limited in that you can&#8217;t have a custom background color and a separate foreground color, to show the rest of Codekana markers. In a future version, though, I&#8217;m going to completely bypass VS&#8217;s rendering mechanism, and that will allow me to provide such a feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans Bouma</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-55446</link>
		<dc:creator>Frans Bouma</dc:creator>
		<pubDate>Wed, 25 Jul 2007 19:24:01 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-55446</guid>
		<description>One thing I really want is the highlight of the line the cursor is on (slightly different background color). In VS.NET I cant define that, but it's IMHO essential, as often when you move with cntrl- - between spots you've been in the code, it's hard to see where the cursor is.</description>
		<content:encoded><![CDATA[<p>One thing I really want is the highlight of the line the cursor is on (slightly different background color). In VS.NET I cant define that, but it&#8217;s IMHO essential, as often when you move with cntrl- - between spots you&#8217;ve been in the code, it&#8217;s hard to see where the cursor is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Brice</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-54711</link>
		<dc:creator>Andy Brice</dc:creator>
		<pubDate>Mon, 23 Jul 2007 19:02:37 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-54711</guid>
		<description>Looks interesting. Will definitely being checking this out if I start to use VS2005 more.</description>
		<content:encoded><![CDATA[<p>Looks interesting. Will definitely being checking this out if I start to use VS2005 more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://blog.ngedit.com/2007/07/21/codekana/#comment-54705</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 23 Jul 2007 17:39:09 +0000</pubDate>
		<guid>http://blog.ngedit.com/2007/07/21/codekana/#comment-54705</guid>
		<description>I'll definitely try to improve the color-configuration experience. Saving/loading schemes will be there in 1.x or so, I don't want to delay the release because of that but it's on the short-list.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll definitely try to improve the color-configuration experience. Saving/loading schemes will be there in 1.x or so, I don&#8217;t want to delay the release because of that but it&#8217;s on the short-list.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
