<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/CodingStyle, branch v4.8.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-04-14T20:41:41Z</updated>
<entry>
<title>Convert CodingStyle file to Markdown notations</title>
<updated>2018-04-14T20:41:41Z</updated>
<author>
<name>Jeremie Guichard</name>
<email>djebrest@gmail.com</email>
</author>
<published>2018-04-14T11:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0ceb7e01d89544e1f3e4e5fbff6581684111da12'/>
<id>urn:sha1:0ceb7e01d89544e1f3e4e5fbff6581684111da12</id>
<content type='text'>
Rename CodingStyle into CodingStyle.md
Update markups to use the ones used in other md files
Move external link reference to the bottom of the file

Signed-off-by: Jeremie Guichard &lt;djebrest@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add Coding conventions section in CodingStyle file</title>
<updated>2018-04-10T15:18:32Z</updated>
<author>
<name>Jeremie Guichard</name>
<email>djebrest@gmail.com</email>
</author>
<published>2018-04-10T07:08:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=65c91e833ce1e851699b161beeceebc48527e4a4'/>
<id>urn:sha1:65c91e833ce1e851699b161beeceebc48527e4a4</id>
<content type='text'>
Add section about string manipulation
Moved some of the existing conventions into the new section:
 - variable declarations
 - text strings
 - UI text style

Update CONTRIBUTING.md with references to CodingStyle file

Signed-off-by: Jeremie Guichard &lt;djebrest@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix minor typos and spelling mistakes in README.md and related</title>
<updated>2018-04-09T14:48:01Z</updated>
<author>
<name>Jeremie Guichard</name>
<email>djebrest@gmail.com</email>
</author>
<published>2018-04-09T05:59:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f633cb81ae095ea128a406e69b5eecab23be92a9'/>
<id>urn:sha1:f633cb81ae095ea128a406e69b5eecab23be92a9</id>
<content type='text'>
Signed-off-by: Jeremie Guichard &lt;djebrest@gmail.com&gt;
</content>
</entry>
<entry>
<title>CodingStype: add explanation how to install the QtCreator settings</title>
<updated>2015-09-07T14:58:35Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-09-07T14:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f09b46d47aee38291e4b7fa6a8fd3d4dc3ea955a'/>
<id>urn:sha1:f09b46d47aee38291e4b7fa6a8fd3d4dc3ea955a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CodingStyle: add an extra line for the braces explaination</title>
<updated>2015-03-23T15:40:32Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2015-03-18T00:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=120088fd16902abd386248eb53e59f88c7591e61'/>
<id>urn:sha1:120088fd16902abd386248eb53e59f88c7591e61</id>
<content type='text'>
The extra call "dosomethingelse()" is added with the
intention that user will not be confused to add braces
around single lined "if" conditions.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update CodingStyle</title>
<updated>2015-03-23T12:54:16Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-03-23T12:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2ffdb8945f77e051630a90556a653de1c2f1e438'/>
<id>urn:sha1:2ffdb8945f77e051630a90556a653de1c2f1e438</id>
<content type='text'>
Initializers were not documenting what we actually do.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Adds advice on text strings to style guide</title>
<updated>2014-12-17T15:51:57Z</updated>
<author>
<name>Tim Wootton</name>
<email>tim@tee-jay.demon.co.uk</email>
</author>
<published>2014-12-17T09:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a9bb191dba7f85360d8a88c452f1f949854a6ed0'/>
<id>urn:sha1:a9bb191dba7f85360d8a88c452f1f949854a6ed0</id>
<content type='text'>
Signed-off-by: Tim Wootton &lt;tim@tee-jay.demon.co.uk&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Small update to CodingStyle document</title>
<updated>2014-07-16T16:16:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-07-16T16:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=45acec0e25eda766b77b297509d78e2cd81ce706'/>
<id>urn:sha1:45acec0e25eda766b77b297509d78e2cd81ce706</id>
<content type='text'>
Mention variable declarations (they should be at the beginning of code
blocks).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>CodingStyle "to" "too" typo</title>
<updated>2014-05-10T16:41:17Z</updated>
<author>
<name>Jeremiah Mahler</name>
<email>jmmahler@gmail.com</email>
</author>
<published>2014-05-10T16:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=81ec6f3176e3985a5f60d4ca34ed8de23e17786a'/>
<id>urn:sha1:81ec6f3176e3985a5f60d4ca34ed8de23e17786a</id>
<content type='text'>
Small typo in CodingStyle.
".. in this file to." should be "... in this file too."

Signed-off-by: Jeremiah Mahler &lt;jmmahler@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fixed Subsurface coding style for classes in vim.</title>
<updated>2014-03-10T18:34:49Z</updated>
<author>
<name>Lakshman</name>
<email>acrlakshman@gmail.com</email>
</author>
<published>2014-03-10T17:19:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e8ee701d3573c860b09c2634647e9d00a0bb111c'/>
<id>urn:sha1:e8ee701d3573c860b09c2634647e9d00a0bb111c</id>
<content type='text'>
With the current suggested settings in `CodingStyle` content
of class blocks gets indented. To avoid this, value `g0` is
added to cinoptions. In addition to this `TODO` thing, few
additional options are suggested.

 - Included the value `(0` to cinoptions, to comply with the
   discontinuation of continuous lines as per Subsurface
   coding style recommendations.

Add two options that aren't exactly about coding style but about
convenience:

 - `hls` option to highlight all search options.
 - `is` option to do incremental search

Signed-off-by: Lakshman Anumolu &lt;acrlakshman@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
