Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 18 of 38 · Next page · Last page
(2 edits)

Cursor highlighting doesn't work? No highlight with marking or copying? Shouldn't this ship with the product to be able to see what im selecting? (v4.1.8 super!) (windows 10)

Cursor highlighting is not a feature of this editor, unlike most other editors. 4coder instead uses the marker. Any text between the cursor and the marker is "selected".

(1 edit) (+1)

Embarrassing how long it took me to notice this problem and I wanted to help others to have comment keywords to show up in different colors. When I got the 4.1.8 version, the config.4coder has "use_comment_keywords = true", which should not have that 's', so it should be "use_comment_keyword = true". I was using the Windows version.

is this project abandoned ?

https://github.com/Dion-Systems/4coder

I really want to like this, but basic things seem to not work. I can't even get it to launch on Mac. On Linux, nothing happens when I enter the "hms_demo_tutorial" command. On Windows, I can't even get the command listener thing to show up. Either there are bugs or I suck at this app profoundly.

On Windows, make sure you're using the left alt key. The AltGr (right alt) key doesn't work.

(+1)

After using it for one day, I can tell this is software that someone deeply gives a toot about. I can't even write C/C++ yet, as I'm learning with handmadehero streams, but just the way how it automatically formats the code and how you navigate files and stuff. I'm deeply inspired by your editor and what people have been adding to it so far. Truly software that speaks for itself. Thank you.

(1 edit)

Hi, is it possible to get the 4.1.8 version for Mac OS? Also it seems that for Mac the app is not bundled while it is actually very easy to do this.

It's not opening on my computer, it just start the process and close after some seconds.

same here. starting it with a debugger shows nvoglv64.dll at the top of the stack in the main thread. so it's probably a graphics driver issue. It doesn't occur when I launch it on my laptop with Intel graphics.

Same thing happened for me, you probably fixed it but for anyone else, just download it again and it worked for me

Is it any difference if I buy it?

I found something about extra things if I buy, but is it the same as if I’m buying this?

Before you had to pay in order to customize 4coder not that long ago, but that functionality is free now.

Thanks for letting me know!

This editor is awesome! Can we get it on iPadOS? Are there any plans for developing it there?

I wish they really made it 

(1 edit)

Was that annoying bug fixed with not copying stuff from outside sources on the first copy command in the latest version by any chance?

(+1)

Thank you for allowing free downloads, I'm exited to try this whenever I can get it running. I'm on Linux and it shows a fatal error that says: "Shader compilation failed" on startup, the console only prints "open: No such file or directory" before the error. I'm currently on an old laptop that only supports opengl 2.1, that might be why it doesn't work. I'll have a new one in a few months in any case.

(+1)

Opengl is indeed the problem. But I got it to run by using mesa3d. Which basically does all the rendering in software.

https://fdossena.com/?p=mesa/index.frag

Thanks for the idea, I hadn't thought of forcing software rendering, in my case on Linux, it works if I run it from a terminal like this:
LIBGL_ALWAYS_SOFTWARE=1 ./4ed

(+2)(-2)

I have thought about buying this for such a long time. It’s super awesome, but only supports C/C++. If it supported Rust I would buy it instantly. I used to write a lot of C, but it’s been a few years now. I currently use Rust every day at my job.

(+2)
:martins:
(+2)

Can we get 4.0 version? I have purchased 4.1 and I want to adopt an old customization layer but I can't use 4coder while doing that and I don't want to write a customization layer from scratch. I am a little tired honestly. I know about the hidden page but I don't have the password

(1 edit)

Nah I'm gonna figure it out come summertime. Just gotta make time for it.

(+2)(-2)

Any news about the Rust lang support?It would be great, Rust has it's own linter cargo check or clippy, formatter rustfmt, builder cargo build. Once you add support for cargo and RLS you added support to pretty much everything for Rust. Hope it gets added in the next release.I would buy 4coder without thinking a second

Deleted 3 years ago
(+4)

Would it be possible to compile this for ARM so it could be run on a Raspberry Pi?

Is this code editor only useful for stuff like C/C++? Or could I use it for Angular development? It seems to be a editor with wich you can navigate through the code really fast so that's why I'm interested.

It is a C/C++ only code editor, though you can customize it to your liking, meaning that you could add support for JavaScript, Python, etc. The only catch is that you have to pay in order to use customizations or create your own.

Viewing most recent comments 1 to 18 of 38 · Next page · Last page