<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mcselec.com/bavr/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=View_Code_Explorer%2Fde</id>
		<title>View Code Explorer/de - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mcselec.com/bavr/index.php?action=history&amp;feed=atom&amp;title=View_Code_Explorer%2Fde"/>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=View_Code_Explorer/de&amp;action=history"/>
		<updated>2026-04-25T07:55:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.6</generator>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=View_Code_Explorer/de&amp;diff=1794&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=View_Code_Explorer/de&amp;diff=1794&amp;oldid=prev"/>
				<updated>2013-02-15T19:06:18Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:06, 15 February 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wiki.mcselec.com/bavr/index.php?title=View_Code_Explorer/de&amp;diff=1793&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;= &lt;span style=&quot;font-size: 14pt; font-weight: bold;&quot;&gt;Action&lt;/span&gt; =  Shows the Code Explorer Window  &amp;nbsp;  Code explorer.png  &lt;span class=&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcselec.com/bavr/index.php?title=View_Code_Explorer/de&amp;diff=1793&amp;oldid=prev"/>
				<updated>2013-02-12T21:06:05Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;= &amp;lt;span style=&amp;quot;font-size: 14pt; font-weight: bold;&amp;quot;&amp;gt;Action&amp;lt;/span&amp;gt; =  Shows the Code Explorer Window     &lt;a href=&quot;/bavr/File:Code_explorer.png&quot; title=&quot;File:Code explorer.png&quot;&gt;Code explorer.png&lt;/a&gt;  &amp;lt;span class=&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== (**COPIED FROM ENGLISH PAGE**) === &amp;lt;span style=&amp;quot;font-size: 14pt; font-weight: bold;&amp;quot;&amp;gt;Action&amp;lt;/span&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Shows the Code Explorer Window&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
[[File:Code explorer.png|center|Code explorer.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;f_ImageCaption&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code explorer shows code elements in a tree. By double clicking an element the cursor will be set to the matching code in the editor.&lt;br /&gt;
&lt;br /&gt;
You can also drag an element into the editor window.&lt;br /&gt;
&lt;br /&gt;
By clicking the right mouse a pop up menu will allow you to filter out constants and variables (registers) from the definition file.&lt;br /&gt;
&lt;br /&gt;
The following code elements will be shown in the explorer:&lt;br /&gt;
&lt;br /&gt;
- Aliases. These are the user&amp;amp;nbsp;[[ALIAS]].&lt;br /&gt;
&lt;br /&gt;
- Assembler. This is for single line asm using&amp;amp;nbsp;&amp;lt;span style=&amp;quot;font-weight: bold;&amp;quot;&amp;gt;!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
- Assembler Block. This is for assembler blocks using $asm .. $end asm. If you add comment after $asm, it will be shown in the tree as well. Example&amp;amp;nbsp;: $asm&amp;amp;nbsp;; Test&lt;br /&gt;
&lt;br /&gt;
- Constants. Both user defined constants ([[CONST]]) and constants from the definition file are shown.&lt;br /&gt;
&lt;br /&gt;
- Declarations. Subs and Functions are both shown. Each with their own color.&lt;br /&gt;
&lt;br /&gt;
- Functions. These are the user function implementations.&lt;br /&gt;
&lt;br /&gt;
- Labels. When labels are used in subs and functions, the sub/functions name is listed first.&lt;br /&gt;
&lt;br /&gt;
- Macros. These are the user macro's created with&amp;amp;nbsp;[[MACRO]].&lt;br /&gt;
&lt;br /&gt;
- Subs. These are the user sub implementations.&lt;br /&gt;
&lt;br /&gt;
- Variables. These are the variables from the user code and definition file. Each shown with their own color. Locals are shown under a branch of the sub/function.&lt;br /&gt;
&lt;br /&gt;
- CallStack. This is optional. Since it takes time to trace the call stack it is turned off by default. Use the pop up menu to activate it.&lt;br /&gt;
&lt;br /&gt;
The call stack shows a tree of the calls you make to user subs and functions. And each sub/function also shows the user functions it calls.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
When the Code Explorer has the focus, pressing CTRL+F will search in the code explorer and not in the editor.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Using the code explorer can slow down editing. When the code explorer is visible, after modifications of the code, the project is parsed in the same thread. When you hide/close the window, you will not notice this. On a modern PC you will probably not notice it either way. In version 2.0.7.6 the code explorer is considered a beta functionality. If an error occurs, contact support. By making the Code Explorer window invisible, the explorer is deactivated.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:BASCOM IDE/de]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>