<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-43</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>Updated copyrights for 2002.</title>
<updated>2002-01-18T10:06:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-18T10:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9964d746fb102527ed8db38f740fbb43a2bf292c'/>
<id>9964d746fb102527ed8db38f740fbb43a2bf292c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed what looks like a gcc compiler bug returning true for ':' when</title>
<updated>2002-01-16T09:55:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-16T09:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d226462faa1dc7bb77af8723de9fdc7335d176bf'/>
<id>d226462faa1dc7bb77af8723de9fdc7335d176bf</id>
<content type='text'>
function declared as inline rather than static inline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function declared as inline rather than static inline.
</pre>
</div>
</content>
</entry>
<entry>
<title>WrapLines performs scroll bar and top line maintenance.</title>
<updated>2002-01-16T07:26:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-16T07:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cac2d7ef4ec04021d201bfd3d0a831aca0686f82'/>
<id>cac2d7ef4ec04021d201bfd3d0a831aca0686f82</id>
<content type='text'>
WrapLines called before ensuring a lin eis visible so doc&lt;-&gt;visible mapping
correct.
When modification changes number of lines, NeedWrapping starts one line
before.
Horizontal scrolling disallowed even more when in wrap mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WrapLines called before ensuring a lin eis visible so doc&lt;-&gt;visible mapping
correct.
When modification changes number of lines, NeedWrapping starts one line
before.
Horizontal scrolling disallowed even more when in wrap mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>GetNearestWord changed to use a passed in set of valid word characters</title>
<updated>2002-01-15T07:35:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-15T07:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2d0ba77d21ef2c645bcad67fa61dec4e80b54f25'/>
<id>2d0ba77d21ef2c645bcad67fa61dec4e80b54f25</id>
<content type='text'>
rather than a hardcoded list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than a hardcoded list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made buffer for PHP keywords larger as some of the predefined functions</title>
<updated>2002-01-14T11:54:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-14T11:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ed7ff8459b0ea15c20460b4c051625424b88b7b6'/>
<id>ed7ff8459b0ea15c20460b4c051625424b88b7b6</id>
<content type='text'>
have long names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
have long names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added TickerID typedef to ease merging FOX code.</title>
<updated>2002-01-13T10:07:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-13T10:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7d604cbdd43d33fa3f19e86fa868d8d8f9a0fc18'/>
<id>7d604cbdd43d33fa3f19e86fa868d8d8f9a0fc18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added option to autocompletion AutoCSetDropRestOfWord which removes any</title>
<updated>2002-01-13T01:10:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-13T01:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b0c5a98abfcd122f2f88d55b3c1b09391a1af8a'/>
<id>7b0c5a98abfcd122f2f88d55b3c1b09391a1af8a</id>
<content type='text'>
word characters following an insertion made by auto-completion.
Bundled the changes made by an autocompletion into one undo action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
word characters following an insertion made by auto-completion.
Bundled the changes made by an autocompletion into one undo action.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made code bool-safe and turned Visual C++ warning 4800 back on.</title>
<updated>2002-01-10T23:11:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-10T23:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=65697a29ece801849925ca032691324135fb012f'/>
<id>65697a29ece801849925ca032691324135fb012f</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 Kengo Jinno to make Japanese entry work on Windows 9x.</title>
<updated>2002-01-10T21:58:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-10T21:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=76b997d0cccd68e69ee1b6d70ae6135d9d84a32f'/>
<id>76b997d0cccd68e69ee1b6d70ae6135d9d84a32f</id>
<content type='text'>
More changes from Neil to avoid problem introduced by above with overstrike
mode replacing one character with two.
Comments about Digital Mars ifdefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More changes from Neil to avoid problem introduced by above with overstrike
mode replacing one character with two.
Comments about Digital Mars ifdefs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work on line wrapping.</title>
<updated>2002-01-09T12:33:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2002-01-09T12:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1fa6889448d17acdc5741cbfc4509a31edd7b3b6'/>
<id>1fa6889448d17acdc5741cbfc4509a31edd7b3b6</id>
<content type='text'>
Rather than storing a needWrap flag, there is now a record of the last line
wrapped, so if a change requires some rewrapping then the wrapping is only
performed for the line of the change and subsequent lines.
If a change in styling spills off the end of a line, such as occurs by
starting a multiline comment, that style change may change the width of
subsequent text so rewrapping is performed.
When window resized, rewrap only done when width changed as resize may be
only vertical.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than storing a needWrap flag, there is now a record of the last line
wrapped, so if a change requires some rewrapping then the wrapping is only
performed for the line of the change and subsequent lines.
If a change in styling spills off the end of a line, such as occurs by
starting a multiline comment, that style change may change the width of
subsequent text so rewrapping is performed.
When window resized, rewrap only done when width changed as resize may be
only vertical.
</pre>
</div>
</content>
</entry>
</feed>
