Revision: 5631
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5631&view=rev
Author: manningr
Date: 2010-05-30 17:26:23 +0000 (Sun, 30 May 2010)
Log Message:
-----------
Merged from trunk revision 5627 (Bug-Fix : RSyntax: When code reformatting was used on Windows, carriage return chars (\r) where inserted in the editor. These chars made keyboard arrow keys fail: If you stepped over an \r the key hit did nothing.)
Revision Links:
--------------
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5627&view=rev
Modified Paths:
--------------
branches/squirrel-sql_3_1_1/sql12/doc/changes.txt
Modified: branches/squirrel-sql_3_1_1/sql12/doc/changes.txt
===================================================================
--- branches/squirrel-sql_3_1_1/sql12/doc/changes.txt 2010-05-30 17:26:11 UTC (rev 5630)
+++ branches/squirrel-sql_3_1_1/sql12/doc/changes.txt 2010-05-30 17:26:23 UTC (rev 5631)
@@ -7,6 +7,12 @@
==================
Bug-Fixes:
+
+ RSyntax Editor:
+ - When code reformatting was used on Windows, carriage return chars (\r) where inserted in the
+ editor. These chars made keyboard arrow keys fail: If you stepped over an \r the key hit did
+ nothing.
+
- 2992443: Cannot use RSyntax or Netbeans editors
(Parser could be triggered far to often which resulted in high CPU and memory load. This problem was
caused by redundant carriage return chars (\r). Any redundant carriage return chars (\r) are removed from
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|