Cannot change text in Komodo Editor 10?

I just installed Komodo Edit 10, created a project, and tried to start editing a file – but cannot change any text.
The editor is acting like it is in view-only mode, like vi, but I do not see where to change this behavior.
Can anybody tell me what’s going on?
I used the earlier versions of Komodo for years, and never experienced this until Komodo 10.

Thanks,
Rick

You may have an incompatible add-on. Help > Troubleshooting > View Log File will show any errors. Please post that here. In the meantime, restarting in Safe Mode should confirm an incompatible add-on or some other incompatibility from an older version of Komodo. (Help > Troubleshooting > Restart in Safe Mode)

Thanks for the reply.
When I restarted in Safe Mode, I was able to edit files; but when I restarted in normal mode, still cannot edit.
The log file does show an error, but I don’t understand what it means. Here’s the part containing the error:

[2016-06-24 10:04:45,131] [INFO] Startup: Welcome to Komodo Edit 10.0.0 build 17209 (platform macosx, running on Darwin 15.5.0 version Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64)
[2016-06-24 10:04:45,131] [INFO] Startup: /Applications/Komodo Edit 10.app/Contents/MacOS/komodo built on Wed May 11 22:00:40 2016
[2016-06-24 10:04:45,134] [INFO] koInitService: installing Komodo samples to ‘/Users/Rick/Library/Application Support/KomodoEdit/10.0/samples’
[2016-06-24 10:04:45,446] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman
[2016-06-24 10:04:46,279] [WARNING] koLess: Clearing local and file cache
[2016-06-24 10:04:46,416] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381
[2016-06-24 10:04:47,940] [WARNING] console-logger: Expected identifier for pseudo-class or pseudo-element but found ’ '. Ruleset ignored due to bad selector. (1) in chrome://komodo/skin/codeintel.css:1
[2016-06-24 10:04:47,941] [WARNING] console-logger: Unexpected end of file while searching for closing } of invalid rule set. (1) in chrome://komodo/skin/codeintel.css:42
[2016-06-24 10:04:48,008] [ERROR] console-logger: ReferenceError: require is not defined (2) in chrome://komodo/content/bindings/windows.xml:39
Traceback (most recent call last):
File “chrome://komodo/content/bindings/windows.xml”, line 39, in

[2016-06-24 10:04:48,076] [WARNING] root: ko.logging has been converted to a CommonJS module; use require(“ko/logging”) instead (since Komodo 9.0.0a1).
@chrome://komodo/content/komodo.js:48:1

[2016-06-24 10:04:48,480] [ERROR] console-logger: TypeError: redeclaration of variable val (2) in chrome://analytics/content/analytics.js:204
Traceback (most recent call last):
File “chrome://analytics/content/analytics.js”, line 204, in

