Showing posts with label editor. Show all posts
Showing posts with label editor. Show all posts

Wednesday, March 19, 2014

Geany Editor


Open Source has contributed with may of the applications that are useful to the people and specially programmers. Geany is one of the applications that is much used now a days. It is just like an IDE that enables a user to run multi ingustic programs using one editor. It has an inbuilt compiler which detects the type of code you are writing and compiles the code. We will be seeing the basic code of C.

Wednesday, January 8, 2014

Vim – Vi IMproved, a programmers text editor


It is observed that many people are uncomfortable with the “vi” editor. Vim is a editor which runs on terminal but adapts many features of “vi” editor. So it is very much easy for the people who want to switch from “vi” editor to “vim” editor. “vi ” is a default editor that is installed for the terminal. We can even install the graphical version of the “vim” editor.