Commit Graph

20157 Commits

Author SHA1 Message Date
effdotsh
89c04a79ae removed trim codeblocks 2024-06-14 00:06:47 -06:00
effdotsh
667d9825b6 added code demoing markdown errors 2024-06-13 23:38:45 -06:00
effdotsh
f83f69a450 fixed spacing 2024-06-13 22:27:04 -06:00
effdotsh
8e1103a916 fixed line trimming, add language to codeblock if not provided 2024-06-13 13:04:36 -06:00
effdotsh
c7db6c4bf3 pushing again because ci froze 2024-06-11 22:16:58 -04:00
effdotsh
e4f0cf526e more code quality changes 2024-06-11 21:57:11 -04:00
effdotsh
8ec6b00106 added let statement to appease clippy 2024-06-11 21:45:14 -04:00
effdotsh
37d62cf590 removed debugging prints 2024-06-11 21:27:02 -04:00
effdotsh
b87b4fcfdf removed prints 2024-06-11 19:32:28 -04:00
effdotsh
9097c9151b fixed trimmer from overtrimming when not around codeblocks 2024-06-11 19:31:23 -04:00
effdotsh
54e48cf7da fixed line trimming 2024-06-11 18:56:25 -04:00
effdotsh
89726f6216 moved get_rendered_text to testing only 2024-06-11 17:35:56 -04:00
effdotsh
2fd07bfa46 removed unused imports 2024-06-11 17:33:05 -04:00
effdotsh
23d924c33f pass all tests except leading whitespace 2024-06-11 17:23:36 -04:00
effdotsh
e7a9ba9cb3 get rendered text from info popover 2024-06-11 17:08:50 -04:00
effdotsh
4397b8c6fc started adapting tests, fixed select color 2024-06-11 16:03:18 -04:00
effdotsh
965f2dbadb reverted lines that shouldnt change 2024-06-10 23:24:48 -04:00
effdotsh
3ee62fdf0c fixed cmd c close on link edge case 2024-06-10 23:20:21 -04:00
effdotsh
8b921f87d6 added hover popover focused check 2024-06-10 22:46:40 -04:00
effdotsh
00f78b94fe cmd c from popovers works 2024-06-10 19:16:57 -04:00
effdotsh
58165d8492 removed incomplete func 2024-06-10 18:51:46 -04:00
effdotsh
e5dd34ed5d copy on selection 2024-06-10 17:26:40 -04:00
effdotsh
4605db7523 fixed all warnings 2024-06-07 17:29:50 -04:00
effdotsh
6f3250ba9e cleared all warnings 2024-06-07 17:27:47 -04:00
effdotsh
998bd35d6f proper popover padding 2024-06-07 17:21:30 -04:00
effdotsh
87eaa625de markdownstyle from theme 2024-06-07 16:14:15 -04:00
effdotsh
4b99a94470 the formatting is strange but it works! 2024-06-07 15:10:47 -04:00
effdotsh
a4be555dc9 FOUND THE CULPRIT LINE 2024-06-06 20:11:06 -04:00
effdotsh
a06eb30f8d added background color for debugging 2024-06-06 19:53:33 -04:00
effdotsh
14a0a130f3 added debugging comment 2024-06-06 19:46:09 -04:00
effdotsh
e0b46a5060 removed middle object 2024-06-06 17:53:32 -04:00
effdotsh
8cea761693 no comprendo 2024-06-06 17:42:23 -04:00
effdotsh
e2087a0a84 it works... once 2024-06-06 15:32:14 -04:00
effdotsh
a901f9976b new markdown appears in popover 2024-06-06 14:27:22 -04:00
effdotsh
bfc7932024 Smaller window 2024-06-06 03:04:29 -04:00
effdotsh
1e825ffea5 second child appears 2024-06-06 02:43:31 -04:00
effdotsh
511463f574 new window on popover 2024-06-06 02:29:07 -04:00
effdotsh
7dc6ba4d66 added markdown as child demo 2024-06-06 02:07:36 -04:00
effdotsh
8781db6b68 merged 2024-06-06 00:08:09 -04:00
effdotsh
77809989aa white box popover 2024-06-05 19:39:07 -04:00
Mikayla Maki
d3d0d01571 Adjust IME action buffering to only apply to insert actions (#12702)
Follow up to https://github.com/zed-industries/zed/pull/12678
fixes https://github.com/zed-industries/zed/issues/11829

In this solution, we only buffer Insert Text actions from the macOS IME.
The marked text and unmark actions are eagerly processed, so that the
IME state is synchronized with the editor state during multi step
pre-edit composition.

Release Notes:

- Fixed an issue where the IME pre-edit could desynchronize from the
editor on macOS
([#11829](https://github.com/zed-industries/zed/pull/12651)).

Co-authored-by: Conrad <conrad@zed.dev>
2024-06-05 16:13:03 -07:00
effdotsh
3125c98bb9 popover mousedown demo 2024-06-05 17:45:24 -04:00
Marshall Bowers
29d29f5a90 assistant: Initialize the UI font in the prompt library window (#12701)
This PR fixes an issue where the prompt library did not properly have
the UI font or rem size set.

Since it is being opened in a new window, we need to re-initialize these
values the same way we do in the main window.

Release Notes:

- N/A
2024-06-05 17:41:03 -04:00
effdotsh
8d1d06f0b3 import both markdowns 2024-06-05 17:13:03 -04:00
Bennet Bo Fenner
9824e40878 lsp: Handle responses in background thread (#12640)
Release Notes:

- Improved performance when handling large responses from language
servers

---------

Co-authored-by: Piotr <piotr@zed.dev>
2024-06-05 23:06:44 +02:00
Conrad Irwin
1ad8d6ab1c Don't show backtraces in prompts (#12699)
Release Notes:

- N/A
2024-06-05 15:00:23 -06:00
CharlesChen0823
8745719687 vim: Fix g _ not having the expected behavior (#12607)
Release Notes:

- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-06-05 15:00:13 -06:00
kshokhin
c7c19609b3 Search in selections (#10831)
Release Notes:

- Adding [#8617 ](https://github.com/zed-industries/zed/issues/8617)

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-06-05 13:42:51 -06:00
Conrad Irwin
428c143fbb Add ability to scroll popovers with vim (#12650)
Co-Authored-By: ahmadraheel@gmail.com



Release Notes:

- vim: allow scrolling the currently open information overlay using
`ctrl-{u,d,e,y}`etc. (#11883)
2024-06-05 13:39:17 -06:00
Marshall Bowers
f3460d440c html_to_markdown: Move TableHandler out of rustdoc (#12697)
This PR moves the `TableHandler` out of the `rustdoc` module, as it
doesn't contain anything specific to rustdoc.

Release Notes:

- N/A
2024-06-05 15:37:02 -04:00