Author: espectador
Date: Wed Apr  9 01:03:04 2014
New Revision: 37791

URL: http://svn.gna.org/viewcvs/gnustep?rev=37791&view=rev
Log:
Add a comment.

Modified:
    apps/projectcenter/trunk/ChangeLog
    apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m

Modified: apps/projectcenter/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/ChangeLog?rev=37791&r1=37790&r2=37791&view=diff
==============================================================================
--- apps/projectcenter/trunk/ChangeLog  (original)
+++ apps/projectcenter/trunk/ChangeLog  Wed Apr  9 01:03:04 2014
@@ -1,3 +1,8 @@
+2014-04-08 German Arias <[email protected]>
+
+       * Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Add a
+       comment for last commit.
+
 2014-04-06 German Arias <[email protected]>
 
        * Headers/ProjectCenter/PCProjectLauncher.h: Add new variable

Modified: apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m?rev=37791&r1=37790&r2=37791&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
(original)
+++ apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
Wed Apr  9 01:03:04 2014
@@ -495,6 +495,11 @@
 
 - (void)insertText:text
 {
+  /* NOTE: On Windows we ensure to get a string in UTF-8 encoding. The problem
+   * is the highlighter that don't use a consistent codification causing a
+   * problem on Windows platform. Anyway, the plugin for Gemas editor works
+   * better and don't show this problem.
+   */
   if ([text isKindOfClass:[NSString class]])
     {
       NSString * string = text;


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to