Update of /cvsroot/squirrel-sql/sql12/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28296/doc
Modified Files:
changes.txt
Log Message:
Loading and Saving files on Windows produced multiple CR (carriage return) chars in files. When copy and paste was used on such files multiple empty lines were created.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.534
retrieving revision 1.535
diff -C2 -d -r1.534 -r1.535
*** changes.txt 7 Feb 2010 18:48:56 -0000 1.534
--- changes.txt 11 Feb 2010 00:09:53 -0000 1.535
***************
*** 92,95 ****
--- 92,103 ----
Bug-Fixes:
+
+ Loading and saving files on Windows produced multiple CR (carriage return) chars in files.
+ When copy and paste was used on such files multiple empty lines were created.
+ Note: The Windows standard editor Notepad shows multiple CR chars where they exist and allows to remove them.
+ SQuirreL does not remove them automatically at any place.
+
+
+
Moved focus to SQL Editor when it gets visible through previous Session / next Session navigation (Alt left/right)
|