Congyu

Results 136 comments of Congyu

I tried to debug this with some `println!()`: When I press alt+enter on search bar, I get the following key matches ``` key match [KeyBinding { keystrokes: [Keystroke { modifiers:...

The Editor context seems to be higher than BufferSearchBar context in the context stack. ``` node_id: DispatchNodeId(1), context: os=macos Workspace node_id: DispatchNodeId(332), context: os=macos Pane node_id: DispatchNodeId(433), context: os=macos BufferSearchBar...

Seems to me that when using VIM mode, only the first character got selected anyway. So that letting the cursor go to the beginning of the range of definition, seems...

Just noticed that the old release note is not very accurate.

Maybe the following: Release Notes: -Fixed https://github.com/zed-industries/zed/issues/11347 , Do not select target range going to definition when the range has more than one line.

CGSSetWindowBackgroundBlurRadius does seem to have some issue with shadow #10993. However, removing the window shadow doesn't produce a nice look. For example, without a window shadow, when using bright themes,...

@jansol Shadow: No shadow: It just feels very much like they lack an z-axis to separate from each other. How much does `NSVisualEffectView` alter the tint of the blurred background...

Yeah, my only concern is about visual. I think perhaps this is a good solution before anyone comes up with something better.