-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat/re arrange to start implementing undo #69
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
tauraamui
added a commit
that referenced
this pull request
Nov 17, 2023
tauraamui
added a commit
that referenced
this pull request
Nov 23, 2023
* Feat/define custom clipboard lib with interface type (#64) * define pkg module to contain clipboard wrapper def * instantiate root clipboard and dep inject into views * use mock/fake clipboard when running in tests * Feat/insert spaces not tab on tab (#67) * config: define new option field for inserting spaces over tabs * feat: implement tab insert method and use it * test: ensure tab insert inserts spaces not tab by default * test: ensure tabs are inserted not spaces if config option enabled * feat: implement method for indenting a visual selection * test: ensure visual indentation works correctly * make insertion of tabs over spaces be enabled by default * feat: implement unindenting visually selected lines * fix: increase top end selection index * Refactor/use wayland clipboard utils on wayland systems (#68) * reduce linux clipboard constructor and provide two wrapper implementations * remove unwanted clipboard implementation field * use stdlib system clipboard for linux * Feat/re arrange to start implementing undo (#69) * Feat/implement splashscreen (#70) * amend loading from given path to given directory * start moving views to live inside editor * on startup ensure path is a dir and render splash screen * render braille rep of logo in middle of splash screen * draw editor name/title underneath splash logo * improve splash screen logo design * splash: start to paint logo sections with different colours * add logo colourisation to splash screen * render tools list on splash screen * inject editor ref into sub views so they can invoke instructional callbacks * fix compiler fai * Feat/workspaces (#72) * fix: ensure view knows where to save (for now) (#73) * define clipboard constructor for macos * mix silly syntax mistake * fix: ensure we give editor the instance ref of the clipboard * make file finder show up as a kind of drop down menu * renable copy of visual d and start making file finder more functional * testfix: when running tests make sure to use mock clipboard * Feat/improve file browser and make scrollable (#76) * define browser modal fixed height and implement single line cursor scrolling * make current not enabled commands explicitly visually disabled on splash screen * allow arrow key based navigation on basic file browser * docs: add todo comment for buffer tests * remove no longer needed version of buffer and buffer test * compile/build: resolve compiler warnings * disable undo and add note * remove unused import * Feat/file browsing search (#79) * fix: handle loading empty files * Feat/make config overridable (#82) * define config type in workspace and define basic test * add some additional "fake" FS files to workspace open test * refactor: dep inject config into open view * test: ensure default bundled config is loaded * dep inject os.read_file util into workspace open * test: ensure workspace loads user defined config as well as local files * define test to ensure fallback config is used if missing local * temp disable loading any syntax files other than v * remove unwanted debug printouts * tidyup * make git file exclusion more .. foolproof? * Feat/make leader key configurable (#84) * define leader key config option * dep inject resolved leader key into splash screen load
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.