<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Position.h, branch rel-5-6-1</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Avoid some warnings.</title>
<updated>2021-04-26T08:06:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-04-26T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4dcd314b9a77c93f650f5ff4e42b3695366e0095'/>
<id>4dcd314b9a77c93f650f5ff4e42b3695366e0095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.</title>
<updated>2018-04-16T22:23:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-16T22:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=255d2d33abf4c2c5a918bacde049004e52b7986f'/>
<id>255d2d33abf4c2c5a918bacde049004e52b7986f</id>
<content type='text'>
This option is provisional and experimental.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is provisional and experimental.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Sci::clamp with C++ standard std::clamp function.</title>
<updated>2018-01-27T21:57:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-27T21:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6141b5164e83cf1122027decd88829e735ba707d'/>
<id>6141b5164e83cf1122027decd88829e735ba707d</id>
<content type='text'>
std::clamp is from C++17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
std::clamp is from C++17.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make clamp generic so can be used on more types.</title>
<updated>2018-01-21T21:20:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-01-21T21:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cd628e62f21dc03bc8d62bf5c8bf1fd65d025dd2'/>
<id>cd628e62f21dc03bc8d62bf5c8bf1fd65d025dd2</id>
<content type='text'>
Updated comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused functions and methods from Platform.h.</title>
<updated>2017-06-12T01:49:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-06-12T01:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46f9fd7509eaa2809392acf3a264b57a2daf973c'/>
<id>46f9fd7509eaa2809392acf3a264b57a2daf973c</id>
<content type='text'>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced Platform::Clamp with Sci::clamp but will later change this to
std::clamp once on full C++17 compilers.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using Sci::Position and Sci::Line to mark variables that are document positions</title>
<updated>2017-03-31T07:19:38+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-03-31T07:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ff947c9db5ab9f1a093434180bc05bfecb62c4d'/>
<id>8ff947c9db5ab9f1a093434180bc05bfecb62c4d</id>
<content type='text'>
and lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define Position and invalidPosition inside the Sci namespace for internal use.</title>
<updated>2016-03-25T07:04:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-25T07:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5fb6f88108fdade234c232257f006a404cd2306a'/>
<id>5fb6f88108fdade234c232257f006a404cd2306a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Position.h as a place-holder and to allow #include "Position.h" in source.</title>
<updated>2015-07-27T03:10:03+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-07-27T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=478d819121d970ca773cb52c99f396a9bf73ee62'/>
<id>478d819121d970ca773cb52c99f396a9bf73ee62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
