<?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>Simon Whatley &#187; drag-and-drop tools</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/drag-and-drop-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CFEclipse Keyboard Shortcuts</title>
		<link>http://www.simonwhatley.co.uk/cfeclipse-keyboard-shortcuts</link>
		<comments>http://www.simonwhatley.co.uk/cfeclipse-keyboard-shortcuts#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:30:09 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[drag-and-drop tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=553</guid>
		<description><![CDATA[CFEclipse is a community project that builds on the open-source Eclipse framework to deliver expert, code-centric developers a new option for ColdFusion development. CFEclipse provides Eclipse with an outline view, a CFC (ColdFusion component) view, code completion (code hinting), syntax highlighting text editors for CFML and CFC files, and many more ColdFusion-specific features.]]></description>
			<content:encoded><![CDATA[<p>CFEclipse is a community project that builds on the open-source Eclipse framework to deliver expert, code-centric developers a new option for ColdFusion development. CFEclipse provides Eclipse with an outline view, a <abbr title="ColdFusion Component">CFC</abbr> (ColdFusion component) view, code completion (code hinting), syntax highlighting text editors for <abbr title="ColdFusion Markup Language">CFML</abbr> and <abbr title="ColdFusion Component">CFC</abbr> files, and many more ColdFusion-specific features.</p>
<p>Eclipse can be downloaded from <a href="http://www.eclipse.org" title="Eclipse" target="_blank" rel="nofollow">http://www.eclipse.org</a> and CFEclipse from <a href="http://www.cfeclipse.org" title="CFEclipse" target="_blank" rel="nofollow">http://www.cfeclipse.org</a>.</p>
<p>One thing CFEclipse does not have is <acronym title="What You See Is What You Get">WYSIWYG</acronym> ability. Its complete focus is on writing ColdFusion code (so-called hand coding) and building tools that help you write code. If you do a lot of visual or page-layout development, for instance, if you rely heavily on drag-and-drop tools, wizards, or the Design view in Macromedia Dreamweaver, CFEclipse may not be the tool for you.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>However, to make your life easier when coding, below is a list of keyboard shortcuts that make common tasks available in a couple of keystrokes:</p>
<table>
<thead>
<tr>
<th>Keys</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">Key Shortcuts</th>
</tr>
<tr>
<td>Ctrl+Shift+L</td>
<td>Key Assist (dialog windows)</td>
</tr>
<tr>
<td>Alt+Shift+Q</td>
<td>Show View</td>
</tr>
<tr>
<th colspan="2">Comments</th>
</tr>
<tr>
<td>Ctrl+Shift+M</td>
<td>ColdFusion Comment <code>&lt;!--- ---&gt;</code></td>
</tr>
<tr>
<td>Ctrl+Shift+C</td>
<td>Context sensitive comment</td>
</tr>
<tr>
<th colspan="2">Surround Selection</th>
</tr>
<tr>
<td>Ctrl+3</td>
<td>Pound/hash marks <code>##</code></td>
</tr>
<tr>
<td>Ctrl+&#8217;</td>
<td>Single quotes <code>''</code></td>
</tr>
<tr>
<td>Ctrl+Shift+&#8221;</td>
<td>Double quotes <code>""</code></td>
</tr>
<tr>
<td>Ctrl+Shift+O</td>
<td><code>&lt;cfoutput&gt;&lt;/cfoutput&gt;</code></td>
</tr>
<tr>
<td>Ctrl+Shift+D</td>
<td><code>&lt;cfdump var="##"&gt;</code></td>
</tr>
<tr>
<td>Ctrl+Shift+R</td>
<td><code>&lt;cfscript&gt;&lt;/cfscript&gt;</code></td>
</tr>
<tr>
<th colspan="2">Insert</th>
</tr>
<tr>
<td>Ctrl+Enter</td>
<td><code>&lt;br/&gt;</code></td>
</tr>
<tr>
<td>Ctrl+Shift+Space</td>
<td><code>&amp;nbsp;</code></td>
</tr>
<tr>
<td>Ctrl+Shift+P</td>
<td><code>&lt;p&gt;&lt;/p&gt;</code></td>
</tr>
<tr>
<td>Ctrl+I</td>
<td><code>&lt;em&gt;&lt;/em&gt;</code></td>
</tr>
<tr>
<td>Ctrl+B</td>
<td><code>&lt;strong&gt;&lt;/strong&gt;</code></td>
</tr>
<tr>
<th colspan="2">Edit</th>
</tr>
<tr>
<td>Alt+Up or Alt+Down arrow</td>
<td>Moves the current line up or down</td>
</tr>
<tr>
<td>Ctrl+Alt+Up or Ctrl+Alt+Down</td>
<td>Duplicates line above/below current</td>
</tr>
<tr>
<td>Shift+Enter</td>
<td>Insert line below current line</td>
</tr>
<tr>
<td>Ctrl+Shift+Enter</td>
<td>Insert line above current line</td>
</tr>
<tr>
<td>Ctrl+D</td>
<td>Deletes current line</td>
</tr>
<tr>
<td>Ctrl+Delete</td>
<td>Delete next word</td>
</tr>
<tr>
<td>Ctrl+Backspace</td>
<td>Delete previous word</td>
</tr>
<tr>
<td>Ctrl+Shift+Delete</td>
<td>Delete to end of line</td>
</tr>
<tr>
<th colspan="2">Function Keys</th>
</tr>
<tr>
<td>F1</td>
<td>Tag/function reference at <a href="http://www.cfdocs.org" title="cfdocs.org" target="_blank" rel="nofollow">http://www.cfdocs.org</a></td>
</tr>
<tr>
<td>F5</td>
<td>Refresh browser view</td>
</tr>
<tr>
<td>F8</td>
<td>Scribble pad</td>
</tr>
<tr>
<td>Ctrl+F3</td>
<td>Surround with <code>##</code></td>
</tr>
<tr>
<td>Ctrl+F5</td>
<td>Reload dictionaries</td>
</tr>
<tr>
<td>Ctrl+F6</td>
<td>Switch editor</td>
</tr>
<tr>
<td>Ctrl+F7</td>
<td>Switch view</td>
</tr>
<tr>
<td>Ctrl+F8</td>
<td>Switch perspective</td>
</tr>
<tr>
<th colspan="2">Search / Find</th>
</tr>
<tr>
<td>Ctrl+H</td>
<td>Search</td>
</tr>
<tr>
<td>Ctrl+F</td>
<td>Find</td>
</tr>
<tr>
<td>Ctrl+K</td>
<td>Find next</td>
</tr>
<tr>
<td>Ctrl+Shift+K</td>
<td>Find previous</td>
</tr>
<tr>
<th colspan="2">Browsing</th>
</tr>
<tr>
<td>F12</td>
<td>View current page in browser</td>
</tr>
<tr>
<td>Shift+F12</td>
<td>View current page in secondary browser</td>
</tr>
<tr>
<td>F5</td>
<td>Refresh internal browser</td>
</tr>
<tr>
<td>Shift+F5</td>
<td>View current page in internal browser</td>
</tr>
<tr>
<td>Ctrl+Shift+F5</td>
<td>View project root in internal browser</td>
</tr>
<tr>
<th colspan="2">Windows / Navigation</th>
</tr>
<tr>
<td>Ctrl+Shift+R</td>
<td>Opens the Open Resource (while in Navigator)</td>
</tr>
<tr>
<td>Ctrl+E</td>
<td>List open files, then start typing the name</td>
</tr>
<tr>
<td>Ctrl+F6</td>
<td>Tab back through open files</td>
</tr>
<tr>
<td>Ctrl+Shift+F6</td>
<td>Tab forwards through open files</td>
</tr>
<tr>
<td>Ctrl+M</td>
<td>Maximise/Minimse Current window</td>
</tr>
<tr>
<th colspan="2">Miscellaneous</th>
</tr>
<tr>
<td>Tab</td>
<td>Indent code</td>
</tr>
<tr>
<td>Shift+Tab</td>
<td>Un-indent code</td>
</tr>
<tr>
<td>Ctrl+L</td>
<td>Goto line number</td>
</tr>
<tr>
<td>Ctrl+Q</td>
<td>Repeat last tag</td>
</tr>
<tr>
<td>Ctrl+Shift+Z</td>
<td>Insert Color</td>
</tr>
</tbody>
</table>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/cfeclipse-keyboard-shortcuts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

