Welcome, guest | Sign In | My Account | Store | Cart

Clear all Komodo Most Recent Used lists

JavaScript, 20 lines
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
var arrMRU = [
"compare_files_first",
"compare_files_second",
"find-foldersMru",
"find-patternMru",
"find_findInFilesFieldMru",
"mruFileList",
"mruProjectList",
"mruTemplateList",
"new-dirnameMru",
"new-filenameMru",
"run-commandMru",
"run-commandStringMru",
"run-cwdMru",
"run-parseRegexMru"];

for (m in arrMRU) {
    var mru = ko.mru.getAll(arrMRU[m]);
    ko.mru.reset(arrMRU[m]);
}
Created by Davide Ficano on Wed, 14 Apr 2010 (MIT)
JavaScript recipes (69)
Davide Ficano's recipes (4)
Komodo Macros (15)

Required Modules

  • (none specified)

Other Information and Tasks