<?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>Notepad++ &#8211; Bits of .NET</title>
	<atom:link href="http://blog.ercanopak.com/category/notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ercanopak.com</link>
	<description>Daily micro-tips for C#, SQL, performance, and scalable backend engineering.</description>
	<lastBuildDate>Wed, 04 Dec 2019 12:03:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>http://blog.ercanopak.com/wp-content/uploads/2018/06/cropped-EO_LOGO_32-32x32.png</url>
	<title>Notepad++ &#8211; Bits of .NET</title>
	<link>http://blog.ercanopak.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to solve &#8220;Changelog opens every time Notepad++ starts&#8221; problem?</title>
		<link>http://blog.ercanopak.com/how-to-solve-changelog-opens-every-time-notepad-starts-problem/</link>
					<comments>http://blog.ercanopak.com/how-to-solve-changelog-opens-every-time-notepad-starts-problem/#respond</comments>
		
		<dc:creator><![CDATA[ErcanOPAK]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 12:02:41 +0000</pubDate>
				<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[change.log]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[start]]></category>
		<guid isPermaLink="false">http://blog.ercanopak.com/?p=471</guid>

					<description><![CDATA[If you have this kind of problem then that means you pinned Notepad++ to the taskbar, when the change.log file was open. This made windows pin that file specifically, rather than just starting NPP. So when you started it by clicking the icon, you were opening &#8220;change.log&#8221; within it. To solve that problem right click [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you have this kind of problem then that means you pinned Notepad++ to the taskbar, when the change.log file was open. This made windows pin that file specifically, rather than just starting NPP. So when you started it by clicking the icon, you were opening &#8220;change.log&#8221; within it.</p>
<p>To solve that problem right click on the notepad++ icon in taskbar and go to properties. And change TARGET of the shortcut. Probably your target of the notepad++ shortcut looks like this (FROM part). Make it as (TO) part.</p>
<p><strong>FROM:</strong></p>
<pre class="markdown-highlight"><code class="hljs css">"<span class="hljs-selector-tag">C</span>:\<span class="hljs-selector-tag">Program</span> <span class="hljs-selector-tag">Files</span>\<span class="hljs-selector-tag">Notepad</span>++\<span class="hljs-selector-tag">notepad</span>++<span class="hljs-selector-class">.exe</span>" <span style="color: #ff0000;"><span class="hljs-selector-tag">C</span>:\<span class="hljs-selector-tag">Program</span> <span class="hljs-selector-tag">Files</span>\<span class="hljs-selector-tag">Notepad</span>++\<span class="hljs-selector-tag">change</span><span class="hljs-selector-class">.log</span></span></code></pre>
<p><strong>TO:</strong></p>
<pre class="markdown-highlight"><code class="hljs css">"<span class="hljs-selector-tag">C</span>:\<span class="hljs-selector-tag">Program</span> <span class="hljs-selector-tag">Files</span>\<span class="hljs-selector-tag">Notepad</span>++\<span class="hljs-selector-tag">notepad</span>++<span class="hljs-selector-class">.exe</span>"</code><code class="hljs css"></code></pre>
]]></content:encoded>
					
					<wfw:commentRss>http://blog.ercanopak.com/how-to-solve-changelog-opens-every-time-notepad-starts-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
