Revision: 13449
          http://sourceforge.net/p/skim-app/code/13449
Author:   hofman
Date:     2023-06-07 14:42:38 +0000 (Wed, 07 Jun 2023)
Log Message:
-----------
enable continuous spell checking in text note editor by default

Modified Paths:
--------------
    trunk/SKTextNoteEditor.m

Modified: trunk/SKTextNoteEditor.m
===================================================================
--- trunk/SKTextNoteEditor.m    2023-06-03 21:43:47 UTC (rev 13448)
+++ trunk/SKTextNoteEditor.m    2023-06-07 14:42:38 UTC (rev 13449)
@@ -134,6 +134,7 @@
     [textView setVerticallyResizable:YES];
     [textView setAutoresizingMask:NSViewWidthSizable];
     [textView setUsesFontPanel:NO];
+    [textView setContinuousSpellCheckingEnabled:YES];
     [textView setAllowsUndo:YES];
     [textView setDelegate:self];
     [textView setString:[annotation string] ?: @""];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to