Solved performance issue in komodo edit / windows

when windows recent files is big and filled with network files, komodo edit was slow and unresponsive when activated. just by clearing the recent file list, this problem disapears.

can be ‘automated’ with :
del /Q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations*
del /Q %APPDATA%\Microsoft\Windows\Recent\CustomDestinations*

1 Like