Initial Commit
[temp.git] / site-lisp / cedet-1.0pre4 / ecb-2.32 / html-help / Simulating-speedbar.html
blobb4e1e8ba5a2a54b9e35536bc8a5bed9f0d5f3606
1 <html lang="en">
2 <head>
3 <title>ECB - the Emacs Code Browser</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name=description content="ECB - the Emacs Code Browser">
6 <meta name=generator content="makeinfo 4.2">
7 <link href="http://www.gnu.org/software/texinfo/" rel=generator-home>
8 </head>
9 <body>
10 <p>
11 Node:<a name="Simulating%20speedbar">Simulating speedbar</a>,
12 Next:<a rel=next accesskey=n href="Integrating-speedbar.html#Integrating%20speedbar">Integrating speedbar</a>,
13 Previous:<a rel=previous accesskey=p href="Big-screens.html#Big%20screens">Big screens</a>,
14 Up:<a rel=up accesskey=u href="Tips-and-tricks.html#Tips%20and%20tricks">Tips and tricks</a>
15 <hr><br>
17 <h3>Simulating speedbar without an extra frame</h3>
19 <p>You can simulate a speedbar-like layout within ONE frame by doing the
20 following:
22 <ol type=1 start=1>
23 </p><li>Customize <code>ecb-layout-name</code> to layout name "left9", "left12",
24 "left13" or "left14" dependent to what you like.
26 <li>Optional: Ensure that <code>ecb-compile-window-height</code> is nil.
28 <li>Optional: Adjust the <code>ecb-windows-width</code>.
30 <li>Optional: Customize <code>ecb-toggle-layout-sequence</code> and toggle very fast
31 between several layouts by <code>ecb-toggle-layout</code>. See the doc-strings!
33 <li>Optional: Customize <code>ecb-show-sources-in-directories-buffer</code> to
34 not nil if the chosen layout (see 1. and 4.) contains a
35 directories-tree-buffer.
37 <li>Save your changes.
38 </ol>
40 <p>But not only simulating speedbar is possible but also full integrating
41 it into the ECB and the ECB-frame, See <a href="Integrating-speedbar.html#Integrating%20speedbar">Integrating speedbar</a>.
43 </body></html>