• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Tag: Editors

Web Development

Avoid “this project has more than 30 000 files…” error in Brackets editor

Posted on May 15, 2015by alex-arriaga

This is really quick post for all of you using Brackets editor; The issue Sometimes when we use Node.js packages or Bower components in development mode, we have a huge number of files in our workspace and if we open our root folder in Brackets, it is almost sure Brackets will be not able to…

Mac OSX Operating Systems Web Development

How to trim or delete trailing white spaces automatically on save in Sublime Text 2

Posted on July 10, 2013by alex-arriaga

Sublime Text 2 is my opinion one of most beautiful and useful editors for web developers, of course I really like Notepad++ (but this one, it doesn’t have a version for MAC OSX). A common task when we are creating awesome source codes is trim/delete trailing white spaces, because these are not good and even…