[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1750943210951469.png (281 KB, 1106x265)
281 KB PNG
Today is a big day bros!
Zed has become finally version 1.0
https://zed.dev/blog/zed-1-0
>>
>>108716390
>not C#
You're brown.
>>
>>108716390
>https://github.com/zed-industries/zed/issues/7992
kek, they refused to fix this years long bug, when any other software trivially solves this by not using an experimental graphics library
>>
>>108716390
does it work on linux yet?
>>
>>108716598
who refused it? Nobody refused anything, looks like they are actually working on fixing stuff
https://github.com/zed-industries/zed/issues/7992#issuecomment-4345241531
>>
>>108716674
yes, I use it on my Arch machine and my macbook. Linux version is out for quite some time now
>>
>>108716390
is this malware
>>
File: 1750139975967049.jpg (111 KB, 860x1280)
111 KB JPG
>>108716694
maybe, maybe not, there's only 1 way to find out
>>
>>108716390
everything is already coded !

What you need another editor for?

Besides where are Any results from this AI money scam?

Any fully new OS?

No?
Hurry up guys..
They closing all data centers soon!
>>
>>108716590
>no Microsoft garbage
I'm installing Zed right now
>>
>>108716687
they haven't fixed it.
they did some improvements, but they're miles away from any program using freetype/mactype/cleartype.

They now have a cleartype backend, but it only works on windows, and they use retarded settings
>>
>>108716390
>another over hyper "le written in Rust project"
Why the fuck it can use the system window decorations? Also the icons in the top bar are really small, also why are they using JSON for config, is really that hard to have a proper GUI for settings?
>>
>>108716590
C# is one of the brownest language right after java and go.
>>
>>108716590
FPBP
>>
>>108716390
>Literal Rust trash with a monthly subscription promoting iToddler OS in it's marketing.

Not a big day. Use Emacs you fucking retard.
>>
>>108716674
There's a flatpak version of it at least, which seems to account for like 95% of the update notifications I receive.
>>
>>108716390
Zed's dead
>>
>>108716590
Isn't c# the second brownest language?
>>
>>108716700
yeah, then why do russians land in Kazakhstan steppe?
>>
I'm convinced Zed is a tranny money laundering scheme.
>>
Looks nicer, but since I'm retarded and can't just F5 for running my python/c++ stuff or click a little icon in the corner to open up a local host when making websites, I will stick with VS code.
>>
>>108718669
>running my python/c++
you can set up Tasks for this. I did it for JavaScript for example:
Task:
  {
"label": "JavaScript",
"command": "node $ZED_FILE",
"env": {},
"cwd": "$ZED_WORKTREE_ROOT",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "no_focus",
"show_summary": false,
"show_command": false,
},

Keybind:
"alt-a": ["task::Spawn", { "task_name": "JavaScript" }],

for c++ you could replace my label and command with:
"label": "C++ : Build and Run",
"command": "g++ $ZED_FILE -o a && ./a",
>>
File: grameditor.png (468 KB, 1744x1332)
468 KB PNG
I think the gram fork of it more interesting, zed have way too much extra stuff in it, it is only a litle cleaner than vscode



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.