<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch sciteco-rel-5-1-3</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>commented out Editor::SetRepresentations()</title>
<updated>2021-10-10T14:47:45+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2021-10-10T14:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fab670c471c7eea28d43ebaeed14b3c886e2c6e5'/>
<id>fab670c471c7eea28d43ebaeed14b3c886e2c6e5</id>
<content type='text'>
* This sets the default key representations on every SCI_SETDOCPOINTER
  which is very inefficient considering the way that SciTECO uses the
  Q-Register view.
  Furthermore it meant, we had to reset the representations to their
  SciTECO versions again after every SCI_SETDOCPOINTER.
* This patch only does not cause problems because we initialize
  the representations anyway for every Scintilla view.
  This patch is not meant to be upstreamed!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This sets the default key representations on every SCI_SETDOCPOINTER
  which is very inefficient considering the way that SciTECO uses the
  Q-Register view.
  Furthermore it meant, we had to reset the representations to their
  SciTECO versions again after every SCI_SETDOCPOINTER.
* This patch only does not cause problems because we initialize
  the representations anyway for every Scintilla view.
  This patch is not meant to be upstreamed!
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Scintilla::Curses to allow for terminal drawing of the main caret.</title>
<updated>2021-10-09T23:02:10+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2021-10-09T23:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2bcf60285e1c196bf05cd47a8e04beb150b485ef'/>
<id>2bcf60285e1c196bf05cd47a8e04beb150b485ef</id>
<content type='text'>
This is the patch from scinterm/patches/02-caretstyle_curses.patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the patch from scinterm/patches/02-caretstyle_curses.patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1416] Change evaluation order so that monospaceASCII</title>
<updated>2021-09-28T03:04:23+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-28T03:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=30bc23dbb011c9394714aa304fa88ac356ccce17'/>
<id>30bc23dbb011c9394714aa304fa88ac356ccce17</id>
<content type='text'>
checked before cache which may improve performance for monospaceASCII.
Only reset clear state when storing into cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checked before cache which may improve performance for monospaceASCII.
Only reset clear state when storing into cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad layout of monospace text on Cocoa by adding separate field</title>
<updated>2021-09-28T02:53:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fe41a24534e1280f088835ea1813fa64120f4169'/>
<id>fe41a24534e1280f088835ea1813fa64120f4169</id>
<content type='text'>
monospaceCharacterWidth for width of monospaced characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
monospaceCharacterWidth for width of monospaced characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles</title>
<updated>2021-09-28T02:08:09+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1'/>
<id>810964f8e6b80fbfdb7f96b9a084acc4cbe5a3a1</id>
<content type='text'>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
larger than 255 to be represented.
Before this, it may have been possible but extremely rare for a cache entry to
wrongly match a styled lexeme and produce incorrect layout.
Using uint16_t from cstdint instead of a bit field as tools perform more
checking on that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove file that is no longer used or contain any definitions.</title>
<updated>2021-09-28T02:02:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-28T02:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f038d69e4c79d3dfb9979ad28d0c6b0f30e823c'/>
<id>2f038d69e4c79d3dfb9979ad28d0c6b0f30e823c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove line end space.</title>
<updated>2021-09-20T23:41:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-20T23:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=826b435368f2b23d419ccd7f97a70b01c969e163'/>
<id>826b435368f2b23d419ccd7f97a70b01c969e163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous destruction.</title>
<updated>2021-09-16T21:46:07+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-16T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0e05823e5c021e2368c885743092450a199ef16e'/>
<id>0e05823e5c021e2368c885743092450a199ef16e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add noexcept and constexpr where reasonable.</title>
<updated>2021-09-16T21:38:35+00:00</updated>
<author>
<name>Zufu Liu</name>
<email>unknown</email>
</author>
<published>2021-09-16T21:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f99432484eb77df0d0ea1871ed34ffb74b501fba'/>
<id>f99432484eb77df0d0ea1871ed34ffb74b501fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning from Xcode.</title>
<updated>2021-09-16T12:27:32+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-09-16T12:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4840ebf15e51588a3e2f6caf16832ae83ffb9717'/>
<id>4840ebf15e51588a3e2f6caf16832ae83ffb9717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
