dsych
|
0ff9dc5f9e
|
making sure that select marks were set before attempting to extract text
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
0c79384529
|
there is no need to execute feedkeys inside a popup context, since keys are added into the global input buffer
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
789377eab4
|
adding the first test!
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
4466fce20b
|
fixing styling inside vim files
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
13102dc711
|
reverting back the highlight group
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
91bebc1826
|
adding a close button for keyboard triggered popup, since drag and resize are also enabled. removing wrap from border.
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
3239963893
|
Set the correct highlights in both popups in neovim
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
31e44548d3
|
Tidy up MouseFilter
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
e5e13ffcdd
|
Fix typo: Baloon -> Balloon
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
894ca522d3
|
Use the popup callback rather than manually trying to do it
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
322b7e0a38
|
Enable mouse interraction for the both popups in vim
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
bc1146df3b
|
Use normal highlighting for the popup as it's probably more readable (debatable?)
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
d2ed8a828c
|
Use popup_filter_menu for the keyboard-popup rather than 100% our own
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
fccafd6739
|
FixUp: border characters - indicate that the corner can be dragged
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
672ac78fef
|
Fix flaky syntax highlighting toggling on/off
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
64f2c8eb01
|
Use a fancy single line border in vim popup when we can
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
cb174c176d
|
Disable wrapping long lines in neovim popup too
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
2d082cc923
|
Use a more generous maximum size for the popup (TODO: option for this ?)
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
0d703779dc
|
evaluating select range
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
f3c39e12ab
|
FixUp: Display in watch window, and indent in popup
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
cfae062da1
|
Disable cursorLine for the hover-only popup
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
0b4da4c82b
|
Remove more text from the hover popup
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
64e38b57ab
|
Fix crash; enable syntax highlighting in hover popup; use a Watch for the popup and re-use existing drawing code
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
0895c5e829
|
Add 1 cell of padding to the x direction which makes the popup more readable
|
2021-02-21 17:01:41 +00:00 |
|
Ben Jackson
|
052d63dee5
|
Fix mouse interraction with the popup - don't handle events outside the window
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
93568ba05d
|
removing test code
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
e0b1d6ed81
|
fixing linting errors in python files
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
3c857cebf4
|
dynamically adjusting window size for nvim's floating window based on the buffer size
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
2f1c93a2ac
|
only diplaying relevant info like name and value for nested types and value only for simple types
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
cb441be7bc
|
allowing resizing and dragging with a mouse
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
b9ed7f34b4
|
removing redundant name for simple types, shortening variable type to 20 char and variable value to 100 chars to avoid overflowing tooltip window if the wrapped line is longer than the max size of the tooltip
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
04a5e889f9
|
making sure that float window is not modifiable inside nvim
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
f60b259dbc
|
adding type information for simple types
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
b95ae00054
|
enabling a close button for popup
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
4617250f41
|
adding border to popup
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
0ced5eb1d4
|
splitting mouse and cursor filtering to avoid trapping keyboard for hover
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
747ad9b804
|
removing literal dictionary syntax, as it is not included in nvim-4.4
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
d2990d7bae
|
making sure to open popup relative to cursor
|
2021-02-21 17:01:41 +00:00 |
|
dsych
|
819d6366ac
|
fully implemented the hover function for vim
|
2021-02-21 17:01:38 +00:00 |
|
dsych
|
4e994968ff
|
added popup support for vim, still need to figure out how to expand variables
|
2021-02-21 17:00:47 +00:00 |
|
dsych
|
7432be9532
|
implemented dynamic float windows for nvim
|
2021-02-21 17:00:47 +00:00 |
|
dsych
|
07858cc250
|
adding on the fly eval of inside a floating window
|
2021-02-21 17:00:47 +00:00 |
|
dsych
|
4c0ba92ac6
|
working on variables view
|
2021-02-21 17:00:47 +00:00 |
|
dsych
|
7c4eef9096
|
finally got float window working with variable evaluation
|
2021-02-21 17:00:47 +00:00 |
|
mergify[bot]
|
85ca867cc2
|
Merge pull request #348 from timtyrrell/patch-1
571069165
Update README typo
|
2021-02-16 08:59:33 +00:00 |
|
Tim Tyrrell
|
cb922bdc83
|
Update README typo
|
2021-02-14 11:56:27 -07:00 |
|
mergify[bot]
|
e99ac0d658
|
Merge pull request #345 from markwu/update-vscode-php-debug
555278088
Update vscode-php-debug to 1.14.9, it works for both Xdebug 2/3
|
2021-02-10 16:51:56 +00:00 |
|
Mark Wu
|
0cc4322b18
|
Update vscode-php-debug to 1.14.9, it works for both Xdebug 2/3
|
2021-02-10 20:01:18 +08:00 |
|
Ben Jackson
|
7f77842ab8
|
Make sure that tests fail properly; ensure that empty string is a valid default
543979751
|
2021-02-06 22:08:08 +00:00 |
|
mergify[bot]
|
4454dead0f
|
Merge pull request #344 from puremourning/multiple-vars
543920723
Fix variable substitution for multiple defaulted vars
|
2021-02-06 21:27:19 +00:00 |
|