Autocompletion: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
|rev=2.0.0
|rev=2.0.0
|st=d
|st=d
|Title=2. Autocompletion
|Title=Autocompletion
|prev=Man 2 ch07
|prev=Indenting
|Subtitle=Chapter VII. More than a Text Editor
|Subtitle=More than a Text Editor
|next=Man 2 ch07s03
|next=Hidden features
}}
}}


Line 18: Line 18:
== Bluefish 2 ==
== Bluefish 2 ==


* general setting: Preferences [[Preferences#Non-project initial documents settings|Non-project initial documents settings]] [[Preferences#Generic editor settings|Generic editor settings]]
* general setting: see Preferences [[Preferences#Non-project initial documents settings|Non-project initial documents settings]] [[Preferences#Generic editor settings|Generic editor settings]]
* per project: Project [[Man 2 ch06s03|Project]]
* per project: see [[Projects]]
* per document type: Preferences [[Preferences#Advanced syntax scanning option|Advanced syntax scanning option]] [[Preferences#Languages|Languages]]
* per document type: see Preferences [[Preferences#Advanced syntax scanning option|Advanced syntax scanning option]] [[Preferences#Languages|Languages]]
{|  
{|  
| [[File:Man2 autocompletion 01.png|none|frame|?]]
| [[File:Man2 autocompletion 01.png|none|frame|?]]
Line 29: Line 29:
|-  
|-  
| [[File:Man2 autocompletion 03.png|none|frame|?]]
| [[File:Man2 autocompletion 03.png|none|frame|?]]
|
|-
| [[File:Man2 autocompletion 04.png|none|frame|?]]
|
|-
| [[File:Man2 autocompletion 05.png|none|frame|?]]
|
|-
| [[File:Man2 autocompletion 06.png|none|frame|?]]
|  
|  
|}
|}
Line 34: Line 43:


{{Man2bottom
{{Man2bottom
|prev=Man 2 ch07
|prev=Indenting
|up=Man 2 ch07
|up=Man 2 ch07
|next=Man 2 ch07s03
|next=Hidden features
|prevname= Chapter VII. More than a Text Editor
|prevname=Indenting
|nextname= 3. Spell checker
|nextname=Hidden features
}}
}}

Latest revision as of 10:27, 20 July 2010


Bluefish 1[edit]

By default, Bluefish will automatically produce closing tags for HTML and XML documents. For example, if you type <p> within an HTML document, bluefish will produce </p>. So, as soon as you finish typing a non-empty HTML tag, meaning the tag is supposed to have a closing tag, Bluefish will help you out and close the tag automatically. This feature can be turned off by unchecking the Document → Auto Close HTML Tags (Ctrl+T) menu option.

Bluefish has two modes for tag closing, an XML mode and an HTML mode. In XML mode, Bluefish will add a closing tag to any tag that is not closed itself with />. In HTML mode, Bluefish excludes all known tags that do not need a closing tag, such as <br> and <img>.

Bluefish will choose the mode based on the file type of the document. In the filetype preferences panel, the default mode for each file type can be set. See Section 10, “Modifying file types” for more info.

Bluefish 2[edit]

?
?
?
?
?
?