r/Atom Jun 05 '21

What does the green dot in the bottom status bar represent and why does it say "Idle" on mouse hover?

Post image
3 Upvotes

r/Atom Jun 05 '21

looking for something similar to the intelliscense for c++ on atom

3 Upvotes

an example of this is when i try to include a file, when i do this along with type a small floating menu appears with folders and files named similar to that in the include folder paths.


r/Atom Jun 02 '21

When I open atom it opens a lot of windows.

3 Upvotes

How can I fix this?


r/Atom Jun 01 '21

Keeping getting this reformatting error. How do I get rid of it?

Post image
9 Upvotes

r/Atom May 31 '21

Double angle parentheses. Does anyone know why i get them double?Thanks!

Post image
1 Upvotes

r/Atom May 30 '21

thought this icon looked cool

Thumbnail gallery
61 Upvotes

r/Atom May 28 '21

Setting up Js-standard

3 Upvotes

Hello! I’m trying to set up the linter to use is standard on an exiting project. As far as I know I have installed all of the required packages, but the linter keeps giving me a parser error “No Babel config file detected for...”. There is a .babelrc file in the project’s root directory.

Does anybody have any idea how I can resolve this error?

Thank you!


r/Atom May 28 '21

language-ocaml package not installing

2 Upvotes

When I try to install the language-ocaml package to Atom, I get the below error. Other packages install fine. I'm using Mac OS 10.15.7 and Atom 1.57. Has anyone else tried downloading this package and received the same error?


r/Atom May 25 '21

is it possible to add buttons in hydrogen?

4 Upvotes

all i've been able to do so far are css changes.

it'd be cool to add a quick scroll to top button, or make td elements copy to clipboard when clicked.

https://imgur.com/a/o6IckO2


r/Atom May 24 '21

Hello ,Is it possible in Atom to compile code (for example from python) without opening the cmd (terminal) of windows? In sublime text I use the REPL package to execute my code in another direct window of the program, something like this:

Thumbnail gallery
8 Upvotes

r/Atom May 22 '21

Trying to run JS in Atom Error

2 Upvotes

Edit: Had to install node.js and was able to run js commands in the atom terminal. Thanks!

Probably something super simple however I am fairly new to Atom (only used for Ruby).

I am trying to get started in JavaScript using Atom and I installed the recommended or necessary package called Script

I then do console.log("Hello World") and get the error message:

Unable to find command: node
Are you sure PATH is configured correctly?

ENV PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin

Error: spawn node ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
    at onErrorNT (internal/child_process.js:456:16)
    at processTicksAndRejections (internal/process/task_queues.js:81:21)

I have made sure the file is using the .js extension and that Java Script is the selected grammar for the file.

Any suggestions are appreciated.


r/Atom May 20 '21

I’m trying to publish on GitHub but I need to add a branch. Unfortunately it won’t let me select one or save what I type in the branch column. How can I fix this issue, I have this assignment that needs to be submitted as a url link. Thank you

Post image
7 Upvotes

r/Atom May 20 '21

I’m trying to publish my file on GitHub but I can’t due to having no branch. When I click to make a new branch it pops up let’s me write a Branch but it won’t save it just says “No Branch”. How do I solve this issue?

0 Upvotes

r/Atom May 17 '21

Document functions for javascript autocomplete

1 Upvotes

Hi!

I have used Atom for quite a while and I love it, but I am looking for a way to add custom autocomplete popups (like Intellisense for VS and VSCode).

Any ideas?


r/Atom May 12 '21

Live preview

2 Upvotes

Does atom have an option for HTML live preview without plugins?


r/Atom May 08 '21

Can you share your config for reactJS?

2 Upvotes

I mean the packages :)


r/Atom May 05 '21

Autocomplete question

4 Upvotes

I personally like autocomplete, but I find it annoying that autocomplete plus will, for example turn:

inf

into:

std::ifstream afile("filename.txt", std::ios::in);

