[Pydev-cvs] org.python.pydev.help/html ed_prefs.html,1.3,1.4
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-07-21 18:09:44
|
Update of /cvsroot/pydev/org.python.pydev.help/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18641/html Modified Files: ed_prefs.html Log Message: Add code folding preference to documentation Index: ed_prefs.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/ed_prefs.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ed_prefs.html 11 May 2004 11:02:02 -0000 1.3 --- ed_prefs.html 21 Jul 2004 18:09:34 -0000 1.4 *************** *** 1,6 **** <h2>Pydev editor preferences</h2> ! <p><img src="images/ed_prefs.gif" width="599" height="326"></p> <p><strong>Substitute spaces for tabs</strong>: whether editor should insert spaces when you hit a tab. </p> <p><strong>Assume tab spacing when files contain tabs?</strong>: you'll like this preference if you swing both ways, and mix & match tabs and spaces, When this pref is on, if the file is tab-indented editor will do the right thing and leave your tabs alone. </p> <p><strong>Tab length</strong>: in inches </p> <p><strong>Colors</strong>: are self-explanatary. The default colors have been borrowed from IDLE. </p> --- 1,7 ---- <h2>Pydev editor preferences</h2> ! <p><img src="images/ed_prefs.gif" width="590" height="371"></p> <p><strong>Substitute spaces for tabs</strong>: whether editor should insert spaces when you hit a tab. </p> <p><strong>Assume tab spacing when files contain tabs?</strong>: you'll like this preference if you swing both ways, and mix & match tabs and spaces, When this pref is on, if the file is tab-indented editor will do the right thing and leave your tabs alone. </p> + <p><strong>Code folding</strong>: turn this off if you'd like to get back the screen real estate </p> <p><strong>Tab length</strong>: in inches </p> <p><strong>Colors</strong>: are self-explanatary. The default colors have been borrowed from IDLE. </p> |