<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>scintilla-interest Google Group</title>
  <link>http://groups.google.com/group/scintilla-interest</link>
  <description>Discussion of the Scintilla source code editing component.</description>
  <language>en-US</language>
  <item>
  <title>Line wrapping changes</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/1fc4f58bfa6d3ab4/d2c2c605af93ae22?show_docid=d2c2c605af93ae22</link>
  <description>
  There are some inefficiencies in the line wrapping code with lines outside the wrap-needed range being wrapped and lines being wrapped multiple times. Some improvements were just committed that should optimise the more common cases. In particular, most typing or deletion within a line should only cause that line to be rewrapped.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/1fc4f58bfa6d3ab4/d2c2c605af93ae22?show_docid=d2c2c605af93ae22</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Tue, 18 Jun 2013 05:25:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] Last (sub)-line in document displayed repetitively with word wrap</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/71714abb9d638098?show_docid=71714abb9d638098</link>
  <description>
  Florian Balmer: &lt;br&gt; &lt;p&gt; OK. committed to Hg. &lt;br&gt; &lt;p&gt; For anyone that spots regressions in wrap mode, please report them. &lt;br&gt; &lt;p&gt; Neil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/71714abb9d638098?show_docid=71714abb9d638098</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Tue, 11 Jun 2013 02:40:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] Last (sub)-line in document displayed repetitively with word wrap</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/bd3a0a918698483f?show_docid=bd3a0a918698483f</link>
  <description>
  Thank you very much for the quick update, it works fine! &lt;br&gt; I don&#39;t have the power to see if it affects any other code paths, so far I &lt;br&gt; haven&#39;t seen any side effects, at least. &lt;br&gt; --Florian
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/bd3a0a918698483f?show_docid=bd3a0a918698483f</guid>
  <author>
  florian.bal...@gmail.com
  (Florian Balmer)
  </author>
  <pubDate>Fri, 07 Jun 2013 17:48:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] Last (sub)-line in document displayed repetitively with word wrap</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/3acff1676b2b4911?show_docid=3acff1676b2b4911</link>
  <description>
  Florian Balmer: &lt;br&gt; &lt;p&gt; The contraction state object wasn&#39;t correctly synchronized to the ﻿lines. Here is a potential patch but it may affect other code paths: &lt;br&gt; &lt;p&gt;diff -r 6a2f299a13b1 src/Editor.cxx &lt;br&gt; --- a/src/Editor.cxx Wed Jun 05 22:39:05 2013 +1000 &lt;br&gt; +++ b/src/Editor.cxx Thu Jun 06 10:28:37 2013 +1000
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/3acff1676b2b4911?show_docid=3acff1676b2b4911</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Thu, 06 Jun 2013 00:34:19 UT
</pubDate>
  </item>
  <item>
  <title>Last (sub)-line in document displayed repetitively with word wrap</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/2e3ebc8b4bb79615?show_docid=2e3ebc8b4bb79615</link>
  <description>
  I&#39;d like to report an issue posted to me by a mindful user of Notepad2. I&#39;m &lt;br&gt; able to reproduce the problem with SciTE 3.3.3 on Windows (any version, &lt;br&gt; Direct2D disabled): &lt;br&gt; 1. Create a new document in SciTE &lt;br&gt; 2. Enable word wrap (Options, Wrap) &lt;br&gt; 3. Type some text, until the line is long enough to get wrapped
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/2c12c24c57ec33f4/2e3ebc8b4bb79615?show_docid=2e3ebc8b4bb79615</guid>
  <author>
  florian.bal...@gmail.com
  (Florian Balmer)
  </author>
  <pubDate>Wed, 05 Jun 2013 19:46:33 UT
</pubDate>
  </item>
  <item>
  <title>Does anyone use Digital Mars C++?</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/b46aff3b71eb9dde/08bb74e4a8800e24?show_docid=08bb74e4a8800e24</link>
  <description>
  There are some conditionally compiled sections of ScintillaWin.cxx that work around some problems with Digital Mars C++ from 11 years ago. Its likely that Digital Mars now supports the Imm32 library (needed for Asian language input) and zmouse.h header (mouse wheel definitions) so it should be possible to remove these preprocessor checks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/b46aff3b71eb9dde/08bb74e4a8800e24?show_docid=08bb74e4a8800e24</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Wed, 05 Jun 2013 10:06:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] Font smoothing on OS X</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/ae84a96d4d94969b/8a3be51a93241347?show_docid=8a3be51a93241347</link>
  <description>
  Me: &lt;br&gt; &lt;p&gt; This change has now been committed. &lt;br&gt; &lt;p&gt; Neil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/ae84a96d4d94969b/8a3be51a93241347?show_docid=8a3be51a93241347</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Wed, 05 Jun 2013 09:07:48 UT
