jansol

Results 348 comments of jansol

Ctrl-c/Ctrl-v seems to work fine, select/middleclick is just not implemented I take it? (it works between Firefox and Alacritty so it clearly supported from the compositor side)

How would themes differentiate between sRGB and P3?

Should this copy the image to the project directory too? Or only add it to the list of files in the side bar?

Yeah, I agree that you should be able to move and rename any files regardless of whether Zed can open them or not.

I'm not sure GPUI has anything fully opaque? Since practically all elements are antialiased rounded rectangles which require alpha blending.

Right, makes sense. And I assume it just skips elements with a non-opaque background color.

Clangd generally relies on a `compile_commands.json` to work, and that in turn is usually generated by CMake, meson or similar. I take it this is just a standalone .cpp file...

Is it possible to feed clangd some options on startup / on the command line to handle standalone files "correctly"? If not then yeah, seems like something that should be...

> I have compile_command.json but c++ development doesnt work for me in zed editor. `compile_commands.json` needs to be either at the top of your worktree or in a top-level folder...

> please let me know if zed has c++ syntax support or no It does have C++ syntax highlighting support, it's even visibly working in your earlier screenshots. Yes, you'll...