This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Start refactoring interface to use diagnostic type * Continue working with types.Diagnostic * Refactor to use types.Diagnostic * Update types * Bring back setErrors call * Restore ErrorOverlay functionality * Fix error messages * Restore error / warning behavior * Add SetErrorsAction/ClearErrotsAction * Add error info to state * Add action creators for set / clear errors * Hook up react store to provider * Add reselect * Reformat to use store data instead of separate array of errors * Fix selector * Add reducer to handle errors * Add window state to redux store * Create actions for window state * Add reducer for window actions * Set up windowState and hook up reducer to top-level reducer * Add ActiveWindow component * Test out ActiveWindowContainer * Remove background color * Create new, side-by-side implementation of WindowContext to support refactoring. WindowContext2 will replace WindowContext once the refactoring is complete. * Remove ErrorOverlay, refactor to use store state completely * Fix some runtime errors * Fix path normalization and preserve existing errors * Add windowTopLine/windowBottomLine to redux store, and move more state over to the connected component * Add error markers * Add cursor and errors back in * Remove ScrollBarOverlay * Add SET_BUFFER_STATE action * Wire up total buffer lines * Remove error test in NeovimInstance * Remove legacy SetActiveWindowDimensions action * Refactor ActiveWindow to separate file * Fix issue with empty string buffer name * Show details only when not in insert mode * Fix regerssion with cursorLine * Add PLAN, fix compile errors after merge * Fix lint issues * Remove PLAN.md * Update failing unit tests
- Loading branch information
extr0py
authored
Jul 19, 2017
1 parent
508e326
commit 25ee3a1
Showing
25 changed files
with
625 additions
and
359 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.