this post was submitted on 04 Dec 2024
24 points (96.2% liked)

Programming

17652 readers
231 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I am fairly new to programming and for my cs class i need to run individual programs. they don't need to interact with anything else, so i am trying to just run the file I'm currently on but Kate just greys out the option. I really want to avoid using projects if i can because they're just extra effort for no reason when I only need to run a single file. I did try using one, but Kate doesn't have a new project button for some reason and i had some trouble with Cmake.

I'm aware that these are actually pretty basic things, but I can't find anything online that actually explains how to use Kate at all. I would try using something else, but every IDE seems to have this same issue where by default it can't run code and it has no documentation of any kind regarding actually running code, so i'll just stick with the one that came with my distro.

also as a bonus question, why does every IDE seem to require you to configure every single option before it can run code and why do they all seem to discourage doing anything less than making an entire app?

you are viewing a single comment's thread
view the rest of the comments
[–] MicrowavedTea@infosec.pub 2 points 2 weeks ago (2 children)

When learning a programming language I think it's better to find the commands you'd use to compile/run the program and run them in the terminal the first few times so you know what's actually happening behind the run button. Then start running things through the IDE if it's more convenient. If you tell us the language we can help with the commands (is it C?)

[–] unknown1234_5@kbin.earth 1 points 2 weeks ago

it's C, I'll add that to the post in a second

[–] unknown1234_5@kbin.earth 1 points 2 weeks ago

it's C, I'll add that to the post in a second