</pubDate>
  </item>
  <item>
  <title>Scintilla 3.3.3 released</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/37d19a9fb99403fd/e89e0177b4a3bfc2?show_docid=e89e0177b4a3bfc2</link>
  <description>
  Scintilla 3.3.3 is now available from the scintilla.org web site. &lt;br&gt; &lt;p&gt; Scintilla 3.3.3 is a bug fix release, mostly for the GTK+ platform. The previous release 3.3.2 contained bugs with copy, paste and drag and drop leading to invalid memory reads and spurious characters. &lt;br&gt; &lt;p&gt; Other changes were made and bugs fixed. A detailed list of changes is available on the history page.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/37d19a9fb99403fd/e89e0177b4a3bfc2?show_docid=e89e0177b4a3bfc2</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Sun, 02 Jun 2013 01:01:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/f9ff620e5181e6ca?show_docid=f9ff620e5181e6ca</link>
  <description>
  This should be reported to the wxStyledTextCtrl maintainers. &lt;br&gt; &lt;p&gt; Neil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/f9ff620e5181e6ca?show_docid=f9ff620e5181e6ca</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Fri, 31 May 2013 05:36:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/19513c1f9bcebd34?show_docid=19513c1f9bcebd34</link>
  <description>
  Neil: &lt;br&gt; &lt;p&gt;I did find the fragment you referenced in cocoa/ScintillaCocoa.mm. There &lt;br&gt; are only two places (and both set bufferedDraw to false). I don&#39;t have &lt;br&gt; anything similar to that file in wxSTC, but I did set the default value to &lt;br&gt; &amp;quot;false&amp;quot; as you have and recompiled the component to see if this makes any
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/19513c1f9bcebd34?show_docid=19513c1f9bcebd34</guid>
  <author>
  paulclin...@gmail.com
  (Paul K)
  </author>
  <pubDate>Fri, 31 May 2013 05:22:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/d405f88c353211ab?show_docid=d405f88c353211ab</link>
  <description>
  Neil: &lt;br&gt; &lt;p&gt;wxStyledTextCtrl instead of the native implementation. wxWidgets may not &lt;br&gt; have implementations for translucency or may differ in the way the alpha &lt;br&gt; value is interpreted: possibly making it less visible. &lt;br&gt; I indeed use wxSTC, but the interesting thing is that I can get the colors &lt;br&gt; (including transparency) to work just find as long as I don&#39;t turn the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/d405f88c353211ab?show_docid=d405f88c353211ab</guid>
  <author>
  paulclin...@gmail.com
  (Paul K)
  </author>
  <pubDate>Fri, 31 May 2013 03:38:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/8b50bdc99ac11220?show_docid=8b50bdc99ac11220</link>
  <description>
  Paul K: &lt;br&gt; &lt;p&gt; Looked through your posting history and it appears you are using wxStyledTextCtrl instead of the native implementation. wxWidgets may not have implementations for translucency or may differ in the way the alpha value is interpreted: possibly making it less visible. &lt;br&gt; &lt;p&gt; Neil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/8b50bdc99ac11220?show_docid=8b50bdc99ac11220</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Fri, 31 May 2013 00:41:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/f8cc3c32dfa611d4?show_docid=f8cc3c32dfa611d4</link>
  <description>
  Neil: &lt;br&gt; &lt;p&gt;platform used and the colour chosen. Setting &lt;br&gt; selection.additional.back=#000 0FF in SciTE shows additional selections as a &lt;br&gt; light blue on my main MacBook display (a Dell 2005FPW) but its less intense &lt;br&gt; on the built-in screen. Choose a colour and level of alpha that works for &lt;br&gt; you. &lt;br&gt; &lt;p&gt;Right; everything looks/works as expected as long as I don&#39;t call
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/f8cc3c32dfa611d4?show_docid=f8cc3c32dfa611d4</guid>
  <author>
  paulclin...@gmail.com
  (Paul K)
  </author>
  <pubDate>Fri, 31 May 2013 00:28:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [scintilla] SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/96e2361fb02ae79c?show_docid=96e2361fb02ae79c</link>
  <description>
  Paul K: &lt;br&gt; &lt;p&gt; The visibility of translucent features will depend on the display and platform used and the colour chosen. Setting selection.additional.back=#000 0FF in SciTE shows additional selections as a light blue on my main MacBook display (a Dell 2005FPW) but its less intense on the built-in screen. Choose a colour and level of alpha that works for you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/96e2361fb02ae79c?show_docid=96e2361fb02ae79c</guid>
  <author>
  nyamaton...@me.com
  (Neil Hodgson)
  </author>
  <pubDate>Fri, 31 May 2013 00:07:03 UT
</pubDate>
  </item>
  <item>
  <title>SetBufferedDraw(false) removes additional selection indication (and some other indicators) on OSX (Scintilla 3.2.3)</title>
  <link>http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/196e1f668ae8d781?show_docid=196e1f668ae8d781</link>
  <description>
  Neil: &lt;br&gt; &lt;p&gt;I just noticed that I don&#39;t see any color on additional selections on OSX &lt;br&gt; (Scintilla 3.2.3). On Windows the same code shows the same selection by &lt;br&gt; default and when I adjust SetAdditionalSelAlpha I get a proper change in &lt;br&gt; additional selection. &lt;br&gt; &lt;p&gt;It turned out to be related to SetBufferedDraw(false) call I added on OSX
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/scintilla-interest/browse_thread/thread/15564497b41bc9d9/196e1f668ae8d781?show_docid=196e1f668ae8d781</guid>
  <author>
  paulclin...@gmail.com
  (Paul K)
  </author>
  <pubDate>Thu, 30 May 2013 19:00:21 UT
</pubDate>
  </item>
  </channel>
</rss>
