Doesn't indicate perf improvements... Not trying to troll, but that surprises me given the large number of complaints about performance.
I'm making a bit of a habit of chipping in on Atom performance complaints with a counterpoint. I've now used Atom as my primary editor for more than a year, and I have no complaints about the performance. This could be because I'm using OSX on recent hardware - I've noticed that my friends using Linux desktops seem to have more issues than I do.
Atom text editor 1.7.0 released
91–100 of 144 posts
Re: Atom text editor 1.7.0 released
#92Earlier quoted context omitted.
It's alright for small files, but whenever I paste in a huge csv or json file it hangs for minutes. And I use pretty recent macbook pro with high specs. This doesn't happen with other editors.
Same here, I only get issues after around 100MB. Most editors start to struggle at such file sizes, which is a shame, but try loading 100mb into Excel. The only editor I found to work nearly instantly is vi; nano takes almost a minute to load large files.
Re: Atom text editor 1.7.0 released
#93Quick question: Does anyone know why a basic thing like printing seems to not be included in the default atom app?
Also, why do you want that feature?
Re: Atom text editor 1.7.0 released
#94Earlier quoted context omitted.
For me, the Visual Studio-like debugger is killer in theory, but in practice, it hangs a lot and I have to shut down and restart RubyMine.
That sucks, it works flawlessly for me on my El Capitan and RubyMine 2016.1
Re: Atom text editor 1.7.0 released
#95Earlier quoted context omitted.
I'm making a bit of a habit of chipping in on Atom performance complaints with a counterpoint. I've now used Atom as my primary editor for more than a year, and I have no complaints about the performance. This could be because I'm using OSX on recent hardware - I've noticed that my friends using Linux desktops seem to have more issues than I do.
I've been using Atom as my primary editor for over a year too, on various Linux distros, and it's been a very smooth experience. The only issue I've encountered is Atom can be sluggish with large (4MB+) files because it attempts to load the entire file into memory instead of streaming it like Sublime Text does for large files. Easy solution to it is to just use a plain text editor (gedit being my preference) to view…
I had a license to Sublime before Atom was even released, so that's what I use :-) I used Atom for at least a year just to support the open source aspect of it (I do spend most of my time in RubyMine these days)
Re: Atom text editor 1.7.0 released
#96Re: Atom text editor 1.7.0 released
#97Quick question: Does anyone know why a basic thing like printing seems to not be included in the default atom app?
Is your printer one of those combo printer + fax machines? You can copy/paste the code you want to print into an email, email it to a computer with a fax connection, and then fax it to that printer.
Re: Atom text editor 1.7.0 released
#98Earlier quoted context omitted.
$70
Really? If you're a programmer you probably spend 6-16 hours a day in your text editor. An artist pays $120+ a year for Photoshop. They don't generally settle for gIMP. The 2 are barely comparable. Similarly construction workers don't use tools from the 99¢ store. If you value your time you shouldn't look at a few hundred dollars as the difference between using some software and not. That software is a force multipli…
Re: Atom text editor 1.7.0 released
#99Re: Atom text editor 1.7.0 released
#100I've been using Visual Studio Code a bit this past month and there is a lot I like about it. Anyone have thoughts on Code vs Atom? I know Code is based on Atom, but I'm not really clear on how they differ edit: correction. After asking this, I read up a bit and Code is based on Electron which is the core of Atom, but they're fairly different after that.. Code is not a fork of Atom as I thought it was.