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.
Restyle wild menu/add commandline cursor (#1191)
* Rework styling to match quickopen menu also add icon - file icon atm ?alternatives * Render wild menu into the stack layer * Reduce padding * Compose wild menu with commandline * Configure wild menu and commandline Components now render in the same layer and can be positioned similarly if both present or interchangeably if one options is disabled * Render components separately inside of common container * Attempt to manually place external menus not working * add space to constructor * Add timeout to prevent flickering of cmdline Also only render overlay if both elements present * revert changes to neovim surface * wire up setcursor actions * Add a cursor to commandline * Remove excess space * Remove refs from commandline components * re-add focus as this is essential for functionality * important: fix html trimming whitespace bug using whitespace: pre-wrap from one of see facebook/react#4134 html auto removes trailing white space breaking the cursor's position functionality * add in the prompt segment * fix overflow styling * add pointer events but not selection * Add overflow handling for command line * minor change to comment position * adjust cursor position * re-add missing max width to ensure commandline and wild menu have same width * re-arrange css to rerun tests * re-arrange css again.. * reduce timeout to 80ms * Add spurious CR to rerun test
- Loading branch information
Showing
8 changed files
with
224 additions
and
115 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
Oops, something went wrong.