-
Full example:
``` ruby
module EnvyGeeks
module Get extend self
def ips(cidr = "192.168.1.0/24")
# Technically we don't need the select but we should defensively double chck.
`ip rou…
-
I have my general tab length set to 4, and for atom-drupal I want to use 2 (as specified in the [Drupal coding standards](https://www.drupal.org/coding-standards#indenting)). However, the files with e…
-
Hi,
I'm surprised that the auto-indentation does not take into account the ampersand "&" at the end of a given line to add an additional indentation at the beginning of the next one, so as to be a…
-
When I add a new target to my .atom-build.json and then do "Packages -> Build -> refresh targets" the new target does not appear in the list of available targets. I have to restart atom to have those …
-
One of the hardest things for new users to Atom to discover is what commands are available if they have not yet had a keybinding set for them. This would allow them to set an option to more easily dis…
-
About the pull request https://github.com/devongovett/atom-jade/pull/62
I think we should change the name of the library to something like **language-pug**, just to update to the new name and to brin…
-
While I configured successfuly ssh for Git under windows and it works perfectly, the config does not work for Atom. The config is in **~/.ssh/config** but still nothing, while ssh from the git bash co…
-
First of all, it's really nice to have a terminal running down on the screen. However, it would be really convenient if I can directly open the REPLs (**python**, **ruby**, etc.), like `SublimeRepl`, …
-
Hi atom hackers!
How to switch between editor and terminal without opening new terminal window?
For example I open new terminal with ctr + `, but when I need to focus back to editor, I click wit…
-
### Have you checked for existing feature requests?
- [X] Completed
### Summary
Search is positioned differently in the RH-click menu when you click different nodes in the tree view
* Root node …