mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
Add a comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@37791 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
761ba276ce
commit
1d906ebdf1
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-04-08 German Arias <germanandre@gmx.es>
|
||||
|
||||
* Modules/Editors/ProjectCenter/PCEditorView.m (-insertText:): Add a
|
||||
comment for last commit.
|
||||
|
||||
2014-04-06 German Arias <germanandre@gmx.es>
|
||||
|
||||
* Headers/ProjectCenter/PCProjectLauncher.h: Add new variable
|
||||
|
|
|
@ -495,6 +495,11 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start)
|
|||
|
||||
- (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;
|
||||
|
|
Loading…
Reference in a new issue