Added a bunch of new features to the base code#4
Open
frantic0 wants to merge 80 commits intoFormBucket:masterfrom
Open
Added a bunch of new features to the base code#4frantic0 wants to merge 80 commits intoFormBucket:masterfrom
frantic0 wants to merge 80 commits intoFormBucket:masterfrom
Conversation
…mirror user; added ebnf style
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.
…ntListener( "mousemove
Added autocomplete functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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