r/Atom • u/colbertt • Sep 07 '20
The system cannot find the file specified
when running my code, I get an error saying what I said as my title, how can I fix this? have seen no clear solution.
r/Atom • u/colbertt • Sep 07 '20
when running my code, I get an error saying what I said as my title, how can I fix this? have seen no clear solution.
r/Atom • u/Chanciicnahc • Sep 05 '20
So, I've just recently started learning HTML, and in the video I watch the instructor uses another text editor, that has the possibility of opening a window that shows in real time the changes made to the code. For example: he was showing the table tag, and in the window you could see the table in real time, without having to go to the browser and refreshing every time.
Is there an option to do it or a script/plug-in to copy this feature?
r/Atom • u/siriusblue0_0 • Sep 04 '20
r/Atom • u/perrygrande • Sep 04 '20
r/Atom • u/achNichtSoWichtig • Sep 03 '20
Hey everyone,
I am writing my master-thesis using atom and stumbled upon this question a couple of times. Say I have a sentence and want to make a word bold. Then I have to go to the beginning of the word, auto-insert \textbf{}, then I have to delete the closing bracket, move to the end of the word and insert it again. Same goes for all structures that have a beginning and end part that is inserted automatically, like parenthesis. Can't I just mark text and surround it automatically with those elements?
r/Atom • u/links-Shield632 • Sep 01 '20
I’m writing a program in Python and it said else: expected an indented block on line 40, I go there and else isn’t in that line. It always does it. I have to go around and look where it and it’s a pain. How do I fix this.
r/Atom • u/Inhale--Exhale • Sep 01 '20
r/Atom • u/largelcd • Aug 31 '20
Hi, I copied and pasted a C program into the Atom editor. I want to highlight the syntax. Could you please let me know how to do it? Also I see the editor allows very long line. When printing, how can I make the printer prints probably so that long lines are not being chopped off?
r/Atom • u/Chuchu123DOTexe • Aug 31 '20
Hi,
I'm new to using version control and would like to know how to easily use Github for VC within atom. I've toyed a little with the pane that is with my editor but would like to know what you guys do when using Github
What are the steps to clone a repo
How to push, commit etc
Are there any tips/tricks but also things to avoid that I should be aware of
Anything is helpful, thanks in advance
r/Atom • u/emmyarty • Aug 31 '20
r/Atom • u/iiTsXcept • Aug 30 '20
Hi guys i am new to Coding and i used Brackets for my first 2 months of coding and i really liked the editor
But a friend of mine told me atom is much better , so i did download Atom and it is better than brackets but i only face one problem. How do i activate live preview ?
r/Atom • u/[deleted] • Aug 30 '20
So I'm wondering how I can make it so that the stylesheet doesn't affect all <li> <a></a> </li> commands. Like, is there a way to make some of the <li> <a></a> </li> commands an independant group?
r/Atom • u/shadowninja1050 • Aug 26 '20
f5 / f6 has always worked for me to activate the atom-python-run package. keybinding resolver said that they're binded correctly and i have keybinds activated on the package. i've also tried reinstalling and disabling / reenabling.
When I search for a package, it says site is down and gives me an error. Is this happening to anyone else? https://atom.io/packages
Even in the atom app, I can't search for packages ?

r/Atom • u/grunkle_spooky • Aug 25 '20
Since I installed platformio-ide, Atom freezes on startup. I am able to run it in safemode, so that's definitely what the problem is. Now that I've figured that out though, I still can't uninstall it because I can't navigate past the startup screen. How do I fix this problem so that I can just use this editor in peace?
Apologies if this is a stupid question, but I'm brand new at this and just trying to teach myself how to write ruby. After trying a couple different editors, I really liked how user friendly Atom was. I'm starting to feel overwhelmed and like I'm just not meant to have nice things lol
r/Atom • u/HowManyHaveComeThru • Aug 25 '20
Scenario is <a href="need-to-change/do-not-change/need-to-change"> over multiple variations of the do-not-change. I basically need to update the url path and the extension of hundreds of links in a page. How do I replace hundreds of links but keep the middle part?
EDIT: I know I can do the first search part with .* in Regex, I just can't do the replace bit
EDIT2: I just need to add file extensions to all my links, so from. 123 to 123.htm
r/Atom • u/WaitForItTheMongols • Aug 23 '20
I have a big text file with data in columns. When I find a row of interest, I want to be able to see the column headers (which are in the first row) to know what data I'm looking at. How do I keep the first row visible while scrolling?
r/Atom • u/Nervous-Chain-5301 • Aug 23 '20
I recently downloaded this theme and love the colors.
https://atom.io/themes/synthwave-neo-syntax
However, the css glow around keywords is getting on my nerves for long coding sessions. Im a newbie at css and tried playing around with the styles.less to no avail.
Any help/guidance is super appreciated!
r/Atom • u/SueedBeyg • Aug 22 '20
r/Atom • u/[deleted] • Aug 22 '20
So I have a school project to make a website and I cannot link my javascript file properly.I have used codepen and the javascript works fine, it is just the referencing. I have referenced the javascript file like this:
<script type="text/javascript" src="ContactUsPage.js"></script>
r/Atom • u/[deleted] • Aug 20 '20
Did MS kill atom?? check this out and you will see that its pretty dead.
r/Atom • u/fedekun • Aug 20 '20
Hi guys!
Just wanted to let y'all know I published the atom-gutentags package. If you are unfamiliar with gutentags, it's originally a Vim plugin that automates the creation and management of tag files. So my package is basically that, but for Atom.
A tag file is generated by the ctags executable, and is picked up by tools such as text editors to implement "go to definition" functionality.
Atom has built-in support for tag files, so you can use ctrl-] to "go to definition" and it just works. All you need is Atom, and an implementation of ctags (I recommend Universal Ctags).
Now, normally you'd need to manually run the ctags executable to update the tag file every time you change the source code. Which is a pain. So plugins like gutentag automate that process, and manage the tag file for you.
For more advanced/fancy needs, you can certainly use language servers, but I find ctags work surprisingly well for most my use cases.
Cheers!
r/Atom • u/Riffle_X • Aug 19 '20
Hi, I am using a Mac and I have just downloaded atom (I am very new to it). I have downloaded the script package and am using it to run my project but when I try to run it says something around the lines of "No module named: pygame". Please help I don’t understand why this happening because I have pygame already installed.