﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ladysign Dev Blog &#187; reg</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/reg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a right-click shell action</title>
		<link>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/</link>
		<comments>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:26:39 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[reg]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[right click action]]></category>
		<category><![CDATA[scite]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=620</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
I love <a href="http://www.scintilla.org/SciTE.html">Scite</a>, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascri[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
I love <a href="http://www.scintilla.org/SciTE.html">Scite</a>, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascript, xml, html&#8230;) and extremely fast.<br />
That&#8217;s why I want to have Scite in my right click action menu (shell), to easy open all my files within Scite.<br />
Here&#8217;s how I did this:</p>
<ul>
<ol>Open regedit -> CTRL + R > Type regedit</ol>
<ol>Navigate to HKEY_CLASSES_ROOT > * </ol>
<ol>Create key (incase it is not there): <strong>shell</strong></ol>
<ol>In key shell, create key: <strong>Open with Scite</strong></ol>
<ol>In key &#8216;Open with Scite&#8217;, create key: <strong>command</strong></ol>
<ol>Double click key command, give value: <strong>C:\Program Files\SciTE Source Code Editor\SciTE.exe %1</strong></ol>
</ul>
<p>Ofcourse you can change the name Scite and the path, to the program name and path you want but<br />
don&#8217;t forget to type the <strong>%1</strong>, or your Scite won&#8217;t open any content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