[2016-06-24 10:04:49,633] [WARNING] keybindings: [Shift+Down] was used for ‘cmd_selectLineNext’, overriding to use ‘cmd_selectLineNext’
[2016-06-24 10:04:49,634] [WARNING] keybindings: [Ctrl+Shift+Right] was used for ‘cmd_endOfWordExtend’, overriding to use ‘cmd_selectRectCharNext’
[2016-06-24 10:04:49,634] [WARNING] keybindings: [Ctrl+Shift+Left] was used for ‘cmd_selectWordLeft’, overriding to use ‘cmd_selectRectCharPrevious’
[2016-06-24 10:04:50,611] [INFO] koInitService: Adding pre startup service for ‘koFileStatusService’: ‘@activestate.com/koFileStatusService;1’
[2016-06-24 10:04:50,645] [INFO] elastic_tabstops: Elastic tabstops loaded.
[2016-06-24 10:04:51,099] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in file:///Applications/Komodo%20Edit%2010.app/Contents/Resources/components/koamAddonManager.js:138
[2016-06-24 10:04:51,474] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2016-06-24 10:04:52,812] [WARNING] commands: updateCommandset: cmdset_history
[2016-06-24 10:04:52,813] [WARNING] commands: updateCommandset: komodoFileSaveItems
[2016-06-24 10:04:52,815] [WARNING] commands: updateCommandset: cmdset_for_showHideMinimap
[2016-06-24 10:04:52,816] [WARNING] commands: updateCommandset: cmdset_cutcopydelete
[2016-06-24 10:04:52,818] [WARNING] commands: updateCommandset: cmdset_selection
[2016-06-24 10:04:52,822] [WARNING] commands: updateCommandset: cmdset_view_codeintel_changed
[2016-06-24 10:04:52,823] [WARNING] commands: updateCommandset: cmdset_view_or_language_changed
[2016-06-24 10:04:52,825] [WARNING] commands: updateCommandset: cmdset_currentview_is_editor_on_html
[2016-06-24 10:04:52,826] [WARNING] commands: updateCommandset: cmdset_view_dependent
[2016-06-24 10:04:52,829] [WARNING] commands: updateCommandset: cmdset_undo
[2016-06-24 10:04:52,830] [WARNING] commands: updateCommandset: cmdset_place_bufferOperations
[2016-06-24 10:04:52,831] [WARNING] commands: updateCommandset: cmdset_place_treeOperations
[2016-06-24 10:04:52,832] [WARNING] commands: updateCommandset: cmdset_some_files_open
[2016-06-24 10:04:53,375] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_4’
[2016-06-24 10:04:53,375] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_5’
[2016-06-24 10:04:53,376] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_2’
[2016-06-24 10:04:53,376] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_3’
[2016-06-24 10:04:53,377] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_cursor_1’
[2016-06-24 10:04:53,378] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_remote_change’
[2016-06-24 10:04:53,378] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘spelling_error’
[2016-06-24 10:04:53,379] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name ‘collab_local_change’
[2016-06-24 10:04:53,597] [INFO] koInitService: Adding pre startup service for ‘KoMemoryReporter’: ‘@activestate.com/koMemoryReporter;1’
[2016-06-24 10:04:53,600] [INFO] koInitService: Adding pre startup service for ‘koCommandmentService’: ‘@activestate.com/koCommandmentService;1’
ERROR:xpcom:Creation of class ‘<class ‘component:koCommandmentService.KoCommandmentService’>’ failed!
Exception details follow

ERROR:xpcom:Unhandled exception calling ‘int8 * createInstance(in nsISomething, in nsIID &, out retval InterfaceIs *);’
Traceback (most recent call last):
File “/Applications/Komodo Edit 10.app/Contents/Resources/python/xpcom/server/policy.py”, line 300, in CallMethod
return 0, func(*params)
File “/Applications/Komodo Edit 10.app/Contents/Resources/python/xpcom/server/factory.py”, line 57, in createInstance
return self.klass()
File “/Applications/Komodo Edit 10.app/Contents/Resources/components/koCommandmentService.py”, line 477, in init
self._reader = _CommandmentsReader(koDirs.userDataDir, ver)
File “/Applications/Komodo Edit 10.app/Contents/Resources/components/koCommandmentService.py”, line 386, in init
self._pipe = os.open(self._commandmentsFileName, os.O_RDWR)
OSError: [Errno 2] No such file or directory: ‘/Users/Rick/Library/Application Support/KomodoEdit/10.0/commandments.fifo’
[2016-06-24 10:04:53,620] [ERROR] koInitService: Unable to start ‘koCommandmentService’ service: ‘@activestate.com/koCommandmentService;1’
Traceback (most recent call last):
File “/Applications/Komodo Edit 10.app/Contents/Resources/components/koInitService.py”, line 404, in loadStartupCategories
getService(components.interfaces.nsIObserver)
File “/Applications/Komodo Edit 10.app/Contents/Resources/python/xpcom/components.py”, line 195, in getService
return serviceManager.getServiceByContractID(self.contractid, _get_good_iid(iid))
File “<XPCOMObject method ‘getServiceByContractID’>”, line 3, in getServiceByContractID
Exception: 2147500037 (NS_ERROR_FAILURE)
[2016-06-24 10:04:56,967] [WARNING] commands: updateCommandset: cmdset_projects_places

file:///Applications/Komodo%20Edit%2010.app/Contents/Resources/components/koamAddonManager.js:138

Definitely looks like an addon problem.

Please try: Help > Troubleshooting > Restart without addons.

I tried that: no change, still cannot edit.
I did enable the ‘Add-on Manager’ in an attempt to find an incompatible add-on; but it did not alert me to anything when I restarted.
Still debugging…

So when you go to Tools > Add-ons (not legacy) the list is completely empty?

No, when I do Tools > Add-ons, there’s nothing under Packages, but if I click on ‘Everything’ I see this: