<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/Decoration.cxx, branch rel-3-3-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>Made methods const where they can be and are logically const as well.</title>
<updated>2013-05-23T14:04:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-05-23T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=44da106995e3b3ca4068f584c16f59d8fced4e69'/>
<id>44da106995e3b3ca4068f584c16f59d8fced4e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using std::fill instead of a loop is much faster. As much as 4x on a large block.</title>
<updated>2013-04-19T06:27:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2013-04-19T06:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8f19a8e14d8ddda4dab8a70e9c868e65aea199b0'/>
<id>8f19a8e14d8ddda4dab8a70e9c868e65aea199b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3487440. Fix bug where setting an indicator on for whole document</title>
<updated>2012-02-14T23:50:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2012-02-14T23:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e9f19dc73287d101d234ae12733a35d9e8a831ef'/>
<id>e9f19dc73287d101d234ae12733a35d9e8a831ef</id>
<content type='text'>
had no effect since that was regarded as an empty indicator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
had no effect since that was regarded as an empty indicator.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not extend decorations when appending to end of document. Bug #3378718.</title>
<updated>2011-08-07T00:20:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-08-07T00:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=21938a8ea8c456705d09823eb41cce6186276ace'/>
<id>21938a8ea8c456705d09823eb41cce6186276ace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add accessor to RunStyles for number of runs so Decoration can use public API.</title>
<updated>2011-06-07T01:37:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-06-07T01:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1b3f7d04c670a821ee7ed2c60dea9e898742bf7c'/>
<id>1b3f7d04c670a821ee7ed2c60dea9e898742bf7c</id>
<content type='text'>
Make RunStyles internal methods private.
RunFromPosition is const so marker as const.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make RunStyles internal methods private.
RunFromPosition is const so marker as const.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear document style now only clears the lexer indicators.</title>
<updated>2008-08-09T05:55:58+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-08-09T05:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d81d1ab0ff6f822a839166558713f4b3f91a4879'/>
<id>d81d1ab0ff6f822a839166558713f4b3f91a4879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ClearDocumentStyle clears all indicators in case the lexer has used an</title>
<updated>2008-08-03T11:18:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-08-03T11:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75bd235fda3664fe9fbc09bb1d0e0d7f8e634f78'/>
<id>75bd235fda3664fe9fbc09bb1d0e0d7f8e634f78</id>
<content type='text'>
indicator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
indicator.
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate OS X support for scintilla.  a big patch with a little commit message :)</title>
<updated>2007-06-01T00:57:26+00:00</updated>
<author>
<name>scaraveo</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-01T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bff5c376377f4c19a62e6a44eccda7dbe9deebaf'/>
<id>bff5c376377f4c19a62e6a44eccda7dbe9deebaf</id>
<content type='text'>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR</title>
<updated>2007-04-19T13:21:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-19T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8780a67905c9516b91ee014749ea791427075490'/>
<id>8780a67905c9516b91ee014749ea791427075490</id>
<content type='text'>
notification flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
notification flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>More decoration code, with modifications reported from document to views</title>
<updated>2007-04-07T00:57:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-07T00:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ad28ca6790189274f7cb8066c125140b995e95a'/>
<id>8ad28ca6790189274f7cb8066c125140b995e95a</id>
<content type='text'>
although this isn't optimal. Some checking for null changes. Messages
documented. Methods for changing indicators in Accessor so can be used by
lexers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
although this isn't optimal. Some checking for null changes. Messages
documented. Methods for changing indicators in Accessor so can be used by
lexers.
</pre>
</div>
</content>
</entry>
</feed>
