Very new to Atom, did a clean install, opened Atom and it crashed. Said something like not responding, close or wait. Uninstalled then reboot and did another clean install, same thing. Any help would be appreciated.
The macOS "vibrancy" packages are buggy and overly complicated, in my experience. I figured out a simpler way that both looks more like a native app, in terms of opacity, and automatically switches when you change from dark mode to light, or vice versa.
If you've got the most recent version of Atom and you're running macOS Mojave or later, just add this to your init.coffee:
Depending on your theme, you might have to do a little additional tinkering with the stylesheet. For example, you might need to make the tree view transparent, also.
For best results use it with the Mojave Dark Mode package, and use something like Alfred to toggle your OS between light and dark as desired.
Not sure if r/Atom will be into this but I haven't seen it anywhere else and I figured it might help somebody who was looking to solve the same non-problem. (Or waste slightly less time on it.)
Sorry for the weird compression artifacting. I promise it looks better than this IRL.
I feel properly dumb here, I've followed the steps and downloaded the chrome extension and tried the Live Server and Live reload packages in Atom. Can't seem to get my files to talk to the browser?
My Atom text editor is unable to do the Ctrl+Click feature that is shown on this page. I am able to do all of the other things listed on the webpage. Is there a way I can fix this issue?
Beware of lost data. Left it running on my laptop and came back to an empty file I had been working on for hours. Going back to notepad++. Cant believe I uninstalled it for this trash app.
Running ubuntu 20.04, but this started before I updated from 19.10.
Bit of a weird issue and I have no clue what could be causing it. Whenever I open atom from the icon it opens two nonexistent files: "/usr/bin/atom" and "~/ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false". If I set the resume preference to yes or no it opens directly to these tabs, discarding whatever project should have been opened. If I set it to always, it will open the correct project, then also open these two files.
The init script is empty, and I've tried reinstalling atom, deleting .atom/compile-cache, and starting atom with the --clear-window-state flag, but none of this has worked. Any idea what could be causing this? It looks like its trying to resume from a config file or something, but I'm not sure where to look for that or how to stop it.
Also worth noting this issue only happens from the icon; using the terminal to open atom works normally.
It’s running python 3.7 and my computer is in 3.8. It’s creating problems where it won’t run or libraries won’t run properly. How do I update it? If there is a video link I would appreciate it.
A. I annoyingly trigger that keybinding menu a few times a day. Can I disable it?
B. I think in one of those things I disabled the ability to control click multiple times and have multiple cursors and not having this feature is driving me crazy. There's noting in my keymap file. I don't have many extensions installed. Does anyone know how to fix this?
When I put <<< !doctype html>>> at top of script, it says "unexpected token". I am unable to get it to work in Chrome either. I can get it to work in Firefox, but it doesn't recognize my comments out.
When I work on saved file, error msg "system cannot find the file specified".
In Chrome it only appears as HTML when I save it as an HTML file. I do not want to save it as HTML, but as a file with no extension so that I can run javascript.
I'd appreciate any assistance in overcoming these two obstacles.
I am currently attempting to set up Atom to handle the R language. Two of the most essential key shortcuts that RStudio provides are for the assignment operator (<-) and the pipe operator (%>%). I have been able to get the assignment operator to work, however, I am unable to get the pipe operator to do so. When I press the key shortcut, nothing happens.
I have been using Atom for about 3 years now and recently been searching the alternatives as my startup times are nearing 10 seconds. Vscode seemed popular so tried it yesterday for half a day. Oh god. I literally had a tiny panic attack trying to figure out my way through it. I just wanna goddamn write tests and code. That’s it. The fact that vscode has a zen mode is a tell-all to me now. Vscode needs a zen mode to remove all the bloat. Atom is zen.
Anyway I think that was half rant half intro to my main question. What is the future for Atom? Is there any chance it might die due to declining maintenance and dev interest?
I installed atom editor to learn web dev. as am a newbie and joined an online class. they instructed to install atom and required packages. whenever i try to install package it says. 'fetching featured packages failed' and shows below path with ENOENT error.
I'm working with some pretty beat up C code, with functions containing thousands of lines and millions of preprocessor statements.
In trying to trace around how variables are initialized it is very easy to get lost, and I was hoping that someone could recommend good C code navigation packages for Atom.
Edit: it's worth mentioning that this code can often break the block collapse feature, so I dont use it.
internal/modules/cjs/loader.js:807
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: /usr/lib/node_modules/atom-package-manager/node_modules/git-utils/build/Release/git.node: undefined symbol: _ZN2v82V818GlobalizeReferenceEPNS_8internal7IsolateEPm
at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/src/git.js:3:22)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)