forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catch up with upstream #1
Merged
Merged
Conversation
This file contains 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
* allow saving of buffer with ctrl+s * updating inputs for vim for saving * switch saving to editorTextFocus mode and add mapping for macOS
* Add harfbuzz health-check, independent of static linking * Try with executing directory fix * Disable cache restore to unblock build
* Statically link harfbuzz * Update lockfiles * Add health check that exercises harfbuzz (shaping) * Formatting * Pick up latest reason-harfbuzz for static lib * Formatting
* Upgrade reason-libvim to bring in term command handler * Add command to add terminal in current split * Add support for plumbing in a command * Wire up basic support for term command * Clean-up * Update lockfiles; fix test * Bring in master lockfile * Merge master * Update lockfiles
* Dependency: reason-harfbuzz -> 1.91.8000 * Remove unused jest from devDependencies * Commit yarn.lock changes
* Set up filetype to be terminal for terminal buffers * Populate terminal tab title based on process title changed from service * Fix name * Use welcome path * Finish merging master * Refactor to use common code path for short/medium/long buffer titles * Use common codepath for getting buffer name * Use common buffer path parsing logic * Formatting
… indentation (#1438) * add failing test * disallow single-space indentation * add failing test for triple-space indentation * cleanup
* fix warnings that mysteriously passed CI * Update CI check to catch warnings * remove forgotten integration test Co-authored-by: Bryan Phelps <[email protected]>
* point to the right install files * Dependency: dune -> ^2.0.0
* Completion: Add editor.quickSuggestions setting to enable / disable completion * Formatting * Initial parsing test cases * Add parsing for extended attributes * Take into account syntax scope at completion meet location * Formatting * Add documentation for quickSuggestions
* Update dependencies; add SDL2 health-check * Formatting
* Updated mouse click menu handler properly handle wild menu * Refactored code
* Add check for dylibs in release script * Use welcome path * Un-pin esy-sdl2 * Update dependencies to pull in latest esy-sdl2 & reason-skia
Bring in a few fixes from revery-terminal: - hangs on large write: revery-ui/revery-terminal#15 - fix for UTF-8 replacement character: revery-ui/revery-terminal#14 - scrollback: revery-ui/revery-terminal#13 Fixes #1422
* Switch from Camomile -> Uutf * Remove ZedBundled * Add uutf/uucp licenses to ThirdPartyNotices.txt * Add esy check, fix errors * Add links to uutf/uucp in ThirdPartyLicenses.txt
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.
No description provided.