TextMate is a Mac Application, the default text editor of MAC OS X and so it is not available for any other operating system”. Well! then how will we use it on Ubuntu ?
Tag Archives: IDE
how to install eclipse ide on ubuntu 10.10
Eclipse IDE(Integrated Development Environment) is probably the open source and free IDE’s.For Java it’s best.. due to a lot of functionality,good navigation and GUI Design.Eclipse platform is perfectly modular so After installing Eclipse-Platform(developed by IBM) you can install any other components/toolkits to increase it’s functionality.e.g by adding JDT(Java Development Tools) packages you can enjoy java …
Continue reading “how to install eclipse ide on ubuntu 10.10”
how to install geany on ubuntu
What is Geany ? Geany is a text editor based on GTK2 toolkit with some extra features i.e the features of an integrated development environment(IDE).It is an open source and free application available for Linux(Ubuntu,Linux Mint,Debian,Fedora..) as well as for Windows and Mac.Geany is a light and fast IDE,with little dependencies. Basic Features of Geany IDE …
javascript editor for ubuntu
Javascript is a client side scripting language,used in creating dynamic websites or web applications.If you are either an expert or a beginner javascript programmer && working on linux based operating system like Ubuntu,then surely you would like to have interactive IDE or Editor.This post will introduce you with an interactive IDE && an editor for …
Open Source IDE for Java
The aim of this post is to introduce you with some of the best open source IDE(Integrated Development Environment) for programming in Java.I found these IDE very useful for java programming- BlueJ BlueJ is a integrated java environment developed at a university.BlueJ was specifically designed for teaching java so it’s recommended for beginners.BlueJ is available …