Indenting: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
|st=d | |st=d | ||
|Title=Chapter VII. More than a Text Editor | |Title=Chapter VII. More than a Text Editor | ||
|prev= | |prev=Templates | ||
|Subtitle=Part 2. Using Bluefish | |Subtitle=Part 2. Using Bluefish | ||
|next=Man 2 ch07s02 | |next=Man 2 ch07s02 | ||
Line 11: | Line 11: | ||
<div style="float:right; background-color:#E5ECF9;border:1px solid #3061C2;"> | <div style="float:right; background-color:#E5ECF9;border:1px solid #3061C2;"> | ||
*[[#1. Indenting|1. Indenting]] | *[[#1. Indenting|1. Indenting]] | ||
*[[Man 2 ch07s02| 2. Autocompletion]] | *[[Man 2 ch07s02| 2. Autocompletion]] | ||
*[[Hidden features]] | |||
*[[Man 2 ch07s03| 3. Spell checker]] | *[[Man 2 ch07s03| 3. Spell checker]] | ||
*[[Man 2 ch07s04| 4. Function reference]] | *[[Man 2 ch07s04| 4. Function reference]] | ||
Line 32: | Line 33: | ||
Here's an extract of Dante's work indented with the Shift Right button in the main tool bar: | Here's an extract of Dante's work indented with the Shift Right button in the main tool bar: | ||
[[File: | [[File:Man1_indenting_right.png|none|frame|Indenting Part of a Text]] | ||
== Bluefish 2 == | |||
=== Tab key indents selection === | |||
If set in [[Preferences#Generic_editor_settings|Preferences]], the tab key will indent a selection and shift-tab will unindent. | |||
=== Auto identing === | |||
=== Smart indenting === | |||
{{Man2bottom | {{Man2bottom | ||
|prev= | |prev=Templates | ||
|up=Man 2 pt02 | |up=Man 2 pt02 | ||
|next=Man 2 ch07s02 | |next=Man 2 ch07s02 | ||
|prevname= | |prevname= Templates | ||
|nextname= 2. Auto tag closing | |nextname= 2. Auto tag closing | ||
}} | }} |
Latest revision as of 10:05, 20 July 2010
1. Indenting
To indent large sections of text, simply highlight the section and choose Edit → Shift Right (Ctrl+.). To remove an indentation, choose Edit → Shift Left (Ctrl+,). There are corresponding buttons in the tool bar for these menu options (see later in this text).
By default, Bluefish will use tabs for indenting, but can be configured to use spaces if you have Use spaces to indent, not tabs selected in the Editor preferences panel. The number of spaces used is the same as the Tab width option in the same preferences panel.
Here's an extract of Dante's work indented with the Shift Right button in the main tool bar:
Bluefish 2
Tab key indents selection
If set in Preferences, the tab key will indent a selection and shift-tab will unindent.