<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Man_1_ch12</id>
	<title>Man 1 ch12 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Man_1_ch12"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Man_1_ch12&amp;action=history"/>
	<updated>2026-05-23T18:55:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Man_1_ch12&amp;diff=207&amp;oldid=prev</id>
		<title>Fal7i: Created page with &#039;__NOTOC__ __NOEDITSECTION__ {{Man1top |lang=en |rev=1.0.6 |Title=Chapter&amp;nbsp;XII.&amp;nbsp;Development guidelines |prev=Man 1 ch11s05 |Subtitle=Part&amp;nbsp;3.&amp;nbsp;Developing Bluefish…&#039;</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Man_1_ch12&amp;diff=207&amp;oldid=prev"/>
		<updated>2009-08-19T14:50:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;__NOTOC__ __NOEDITSECTION__ {{Man1top |lang=en |rev=1.0.6 |Title=Chapter XII. Development guidelines |prev=Man 1 ch11s05 |Subtitle=Part 3. Developing Bluefish…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
{{Man1top&lt;br /&gt;
|lang=en&lt;br /&gt;
|rev=1.0.6&lt;br /&gt;
|Title=Chapter&amp;amp;nbsp;XII.&amp;amp;nbsp;Development guidelines&lt;br /&gt;
|prev=Man 1 ch11s05&lt;br /&gt;
|Subtitle=Part&amp;amp;nbsp;3.&amp;amp;nbsp;Developing Bluefish&lt;br /&gt;
|next=Man 1 ch12s02&lt;br /&gt;
}}&lt;br /&gt;
== Chapter XII. Development guidelines ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; background-color:#E5ECF9;border:1px solid #3061C2;&amp;quot;&amp;gt;&lt;br /&gt;
*[[# Indenting and formating style|1. Indenting and formating style]] &lt;br /&gt;
*[[Man 1 ch12s02|2. Naming]] &lt;br /&gt;
*[[Man 1 ch12s03|3. Declaring procedures]] &lt;br /&gt;
*[[Man 1 ch12s04|4. Header files]] &lt;br /&gt;
*[[Man 1 ch12s05|5. New files]] &lt;br /&gt;
*[[Man 1 ch12s06|6. File reference]] &lt;br /&gt;
*[[Man 1 ch12s07|7. Patches]] &lt;br /&gt;
*[[Man 1 ch12s08|8. Translations]] &lt;br /&gt;
**[[Man 1 ch12s08#|po-files-introduction 8.1. Introduction]] &lt;br /&gt;
**[[Man 1 ch12s08#|po-files-basics 8.2. PO files basics]] &lt;br /&gt;
**[[Man 1 ch12s08#|po-files-shortcuts 8.3. Shortcut keys]] &lt;br /&gt;
**[[Man 1 ch12s08#|po-files-contribute 8.4. How to contribute]] &lt;br /&gt;
*[[Man 1 ch12s09|9. Some tips]] &lt;br /&gt;
*[[Man 1 ch12s10|10. Making releases]] &lt;br /&gt;
*[[Man 1 ch12s11|11. Useful stuff]] &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Work hard but have fun!&lt;br /&gt;
&lt;br /&gt;
== 1. Indenting and formating style ==&lt;br /&gt;
Indenting can be done with the &amp;#039;&amp;#039;&amp;#039;indent&amp;#039;&amp;#039;&amp;#039; command line tool. Bluefish uses tabs - not spaces, and I&amp;#039;ll explain why.&lt;br /&gt;
&lt;br /&gt;
Some programmers prefer a lot of indenting, 8 characters, some prefer less, 3 characters. If Bluefish code was indented with spaces, these programmers had a problem, they would have to change the files to view it in their favourite layout. But because we use tabs, these programmers can simply set the tab width to a different value, and without changing the files it looks good for both programmers!&lt;br /&gt;
&lt;br /&gt;
To indent properly with &amp;#039;&amp;#039;&amp;#039;indent&amp;#039;&amp;#039;&amp;#039;, issue this command:&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; indent --line-length 100 --k-and-r-style --tab-size 4 \&lt;br /&gt;
 -bbo --ignore-newlines bluefishcode.c&lt;br /&gt;
&lt;br /&gt;
Comment all public functions like it is done in bf_lib.c and gtk_easy.c (javadoc style, with some small differences), this can be used to create a function reference.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Man1bottom&lt;br /&gt;
|prev=Man 1 ch11s05&lt;br /&gt;
|up=Man 1 pt03&lt;br /&gt;
|next=Man 1 ch12s02&lt;br /&gt;
|prevname= 5.&amp;amp;nbsp;Options in the Images Tab&lt;br /&gt;
|nextname=2.&amp;amp;nbsp;Naming&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Fal7i</name></author>
	</entry>
</feed>