Junkui Zhang
e019ce8260
clippy
2025-07-10 13:46:24 +08:00
Junkui Zhang
7ab7eab54e
fix headless
2025-07-10 13:46:24 +08:00
Junkui Zhang
7da2e2af50
use cache for x11
2025-07-10 13:46:24 +08:00
Junkui Zhang
92a986cffd
use cache for wayland
2025-07-10 13:46:24 +08:00
Junkui Zhang
8b6658c650
refactor keyboard layout
2025-07-10 13:46:24 +08:00
Junkui Zhang
9bc4c0f7f5
try fix x11
2025-07-10 13:46:24 +08:00
Junkui Zhang
f829a178f6
fix group
2025-07-10 13:46:24 +08:00
Junkui Zhang
2df80de880
fix
2025-07-10 13:46:24 +08:00
Junkui Zhang
2976b99b14
update group
2025-07-10 13:46:24 +08:00
Junkui Zhang
ad3d44119a
fix all
2025-07-10 13:46:24 +08:00
Junkui Zhang
0b5a264f88
revert Instroduce KeyboardState
2025-07-10 13:46:07 +08:00
Junkui Zhang
f22d06cf6e
Revert "test"
...
This reverts commit 8e773a8fcdffbaa754098da3f93c6ede28bf75a3.
2025-07-10 13:46:00 +08:00
Junkui Zhang
26718da9bb
test
2025-07-10 13:46:00 +08:00
Junkui Zhang
671a91e69d
remvoe deps of state
2025-07-10 13:46:00 +08:00
Junkui Zhang
bbda5d4f78
test
2025-07-10 13:46:00 +08:00
Junkui Zhang
2fb674088f
remove unused
2025-07-10 13:46:00 +08:00
Junkui Zhang
5c4ea49793
fix dvoka
2025-07-10 13:46:00 +08:00
Junkui Zhang
21e7cc3fed
add letters
2025-07-10 13:46:00 +08:00
Junkui Zhang
f53168c56c
test
2025-07-10 13:46:00 +08:00
Junkui Zhang
3182f14972
add shift test
2025-07-10 13:46:00 +08:00
Junkui Zhang
eca211e0f1
add helper
2025-07-10 13:46:00 +08:00
Junkui Zhang
d6add799dc
try add a test
2025-07-10 13:46:00 +08:00
Junkui Zhang
e9649dc25c
fix
2025-07-10 13:46:00 +08:00
Junkui Zhang
71daf47ad5
fix deadkey
2025-07-10 13:45:28 +08:00
Junkui Zhang
66c6f5066e
fix russian layout
2025-07-10 13:45:28 +08:00
Junkui Zhang
be79ccde07
fix all
2025-07-10 13:45:28 +08:00
Junkui Zhang
061ba9b6d2
use it
2025-07-10 13:45:28 +08:00
Junkui Zhang
1ba3c2f589
fix wayland
2025-07-10 13:45:28 +08:00
Junkui Zhang
bbee877ca8
fix x11
2025-07-10 13:45:28 +08:00
Junkui Zhang
c6e697fc7f
add KeyboardState
2025-07-10 13:44:12 +08:00
Junkui Zhang
b7b83105fc
add mapper
2025-07-10 13:44:12 +08:00
Junkui Zhang
7d901c5e47
parse immutable
2025-07-10 13:44:12 +08:00
Junkui Zhang
1a8d1944b0
test
2025-07-10 13:44:12 +08:00
Junkui Zhang
35db644beb
init
2025-07-10 13:44:12 +08:00
张小白
76e52ea374
ci: Improve windows_tests description ( #34123 )
...
We're running clippy and tests in our ci
Release Notes:
- N/A
2025-07-09 23:26:48 -04:00
Conrad Irwin
ca0f0cc8d1
vim: Fix panic when scrolling beyond last line ( #34172 )
...
cc @dinocosta
Release Notes:
- (preview only) vim: Fix panic when scrolling down at end of file
2025-07-10 01:37:16 +00:00
张小白
a133c1311d
windows: Fix ctrl-r showing the control character ( #34171 )
...
Release Notes:
- N/A
2025-07-10 01:15:33 +00:00
Agus Zubiaga
08ffd9884a
Update to acp 0.0.6 ( #34159 )
...
Release Notes:
- N/A
---------
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com >
2025-07-09 19:14:29 -06:00
Danilo Leal
dc591fe7c7
Hide unused extension types from the extension UI ( #34166 )
...
This PR hides "slash commands" and "indexed docs providers" from the
extensions UI as these are virtually completely unused types of
extensions.
Release Notes:
- N/A
2025-07-09 23:57:35 +00:00
Danilo Leal
95784d53ca
agent: Fix edit bar's background color when zoomed in ( #34163 )
...
When the panel was zoomed in, the edit bar's background color would have
a different color than the rest of the panel. This PR fixes it by using
the `panel_background` color token.
Release Notes:
- N/A
2025-07-09 23:25:56 +00:00
Ben Kunkle
9b63ba6205
gpui: Add cx.intercept_keystrokes API to intercept keystrokes before action dispatch ( #34084 )
...
Closes #ISSUE
`cx.intercept_keystrokes` functions as a sibling API to
`cx.observe_keystrokes`. Under the hood the two API's are basically
identical, however, `cx.observe_keystrokes` runs _after_ all event
dispatch handling (including action dispatch) while
`cx.intercept_keystrokes` runs _before_. This allows for
`cx.stop_propagation()` calls within the `cx.intercept_keystrokes`
callback to prevent action dispatch.
The motivating example usage behind this API is also included in this
PR. It is used as part of a keystroke input component that needs to
intercept keystrokes before action dispatch to display them.
cc: @mikayla-maki
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-07-09 22:44:32 +00:00
Danilo Leal
862e733ef5
agent: Make all icons used for tool calls consistent ( #34160 )
...
Starting to use the `Tool...` family of icons dedicated & designed for
the agent panel.
Release Notes:
- N/A
2025-07-09 19:28:46 -03:00
Smit Barmase
66dda8e368
editor: Fix block comment with same prefix as line comment incorrectly extending on new line ( #34156 )
...
Closes #33930
Release Notes:
- Fixed `--[[` incorrectly extending `--` upon a new line in Lua.
2025-07-10 02:54:05 +05:30
Bennet Bo Fenner
16d02cfdb3
agent: Allow thinking in edit file tool ( #34155 )
...
Follow up to #34141 . As pointed out by @maan2003 changing the thinking
parameters invalidates the message cache
([Docs](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching#what-invalidates-the-cache )).
All the other places where `thinking_allowed ` is set to `false` should
be fine since we do not do any caching there.
Release Notes:
- N/A
2025-07-09 21:08:32 +00:00
Julia Ryan
2c41e10c98
Add button to view dap logs ( #34153 )
...
Release Notes:
- N/A
2025-07-09 20:51:45 +00:00
Danilo Leal
9ab5e78b79
Add some UI adjustments to the keymap editor ( #34152 )
...
Mostly simple things like spacing and colors.
Release Notes:
- N/A
2025-07-09 17:11:24 -03:00
Danilo Leal
e30e4381de
Add chevron icons to the dropdown menus in the LSP log pane ( #34149 )
...
A bunch of dropdown menus in this pane that weren't clear that were
menus without chevrons in it. :)
<img
src="https://github.com/user-attachments/assets/fc701a5d-ed89-4de3-a76e-06d22ad9e366 "
width="600"/>
Release Notes:
- N/A
2025-07-09 16:33:07 -03:00
Steve Hillier
de627ba04d
git_ui: Support "Open Pull Request" for more platforms ( #33833 )
...
Hello! It would be great to be able to use the "Open Pull Request"
button that appears after pushing a branch via the git UI on more
platforms (I use Gitlab day to day). Would you be open to adding more
variations of the PR hint text?
I've added the text that Gitlab and Bitbucket use in their push logs
here.
Release Notes:
- Git UI: Support "Open Pull Request" for more platforms
2025-07-09 19:09:59 +00:00
Danilo Leal
80eed63255
agent: Add menu in the plus icon button for creating a new thread ( #34143 )
...
Release Notes:
- N/A
---------
Co-authored-by: Agus Zubiaga <agus@zed.dev >
2025-07-09 15:44:45 -03:00
Danilo Leal
974bc4096a
agent: Don't always render the markdown/scroll buttons ( #34145 )
...
Release Notes:
- N/A
Co-authored-by: Agus Zubiaga <agus@zed.dev >
2025-07-09 15:44:39 -03:00