<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-4-2-0</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>Bug [#2038]. Source of input reported in SCN_CHARADDED.</title>
<updated>2019-06-29T22:34:46+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-29T22:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d7e2afd1f88bf735b010461ff505470bfa468547'/>
<id>d7e2afd1f88bf735b010461ff505470bfa468547</id>
<content type='text'>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1924]. Option to allow block carets to trail selection ranges.</title>
<updated>2019-06-22T00:51:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T00:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1573a0d60a3cf054979125c7986566d13a6686d3'/>
<id>1573a0d60a3cf054979125c7986566d13a6686d3</id>
<content type='text'>
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] Updates to types of LineScroll,</title>
<updated>2019-06-22T03:07:31+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2019-06-22T03:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0ec94728bf7359fde4f23a9cf9287e1e59cc330c'/>
<id>0ec94728bf7359fde4f23a9cf9287e1e59cc330c</id>
<content type='text'>
[Set]MarginTypeN, and [Set]MarginCursorN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Set]MarginTypeN, and [Set]MarginCursorN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.</title>
<updated>2019-06-22T02:49:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T02:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b66902dfa3778d74c37ae8cf279021bf85c7c9a5'/>
<id>b66902dfa3778d74c37ae8cf279021bf85c7c9a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.</title>
<updated>2019-06-22T01:35:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-22T01:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bc02d0c442355ca6bd20893749664a44584f25ef'/>
<id>bc02d0c442355ca6bd20893749664a44584f25ef</id>
<content type='text'>
Adds *_NONE and INDICATOR_* enumeration values.
Moves old INDIC?_MASK to deprecated section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds *_NONE and INDICATOR_* enumeration values.
Moves old INDIC?_MASK to deprecated section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] Tweak aliases so that acronyms longer than 2</title>
<updated>2019-06-21T23:57:51+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-21T23:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8aaf6fe9d07b4817e7371f1d65372cd4cfb8487'/>
<id>c8aaf6fe9d07b4817e7371f1d65372cd4cfb8487</id>
<content type='text'>
characters are treated as words and are also good SNAKE_CASE.
This is consistent with coding guidelines such as from Google and Microsoft.
https://google.github.io/styleguide/cppguide.html#General_Naming_Rules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters are treated as words and are also good SNAKE_CASE.
This is consistent with coding guidelines such as from Google and Microsoft.
https://google.github.io/styleguide/cppguide.html#General_Naming_Rules
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants.</title>
<updated>2019-06-18T04:09:34+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-18T04:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9d67920dbd7d951b2de4da1b3d68f12b42999153'/>
<id>9d67920dbd7d951b2de4da1b3d68f12b42999153</id>
<content type='text'>
For example, FolderEnd instead of Folderend.
Could also be used for a snake_case option if desired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, FolderEnd instead of Folderend.
Could also be used for a snake_case option if desired.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] 6: Add enumeration types to APIs.</title>
<updated>2019-06-18T03:00:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-18T03:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef5c1c95756e22cd8244c04f90d388fd122e76d6'/>
<id>ef5c1c95756e22cd8244c04f90d388fd122e76d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from IndicatorStyle.</title>
<updated>2019-06-18T02:49:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-18T02:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1fd32d4f09181a872b78c238bdd7adaa65a62774'/>
<id>1fd32d4f09181a872b78c238bdd7adaa65a62774</id>
<content type='text'>
Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no
longer valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no
longer valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1297] 4: Add enu for IndicValue and UndoFlags to</title>
<updated>2019-06-18T02:15:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-06-18T02:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba67c936a7f56191e396e6c6015ede77ed791240'/>
<id>ba67c936a7f56191e396e6c6015ede77ed791240</id>
<content type='text'>
gather their values into a type.
Add _NONE values for 3 enumerations to make using them simpler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gather their values into a type.
Add _NONE values for 3 enumerations to make using them simpler.
</pre>
</div>
</content>
</entry>
</feed>
