Skip to content
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 10 commits into from
Nov 15, 2023

Conversation

tauraamui
Copy link
Owner

No description provided.

@tauraamui tauraamui added the enhancement New feature or request label Nov 15, 2023
@tauraamui tauraamui self-assigned this Nov 15, 2023
@tauraamui tauraamui merged commit f41f788 into dev Nov 15, 2023
1 check failed
@tauraamui tauraamui deleted the feat/re-arrange-to-start-implementing-undo branch November 15, 2023 15:48
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
Labels
enhancement New feature or request
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant