<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src/DocumentAccessor.h, branch rel-5-6-2</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>Files no longer needed due to Lexer Object changes.</title>
<updated>2010-07-14T09:38:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-07-14T09:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=071dd4b2245f27b93cbc40a2e840071f6ff757d3'/>
<id>071dd4b2245f27b93cbc40a2e840071f6ff757d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made compatible with clang.</title>
<updated>2010-04-30T13:35:31+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-04-30T13:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9527e6f388b10afcde7088df567c3a907df77f8d'/>
<id>9527e6f388b10afcde7088df567c3a907df77f8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting whitespace.</title>
<updated>2010-02-17T00:39:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-02-17T00:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=58f779b422ffbb2291364dcd5966ead10b21b087'/>
<id>58f779b422ffbb2291364dcd5966ead10b21b087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding warnings from cppcheck. Mostly removing bodies of private copy</title>
<updated>2010-01-28T04:50:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2010-01-28T04:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca44a024da3b95f46c3a8422b29314defd4ae64b'/>
<id>ca44a024da3b95f46c3a8422b29314defd4ae64b</id>
<content type='text'>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using a much simpler property set implementation.</title>
<updated>2009-07-21T09:05:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2009-07-21T09:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b7af48a7681ab335ba2c53ffa48ab053ddf4c86'/>
<id>7b7af48a7681ab335ba2c53ffa48ab053ddf4c86</id>
<content type='text'>
Accessor objects use the PropertyGet interface to access just the property
set methods they need.
Removed SString.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accessor objects use the PropertyGet interface to access just the property
set methods they need.
Removed SString.
</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>unknown</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=710f716e96f6e9ee9eb410b343b78b3c4d95bc46'/>
<id>710f716e96f6e9ee9eb410b343b78b3c4d95bc46</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>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>unknown</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=6d82fda3c167c1ebdc7242f9ee6d42de2a47e838'/>
<id>6d82fda3c167c1ebdc7242f9ee6d42de2a47e838</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>
<entry>
<title>Changed mask to allow HTML to work.</title>
<updated>2005-03-09T03:25:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-03-09T03:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b64920976eb1ddc19630f435c2aee7788b6b6815'/>
<id>b64920976eb1ddc19630f435c2aee7788b6b6815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Jan Martin Pettersen to ensure lexers only see the bits in each</title>
<updated>2005-03-01T09:47:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2005-03-01T09:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=685d4b0320ed00a9c95195260616bfbf211b3e96'/>
<id>685d4b0320ed00a9c95195260616bfbf211b3e96</id>
<content type='text'>
style byte they are interested in and not of any other indicators added
by the container.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
style byte they are interested in and not of any other indicators added
by the container.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a Match method to Accessor to make it easy to check for strings in a document. Moved IsASpaceOrTab into StyleContext header.</title>
<updated>2002-05-20T07:34:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>unknown</email>
</author>
<published>2002-05-20T07:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=94b85e1fad1ca53b56fa1e1d41c5627849603b27'/>
<id>94b85e1fad1ca53b56fa1e1d41c5627849603b27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
