diff options
Diffstat (limited to 'scintilla/doc/ScintillaHistory.html')
-rw-r--r-- | scintilla/doc/ScintillaHistory.html | 102 |
1 files changed, 96 insertions, 6 deletions
diff --git a/scintilla/doc/ScintillaHistory.html b/scintilla/doc/ScintillaHistory.html index c7911bf..b78dd43 100644 --- a/scintilla/doc/ScintillaHistory.html +++ b/scintilla/doc/ScintillaHistory.html @@ -427,6 +427,9 @@ <td>Yosef Or Boczko</td>
</tr><tr>
<td>Brian Griffin</td>
+ <td>Özgür Emir</td>
+ <td>Neomi</td>
+ <td>OmegaPhil</td>
</tr>
</table>
<p>
@@ -439,6 +442,94 @@ </li>
</ul>
<h3>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite335.zip?download">Release 3.3.5</a>
+ </h3>
+ <ul>
+ <li>
+ Released 31 August 2013.
+ </li>
+ <li>
+ Characters may be represented by strings.
+ In Unicode mode C1 control characters are represented by their mnemonics.
+ </li>
+ <li>
+ Added SCI_POSITIONRELATIVE to optimize navigation by character.
+ </li>
+ <li>
+ Option to allow mouse selection to switch to rectangular by pressing Alt after start of gesture.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1007/">Feature #1007.</a>
+ </li>
+ <li>
+ Lexer added for KVIrc script.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1008/">Feature #1008.</a>
+ </li>
+ <li>
+ Bash lexer fixed quoted HereDoc delimiters.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1500/">Bug #1500</a>.
+ </li>
+ <li>
+ MS SQL lexer fixed ';' to appear as an operator.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1509/">Bug #1509</a>.
+ </li>
+ <li>
+ Structured Text lexer fixed styling of enumeration members.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1508/">Bug #1508</a>.
+ </li>
+ <li>
+ Fixed bug with horizontal caret position when margin changed.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1512/">Bug #1512</a>.
+ </li>
+ <li>
+ Fixed bug on Cocoa where coordinates were relative to text subview instead of whole view.
+ </li>
+ <li>
+ Ensure selection redrawn correctly in two cases.
+ When switching from stream to rectangular selection with Alt+Shift+Up.
+ When reducing the range of an additional selection by moving mouse up.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1007/">Feature #1007.</a>
+ </li>
+ <li>
+ Copy and paste of rectangular selections compatible with Borland Delphi IDE on Windows.
+ <a href="http://sourceforge.net/p/scintilla/feature-requests/1002/">Feature #1002.</a>
+ <a href="http://sourceforge.net/p/scintilla/bugs/1513/">Bug #1513</a>.
+ </li>
+ <li>
+ Initialize extended styles to the default style.
+ </li>
+ <li>
+ On Windows, fix painting on an explicit HDC when first paint attempt abandoned.
+ </li>
+ <li>
+ Qt bindings in ScintillaEdit made to work on 64-bit Unix systems.
+ </li>
+ <li>
+ Easier access to printing on Qt with formatRange method.
+ </li>
+ <li>
+ Fixed SciTE failure to save initial buffer in single buffer mode.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1339/">Bug #1339</a>.
+ </li>
+ <li>
+ Fixed compilation problem with Visual C++ in non-English locales.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1506/">Bug #1506</a>.
+ </li>
+ <li>
+ Disable Direct2D when compiling with MinGW gcc on Windows because of changes in the recent MinGW release.
+ </li>
+ <li>
+ SciTE crash fixed for negative line.margin.width.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1504/">Bug #1504</a>.
+ </li>
+ <li>
+ SciTE fix for infinite dialog boxes when failing to automatically save a file.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1503/">Bug #1503</a>.
+ </li>
+ <li>
+ SciTE settings buffered.draw, two.phase.draw, and technology are applied to the
+ output pane as well as the edit pane.
+ </li>
+ </ul>
+ <h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite334.zip?download">Release 3.3.4</a>
</h3>
<ul>
@@ -475,7 +566,7 @@ </li>
<li>
CoffeeScript lexer fixes a bug with comment blocks.
- <a href="http://sourceforge.net/p/scintilla/feature-requests/1495/">Feature #1495.</a>
+ <a href="http://sourceforge.net/p/scintilla/bugs/1495/">Bug #1495</a>
</li>
<li>
ECL lexer regular expression code fixed.
@@ -980,7 +1071,7 @@ On Cocoa, remove incorrect setting of save point when reading information through 'string' and 'selectedString'.
</li>
<li>
- On Cocoa, fix incorrect memory managment of infoBar.
+ On Cocoa, fix incorrect memory management of infoBar.
</li>
<li>
On GTK+ 3 Ubuntu, fix crash when drawing margin.
@@ -1263,7 +1354,7 @@ UTF-8 validity is checked more stringently and consistently. All 66 non-characters are now treated as invalid.
</li>
<li>
- HTML lexer bug fixed with inconsistant highlighting for PHP when attribute on separate line from tag.
+ HTML lexer bug fixed with inconsistent highlighting for PHP when attribute on separate line from tag.
<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3520027&group_id=2439">Bug #3520027.</a>
</li>
<li>
@@ -3523,7 +3614,7 @@ SciTE retains selection range when performing a replace selection command. <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2339160&group_id=2439">Feature #2339160.</a>
</li>
<li>
- SciTE definition of word characters fixed to match documentaiton. <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2464531&group_id=2439">Bug #2464531.</a>
+ SciTE definition of word characters fixed to match documentation. <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2464531&group_id=2439">Bug #2464531.</a>
</li>
<li>
SciTE on GTK+ performing Search or Replace when dialog already shown now brings dialog to foreground.
@@ -7276,7 +7367,7 @@ </li>
<li>
Experimental line wrapping.
- Currently has performance and appearence problems.
+ Currently has performance and appearance problems.
</li>
</ul>
<h3>
@@ -9260,4 +9351,3 @@ </h3>
</body>
</html>
-
|