[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

KDevelop 5.1

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 47
Thread images: 2

File: kdevelop-cppcheck.png (130KB, 944x762px) Image search: [Google]
kdevelop-cppcheck.png
130KB, 944x762px
why dont you use KDevelop, /g/? With version 5.1 it even supports LLDB and cppcheck now. And let me tell you, it starts so fast I from an OS from scratch in the time it took to launch VSC/CLion/EMACS.

Choosing Kdevelop is a choice for yourself /g/.
>>
>>59511237
it's shit
>>
>>59511509
>claims it's shit
Name a good alternative (IDE) then.
>>
>>59511544
>using IDE for personal projects

Nah
>>
>>59511553
dont you debug in your spare time? what a miserable life you have!
>>
File: file.png (41KB, 879x685px) Image search: [Google]
file.png
41KB, 879x685px
>>59511553
I just installed it. I like it so far. Usually I use vim but it looks nice op.
>>
>>59511566
>you need an IDE gui to debug effectively

Nah
>>
>>59511566
you're shit
>>
If it does good C completion I'm sold
>>
>>59511237
>With version 5.1 it even supports LLDB and cppcheck now
wow


like wow
>>
>>59511571
theres vim mode in there somewhere if you prefer that

>>59511589
ofcourse it does, thats why it has clang autocomplete anon.
>>
>>59511584
n-n-n-no y-y-you

>>59511582
depends on what you code in your spare time then :^)
>>
>>59511597
not C++ btw, does it complete standard library and load up definitions from headers and shit?
>>
>>59511613
would i make this thread if it didnt do all those things and more?
>>
>not just using vim or vscode and GDB
>>
>>59511544
>Name a good alternative (IDE) then.

netbeans
eclipse
clion
vs
codelite
geany
>>
>>59511630
of course you would, you're thirsty to make people do what you do so you can feel validate your insecure self
so does it?
>>
>>59511237
Thanks dear shill, i'll try it out.
>>
>Debug

How about you write proper code in the first place?
>>
>>59511609
Again, if it's a personal thing you can get away with gdb or the terminal in something like atom

The only other excuse I see for an IDE is something like GUI programming which has a lot of boilerplate code, but again if it's a personal project why make a GUI for it?
>>
>>59511660
im making money with kdevelop, sorry to burst your bubble

>>59511719
what? the gui is right there in kdev. and i use it all the time for personal projects, but then again they tend to depend on many libraries.
>>
>>59511237
I hate all that 90-degree tilted writing. That's exactly why I never use Kate anymore.

I love how KDE makes their system very configurable. But they have a bunch of apps with a shit-tier sense of design (usually overly-complex visual clutter), and I replace them all with better, simpler alternatives.

KDE shit-tier design sensibility also extends to all the weird KDE defaults -- like for example, that fucking bouncing mouse cursor, and their non-standard mouse cursor shapes. Fortunately, it's all replaceable, but still it's obvious that they need to fire all their GUI/design people and bring in a new generation of people who know how crucially important it is that the desktop not try to have a "personality", or try to have a "design identity" -- or any of that other shit that's obviously the result of the designer's hugely inflated sense of ego, or desperate desire to express his "artistic statement" to the world.
>>
>>59511795
you felt the need to show me you're making money so much you forgot to answer
does it have loading suggestions from headers nigger
>>
>>59511684
>I've never written more than 25 LoC
the post
>>
>>59511922
>he cant code big apps in 25 LoC
pleb
>>
>>59511832
>KDE shit-tier design sensibility
i used to think that, until plasma 5. it really got into its own. give it a try.

>>59511889
this isnt some hacked together emacs or vscode plugin, of course it does that.
>>
>>59512014
will try then, thanks
>>
>>59511544
Tiling WM + Two terminal windows. One with vim, the other with a shell
>>
>>59512081
Why not just use emacs?
>>
>>59511795
>im making money with kdevelop
kek
>>
>>59511237
Because i'm not on KDE anymore, and don't ask me why
>>
>>59512139
Why aren't you on KDE anymore, anon?
>>
>>59511237
because plasma 5 is a steaming pile of shit
>>
Single-step debugging, which is basically all an IDE has that's new, is the one true sign of a lazy programmer. Write good code and printing to a log file is sufficient for debuggering
>>
Is there a way to get a decent syntax highlighter for kdevelop?
The whole rainbow, everything gets a random color scheme is not that helpful to me,
Is there a way to get something more simple, so it is just different colors for private, public, local, global etc.

Right now, I get a different color for each variable and each namespace and it is just a mess. It is prettier than black and white but about as useful.
Is there a way to fix it?
>>
>>59512234
>is the one true sign of a lazy programmer.

Care to elaborate?
>>
>>59511237
Why would I use that instead of Qt Creator?
>>
>>59512234
monkey debugging is equally lazy.
>>
>>59512347

Sure. Single step encourages the idea that the immediate problem can be dealt with by, perhaps, an extra IF or Exception thrown just before the point it goes tits up when the better programmer will reconsider the design of the code being used. The better programmer may spend more time fixing one problem, but he'll spend less of his life fixing problems because his design was better in the first place
>>
>>59512156
because last time the filesystem got corrupted and I switched to xfce.

Not only that my rig is shit and xfce is better in terms of resources but also i didn't knew how to fix the filesystem so yeah.. was just pissed off in the heat of the moment.
>>
>>59512809
XFCE is just KDE but better anyway.
>>
I am currently using KDevelop 3.5. I found ALL of the KDE 4 series of kdevelop (and KDE in general) horrible in regards to UI design, visual clutter, etc.

Is 5.1 finally an actual improvement? Note that I don't use any of the IDE functionality, just a solid text editor with syntax highlighting.
>>
>>59512081
this
>>
just installed kdevelop, no C support out of the box and the clang completer doesn't work
uninstalling
>>
>>59512234
if you never make it past sub-100 line bash scripts
>>
I'm considering leaving kdevelop because of it's poor support for D. The syntax highlighting file is outdated and Lumen doesn't want to work with it either (despite working in kate).
My IDE of choice for C/C++ though
>>
>>59513000
Have you considered reading one of the three billion messages telling you to set the appropriate include directories?
Thread posts: 47
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.