<?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>editor &#8211; Aptech</title>
	<atom:link href="https://www.aptech.com/blog/tag/editor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aptech.com</link>
	<description>GAUSS Software - Fastest Platform for Data Analytics</description>
	<lastBuildDate>Fri, 10 Apr 2020 02:36:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Controlling the GAUSS Autocomplete Behavior</title>
		<link>https://www.aptech.com/blog/controlling-the-gauss-autocomplete-behavior/</link>
					<comments>https://www.aptech.com/blog/controlling-the-gauss-autocomplete-behavior/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Thu, 18 Oct 2018 20:43:27 +0000</pubDate>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[ui]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=17562</guid>

					<description><![CDATA[Autocomplete is becoming a common feature in the tools we use in all aspects of our lives, because of it's ability to help us to type more accurately and quickly. When programming in GAUSS, the autocomplete can also show you new functions you were not aware of. Today we will discuss how to use and control autocomplete features of the GAUSS editor and command window.]]></description>
										<content:encoded><![CDATA[<h3 id="introduction">Introduction</h3>
<p>Autocomplete is becoming a common feature in the tools we use in all aspects of our lives, because of it's ability to help us to type more accurately and quickly. When programming in GAUSS, the autocomplete can also show you new functions you were not aware of. Today we will discuss how to use and control autocomplete features of the GAUSS editor and command window.</p>
<h2 id="basic-usage">Basic usage</h2>
<p>By default, the GAUSS editor will give you a drop-down list of possible completions after you type a few characters and a very short delay. For example, if you enter <code>rnd</code> and pause, you will see something like the image below:</p>
<p><a href="https://www.aptech.com/wp-content/uploads/2018/10/gauss_autocomplete_dropdown_rnd.png"><img src="https://www.aptech.com/wp-content/uploads/2018/10/gauss_autocomplete_dropdown_rnd.png" alt="GAUSS autocomplete." width="351" height="206" class="aligncenter size-full wp-image-17565" /></a></p>
<p>The images to the left of each suggestion indicate what they represent. A pink bar indicates a GAUSS function or procedure, a blue bar indicates a variable and the three smaller connected bars indicate a structure.</p>
<p>Once the autocomplete drop-down has opened you can use the following keys to control it:</p>
<table>
<thead>
<tr>
<th>Key</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td><em>Enter</em></td>
<td>Complete the selected word.</td>
</tr>
<tr>
<td><em>Up arrow</em></td>
<td>Move the selection up the list.</td>
</tr>
<tr>
<td><em>Down arrow</em></td>
<td>Move the selection down the list.</td>
</tr>
<tr>
<td><em>Esc</em></td>
<td>Close the drop-down window.</td>
</tr>
</tbody>
</table>
<h2 id="controlling-the-autocomplete">Controlling the autocomplete</h2>
<p>You may have noticed that the command window, however, does not automatically provide autocomplete when you type. Use the <code>CTRL+Space</code> key combination in the command window to open the autocomplete suggestion list.</p>
<p>If you would prefer that behavior in the editor, you can modify your GAUSS preferences to make this change. From the main GAUSS menu, select <strong>Tools</strong> &gt; <strong>Preferences</strong>. Then when the preferences dialog window opens, select <strong>Source</strong> towards the top left as shown below.</p>
<p><a href="https://www.aptech.com/wp-content/uploads/2018/10/gauss_autocomplete_preferences_1018.png"><img src="https://www.aptech.com/wp-content/uploads/2018/10/gauss_autocomplete_preferences_1018.png" alt="GAUSS autocomplete preferences." width="576" height="408" class="aligncenter size-full wp-image-17570" /></a></p>
<p>If you would like the autocomplete to be off by default, select the check-box next to &quot;Manual only (CTRL+Space)&quot;. Then the autocomplete suggestions will only open in the editor or the command window when you hit the <code>CTRL+Space</code> key combination.</p>
<p>The other option that you control is what is included in the GAUSS autocomplete list. The choices are:</p>
<ul>
<li>GAUSS Library - Provide autocomplete for built-in GAUSS functions.</li>
<li>Current Document - Provide autocomplete for variables and procedures in the current file.</li>
<li>All - Both of the above.</li>
</ul>
<p>Usually, that is left set to &quot;All&quot;. However, if you have a file with many variables and need more help finding the GAUSS functions, you may prefer to set it to just &quot;GAUSS Library&quot;.</p>
<h3 id="conclusion">Conclusion</h3>
<p>In this short post, you have learned:</p>
<ul>
<li>The keys which control the autocomplete window.</li>
<li>How to activate the autocomplete tooltips with <code>CTRL+Space</code>.</li>
<li>The GAUSS preferences settings you can use to control autocomplete behavior.</li>
</ul>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/controlling-the-gauss-autocomplete-behavior/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
