This is a great point. I run a laptop connected to a 4K monitor. I end up running juci++ on the laptop display with everything else on the 4K monitor because the font is too small in 4K. The font size can be increased but so far I just drag the window to the smaller monitor out of laziness.developers tend to use at least two big screens.
This is a great point. I run a laptop connected to a 4K monitor. I end up running juci++ on the laptop display with everything else on the 4K monitor because the font is too small in 4K. The font size can be increased but so far I just drag the window to the smaller monitor out of laziness.
I was eyeballs deep into every Borland product they ever sold from the the very beginning.I liked borland text based gui editor & Delphi.
I think Embarcadero tried to revive that a number of years back.Btw. does anyone remember Bloodshed Dev-C++? Easy, batteries included IDE for windows, even had a package manager.
Enterprise standard
Starting at
- Visual Studio Enterprise
- Azure DevOps (Basic + Test plan)
- $150 Azure credit per month
- Premium dev/test software
- Extended training and support
- Power BI Pro
- and more
$499.92user/mo*
Renewal rate $214.09 user/mo* (after first year)
Pricing varies by eligible subscription.
*One-time annual payment
I think Embarcadero tried to revive that a number of years back.
In between writing code in Turbo C and MFC, I was knee deep in Delphi / Object Pascal. At that time, Borland's tools - which were made to compete with Microsoft's Visual Basic - were better quality.
Yeah. Borland sold to CodeGear and then Embarcadero bought that if I recall.Didn't Embarcadero buy Borland's compiler range?
Ah, here it is. It is still around, Embarcadero's maintained fork of Dev-C++:Dev-C++ was a light, freeware stuff. It had the same level of UI as 16-bit Windows Borland/Microsoft suites.
Isn't Visual Studio Code free of charge? Last I checked, it supports nearly every conceivable language via free plugins. And lots of tools, too - pretty much a complete toolchain, if you know how to set it up.Microsoft has been moving to a subscription model for everything. I don't mind a one-time payment for something but "renting" software that runs on my own hardware makes no sense to me.
For the sake of clarity. I'm sure astyle knows - VSCode != Visual Studio. I interviewed a contractor once who claimed to know Visual Studio. We hired him for a gig. I ended up coaching him over the phone on how to use VS.2017. He honestly thought they were the same thing. A bit like thinking Java and Javascript are the same thing.Isn't Visual Studio Code free of charge? Last I checked, it supports nearly every conceivable language via free plugins. And lots of tools, too - pretty much a complete toolchain, if you know how to set it up.
Yeah, I do know that. Tried both, BTW. Not only is VSCode slimmer than Visual Studio, the former is also a bit easier to get started with.I'm sure astyle knows - VSCode != Visual Studio.
You can also modify (add to) ctags(1) too. I did.Ctags does not understand a Makefile
I can't really agree to that. Indexing, for example the complete RTEMS code base, takes not that long to start with. KDevelop knows what a makefile is and offers the build targets to be made in the IDE, also the project gets imported from a raw directory. The indexer can take some time, but it is multi threaded and works in the background. And it indexes files which are changed, not the whole set.My biggest issues with every IDE I've used are:
Now my issue with indexing could be related to the "time frame" roughly 1o to 15 yrs ago and the state of hardware $WORK had given me and the IDE maybe wasn't that smart about it.I can't really agree to that. Indexing, for example the complete RTEMS code base, takes not that long to start with. KDevelop knows what a makefile is and offers the build targets to be made in the IDE, also the project gets imported from a raw directory. The indexer can take some time, but it is multi threaded and works in the background. And it indexes files which are changed, not the whole set.
But it can be a problem, sure. I once wrote a program to set up project files and workspaces for codelite from a source tree, because that thing really does not do that right.
I do that too.I spend so much time cleaning up this tripe that it takes a long time before I get anything done