Skip to content

Added a bunch of new features to the base code#4

Open
frantic0 wants to merge 80 commits intoFormBucket:masterfrom
frantic0:master
Open

Added a bunch of new features to the base code#4
frantic0 wants to merge 80 commits intoFormBucket:masterfrom
frantic0:master

Conversation

@frantic0
Copy link

Extended this svelte component to export a few base code-mirror functionality. Now exporting
getSelection()
getValue()

Added extra functions
getBlock() to find block between dividers using a regex (should generalize this for general regex)

Refactored some base methods
set() creates editor to reset theme

Exported command handlers as props
cmdEnter
ctrlEnter
shiftEnter
cmdPeriod
ctrlPeriod
cmdHiffen
cmdEqual
cmdOpenSquareBracket
cmdCloseSquareBracket
cntrPeriod

chriskiefer and others added 30 commits April 21, 2020 17:22
Added export functions getCursorPosition and getRange
bump "svelte" "^3.23.2"
bump "rollup-plugin-svelte" "^5.2.2"
bump "rollup" "^1.15.6"

replaced "rollup-plugin-node-resolve" "^5.0.3" by "@rollup/plugin-node-resolve" "^8.0.1"
    "@rollup/plugin-babel": "^5.0.3",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@rollup/plugin-replace": "^2.3.3",
    "npm-run-all": "^4.1.5",
    "rollup-plugin-svelte": "^5.2.2",
    "rollup-plugin-terser": "^6.1.0",
    "sapper": "^0.27.0",
    "svelte": "^3.15.0",
    "rollup": "^2.16.1"
…ghting; added setSize wrapper to work with external resizeObserver
- Sort strings.
- Select completion by double clicking, single click previews it instead.
 Added autocomplete functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants