KDevelop 4.5 Released
jrepin writes "KDE's integrated development environment KDevelop has just reached version 4.5. 'In this new version you will find brand new integration for Unit Tests, so that you can easily run and debug them while working on your projects. Furthermore, you'll find an iteration of our New Class wizard, many changes regarding polishing the UI in different places, better support for C++11 features and some other things you'll find along the way.'"
* Breaking news: corrupt Slashdot administration attempted to ban me for blowing the whistle on their illegal activities, while not banning the criminal who stalks, harasses, and impersonates me. Whistleblower abuse is a federal felony. Lunatic Slashdot admin's have been owned by me in so many tech debates over the past decade that they conspire with criminals to effetely & vainly *try* to "hide" my posts and censor me. Jealousy at it's finest.
=> Lawsuit's and criminal prosecution against Slashdot are now inevitable. Moderation+posting records will be sequestered and anyone acting aginst me will be dealt with permanently.
Previous notice:
A corrupt slashdot luser has pentrated the moderation system to downmod all my posts while impersonating me.
Nearly 330++ times that I know of @ this point for all of March/April 2013 so far, & others here have told you to stop - take the hint, lunatic (leave slashdot)...
Sorry folks - but whoever the nutjob is that's attempting to impersonate me, & upset the rest of you as well, has SERIOUS mental issues, no questions asked! I must've gotten the better of him + seriously "gotten his goat" in doing so in a technical debate & his "geek angst" @ losing to me has him doing the:
---
A.) $10,000 challenges, ala (where the imposter actually TRACKED + LISTED the # of times he's done this no less, & where I get the 330 or so times I noted above) -> http://it.slashdot.org/comments.pl?sid=3585795&cid=43285307
&/or
B.) Reposting OLD + possibly altered models - (this I haven't checked on as to altering the veracity of the info. being changed) of posts of mine from the past here
---
(Albeit massively repeatedly thru all threads on /. this March/April 2013 nearly in its entirety thusfar).
* Personally, I'm surprised the moderation staff here hasn't just "blocked out" his network range yet honestly!
(They know it's NOT the same as my own as well, especially after THIS post of mine, which they CAN see the IP range I am coming out of to compare with the ac spamming troll doing the above...).
APK
P.S.=> Again/Stressing it: NO guys - it is NOT me doing it, as I wouldn't waste that much time on such trivial b.s. like a kid might...
Plus, I only post where hosts file usage is on topic or appropriate for a solution & certainly NOT IN EVERY POST ON SLASHDOT (like the nutcase trying to "impersonate me" is doing for nearly all of March/April now, & 330++ times that I know of @ least)... apk
P.S.=> here is CORRECT host file information just to piss off the insane lunatic troll:
--
21++ ADVANTAGES OF CUSTOM HOSTS FILES (how/what/when/where/why):
Over AdBlock & DNS Servers ALONE 4 Security, Speed, Reliability, & Anonymity (to an extent vs. DNSBL's + DNS request logs).
1.) HOSTS files are useable for all these purposes because they are present on all Operating Systems that have a BSD based IP stack (even ANDROID) and do adblocking for ANY webbrowser, email program, etc. (any webbound program). A truly "multi-platform" UNIVERSAL solution for added speed, security, reliability, & even anonymity to an extent (vs. DNS request logs + DNSBL's you feel are unjust hosts get you past/around).
2.) Adblock blocks ads? Well, not anymore & certainly not as well by default, apparently, lol - see below:
Adblock Plus To Offer 'Acceptable Ads' Option
http://news.slashdot.org/story/11/12/12/2213233/adblock-plus-to-offer-acceptable-ads-option )
AND, in only browsers & their subprogram families (ala email like Thunderbird for FireFox/Mozilla products (use same gecko & xulrunner engines)),
whooppeeeee...
But can you click into a control in a form
and have a code edit window pop up,
or click into a control code window and have
the control graphic or form pop up so you can
continue editing the form or control properties ??
Just like Visual Studio had back in VS5 ??
and is in all the VS IDEs today ?
The linux IDE's really REALLY need this to get noobee
programmers interested, and even some intermediates to
work more with linux code. This is a long standing issue.
Which is why I still use VS6 (Basic) for many basic tasks
using simple forms and which clients want to have. It's
called RAD (rapid Application Development ).
Wake up and smell the coffee.
So what you have here is Kdevelop the Konqueror presiding over the Kadaver of KDE. Kompletely Kool. And Gnobody Kares!
I stopped with C++ a long time ago. I find it hard to care.
C and assembly for low level stuff
System Verilog/VHDL for real work
Python [or your choice of modern language] for higher level programming.
I though most other people in the same boat (except for the HDLs maybe). Come back when you've release a better python IDE.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
... I'd rather have a framework- and technology-neutral development environment.
Qt Creator is so far ahead of Kdevelop its not even funny. If people want to be productive, using KDevelop is sadly not feasible. It never really was, even back then when it started I used C++ Builder and Visual Studio 6, both ran circles around Kdevelop, and quite frankly any OSS solution. Now I am a bit older and not as scared of makefiles and so on, but there is no OSS RAD IDE out there, fact. Qt Creator is close, and I prefer this over Visual Studio, even on windows and its better than XCode too.
I just wish the linux world could conform to one gui toolkit so we could have nice tools, instead of half assed solutions for each one. It smells of NIH in the linux world.
Who needs Kdevelop when you can use vi?
Here's proof... I'm writing my own world beating operating system to prove it!
John_Chalisque
I am curious about one thing. KDevelop - does it use gcc or llvm/clang as its backend compiler? Or is it something that exists on KDE independent of the underlying OS?
KDE people makes awesome apps but it's too hard to get them working on windows. I used to use KDevelop a lot for C/C++, but having to constantly switch computers/places/OSs to develop (depending on the target platform), makes QtCreator the only IDE I can really use..
...really understands the power of KDevelop. The best feature of KDevelop is that it is built around the best GUI editor ever invented - Kate. Seriously, a Linux developer needs nothing more than a very good text editor and access to unix shell and commandline tools. KDevelop, as every good IDE, goes futher and besides the superb editor, provides support for projects, autocompletion, debugger integration and so on.
I have used KDevelop for many of my C++ projects and despite a couple of bugs, it has been a great tool. In fact, I've yet to see an IDE with better syntax coloring than KDevelop. Another nice feature is that you don't really have to create a KDevelop project to use the IDE - you can open single files in the IDE and it will still provide syntax coloring and autocompletion. These two things have been the killer features for me and I would not change KDevelop for anything that doesn't provide as much.
obviously ;)
Eclipse tries really hard to have good C++ support. I'm using Indigo still (I think), on my workstation. It does a few things well, but some of the automatic warning/error detection is bad bad bad...
As far as GUI editing, Qt's Creator is actually pretty great. Curious how it will integrate QtQuick going forward. As someone else pointed out, Eclipse actually has really good GUI editing capabilities for Java now, thanks to Google.
So, yeah. I think Eclipse + Plugins (and Qt Creator) is plenty sufficient for development on Linux. Is it as good as Visual Studio on Windows? No. But I'd MUCH rather develop a GUI-based desktop application for Linux using Qt 4.x than ever having to deal with Swing... and GridBag...
Maxim: People cannot follow directions.
Increases in truth directly with the length of time spent explaining them