WIP: basicSetup: refactor array to object #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the keys are useful for looping the values in
basicSetupnot tested, just a draft
I can tell, because this doesn't work. As the docs say, this is something you'd want to copy and modify, it is not configurable.
yes. codemirror would need to accept the object type
but then its hard to differentiate
an "extension object" from an "object of extension objects" ...
yes, my goal is to make this easier
example use:
keep active extensions in a
codeMirrorExtensionsobjectso i can call, for example
codeMirrorExtensions.lineNumbers.reconfigure( ... )but ... nevermind : )
Pull request closed