Search This Blog

Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Friday, July 4, 2014

Solve Line encoding(unix/windows) problems in Git branches through Eclipse

There are some possibilities when people work on the same Git hub project in unix and windows. During this time most of us face the problem with Line encoding, Even though there are no changes to the branch, we will observe the entire file has been changed. This is so cumbersome to look at each and individual file and check what actual content is modified.

There are 2 fixes fir this;
  • Fix the IDE settings for file encoding and line delimiters
  • Configure Git to automatically do the conversion for you

Wednesday, August 21, 2013

Node Js Plugin with Eclipse

       There are so many editors supporting Javascript. But I feel Eclipse as a comfortable one as this is one stop for everything. Till now I have worked on different frameworks of Java and felt Eclipse as the best for debugging and even for remote debugging also. When I started to work for Node JS, I was trying to find some best editors and debugging tools. Tried so many and finally came back to Eclipse. There is a very good plugin available for Node in Eclipse.

       NodeEclipse gives you all the details about the different plugins available. Github site for NodeEclipse gives you all the details about the usage of hese plugins also. Two different sets called ENIDE and NODE NTS are available for Node JS. There are very minor differences in between them. If you carefully observe the below listings, the only difference is ENIDE has some extra editors which support coffee script and also a REST client which is good for debugging purpose.