Atom

Atom comment v0.6.1

Hi! I spent some time fixing some annoying bugs I had on the comment package for Atom. There was a bug when the language is not supported, and another when commenting a single line, both are now fixed and published in the v0.6.1 version. The package has now support for tex files too.

Rest-client atom package updates

I had a bit of time today to close some open issues: The oldest one was Fix Travis CI environment, at some point the way the test environment for Atom works changed and we were outdated, that’s now fixed. We sometimes have a problem with a file, but we’ll need more time to fix that, it …

Back to my own editor war

When I thought I was gonna keep using Emacs I realised I needed to overcome some performance problems that weren’t easy to fix. That made me start my research again. With Emacs my main problem is the fuzzy search in helm-projectile, when you have a big project the search is very slow or it …

Atom comment package release 0.4.0

Today I’ve released the 0.4.0 version of the comment package for Atom. Some nice contributions to add sass, elm and terraform language support, Thank you! I’ve been refactoring the code, adding unittests to improve the current coverage which was nearly none, improved the indentation of …

Comment package for Atom editor

A couple of weeks ago I took over a package from havber, He didn’t have time to maintain it anymore and I thought it was a good idea since I didn’t like the other packages for this purpose. comment for Atom is a very simple package, It comments the current line or multiline with a key …

Rest-client for Atom, StrictSSL option

@watsonjon has implemented a StrictSSL option so It’s possible to use the rest client with self-signed certificates (handy for development), thank you! We’ve created a new minor version (1.1.0), you can get It in the Atom packages page or through the Atom editor.

Save and Load requests in rest-client for Atom

Some months ago I started to use the Atom editor and got deep into how the packages and themes work. After some months I moved back to Emacs and some of the contributions I started were left unfinished. Since now I’m trying to finish the features I left behind, this past month I’ve …

Ample theme for the Atom editor

Last week I spent some time working on two themes based on the one I use for Emacs, Ample, the ample theme and the ample light theme. Version 0.3.0 of the Ample syntax theme. To install It apm install ample-syntax on the command line. Version 0.1.0 of the Ample Light for Atom. To install It apm …

My two weeks using Atom

I’ve been using the Atom editor for a couple of weeks, to give it a try. I found it appealing, but not yet for the every day use. Here is why. The biggest problem I have are the bugs on vim-mode or related to it, you won’t be able to use ci} motions/modificators and I ended up using …