##// END OF EJS Templates
Decoupling the celltoolbar select UI from CellToolbar....
Decoupling the celltoolbar select UI from CellToolbar. The select menu for celltoolbar presets should live entirely in the maintoolbar code - it was 1/2 in CellToolbar itself. This fixes this issue using events and an additional method on CellToolbar (list_presets).

File last commit:

r8053:58574fbf
r9146:10bda596
Show More
package.json
29 lines | 756 B | application/json | JsonLexer
{
"name": "CodeMirror",
"version":"2.32.0",
"main": "codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [
{
"type": "MIT",
"url": "http://codemirror.net/LICENSE"
}
],
"directories": {
"lib": "./lib"
},
"bugs": "http://github.com/marijnh/CodeMirror2/issues",
"keywords": ["JavaScript", "CodeMirror", "Editor"],
"homepage": "http://codemirror.net",
"maintainers":[ {
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "http://codemirror.net"
}],
"repositories": [
{
"type": "git",
"url": "https://github.com/marijnh/CodeMirror2.git"
}
]
}