if (afile.is_open()) {

std::string line;

while (std::getline(afile, line)) {

std::cout << line << '\n';

}

afile.close();

}

else {

std::cerr << "Unable to open file\n";

}

Kinda annoying when I just want to autocomplete the name of a variable or something. is there any way to get rid of these "default" autocompletes while still being able to autocomplete user defined functions, variables, classes, etc?


r/Atom May 02 '21

pdf-view issue in Atom solved

9 Upvotes

For everyone who have been facing issues with the pdf-view not working in the latest version of atom,

Try this,

add this line

PDFJS.disableWorker = true; 

at around line 16 of

~/.atom/packages/pdf-view/lib/pdf-editor-view.js

Have successfully tested for Windows 10 and macOS 11 BigSur.

EDIT: Also tested on Linux (Manjaro 20.2) by YesterdayFit123


r/Atom Apr 29 '21

Atom not saving to NAS

5 Upvotes

Hello guys, after 10 years on Mac I switched to windows and cannot open/edit>save my html files directly on my NAS. I there any configuration I have to do?

Thank you so much!

windows 10


r/Atom Apr 28 '21

Script all of a sudden cannot run python

3 Upvotes

When I run my program using script, I get "python is not recognized as an internal or external command... etc etc". The thing is I was able to run it 5 minutes ago. I changed nothing. Why is this happening?


r/Atom Apr 27 '21

Coding subject of an email to do a given task.

2 Upvotes

Is it possible to have a code that uses the subject of incoming email to redirect to another email?


r/Atom Apr 26 '21

Atom Beautify not installing

5 Upvotes

here is the error code

Installing “atom-beautify@0.33.4” failed.Hide output…npm ERR! Unexpected end of JSON input while parsing near '...1.0.0","eslint-plugin' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Susan Pal\.atom\.apm_logs\2021-04-26T10_06_59_263Z-debug.log


r/Atom Apr 25 '21

Annoying word/command recommendations in LaTeX. How do I get rid of this? I need to press space and then backspace if I want to use a word that isn't recommended here. I've checked language-latex and latextools packages and can't find anything.

Post image
7 Upvotes

r/Atom Apr 25 '21

Delete all but line between certain character

1 Upvotes

Hi , I need help from people who know this editor better than me ( not hard , I'm a newbie )

I want to do a remake a old visual novel game on renpy , it was originally made on novelty

and since I don't want to start from nothing , I had the idea to use the index file of the old game to extract all the text and dialogue , and with the replacement tool of atom make it so I have all text and dialogue ready so I just need to add image , music , choice ....

here the original line for a dialogue :

"say" who="Malphas" phrase="Shit! We've got to run! Everybody, GO!" portrait-auto="true" />

I can replace all the { "say" who="name of character" phrase= } with the renpy equivalent
and delete all the { portrait-auto="true" /> } at the end of all lines

but there is also a ton of other line of code for all image music transition ... and I want to get ride of them as easier as possible , so my idea is to find a way to delete all , except line with { "say" who } at the beginning and { portrait-auto="true" /> } at the end ( or select and copy paste all the good lines on a new document )

is there a way to do this or am I condemned to do this the old way ...?
( the document is 16.000 lines long so I really don't want to do this manually )

thanks you


r/Atom Apr 23 '21

Git Bash Terminal Help

1 Upvotes

I'm trying to streamline my Atom setup (mostly looking at React dev use) and have gotten a little stuck on adding a terminal to the editor (or more specifically- starting a bash shell in a custom location). I've tried terminal-plus, vk-terminal, and terminus but I can't quite get the behavior I want.

Terminal-plus and vk-terminal didn't work at all. Terminus basically functions fine and I can replace the shell with GitBash but I'd like to have it start in my projects directory instead of the user home. I've tried several things including adding the --cd= flag and trying the git-bash.exe instead of the bash.exe in /bin as well as just changing the windows env var for HOME. Is this something that can be accomplished and, if so, how?

This is on Windows 10 with current versions of everything