Pages

Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts

Thursday, November 19, 2015

GNOME Builder 3.16.2 (GNOME IDE) released with Minor Improvements & Fixes

GNOME Builder 3.16.2 (GNOME IDE) released with Minor Improvements & Fixes

GNOME Community officially announces the release of GNOME Builder 3.16.2 with minor new features along with bugfixes. Well GNOME Builder is a new IDE for GNOME which is primarily focused on bringing the power of GNOME platform among more developers. Currently, this IDE is under development.

According to official announcement, GNOME Builder 3.16.2 comes with improved sorting of filenames in project tree along with addition of rename file in project tree and addition of move to trash in project tree. This release enables project tree by default and enables project tree icons by default. It also ensures loading of files matching content types supported by GtkSourceLanguage.

Apart from these new features, GNOME Builder 3.16.2 includes several fixes such as fixed double free in dummy vcs, fixed project tree loading in dummy vcs, fixed workbench action names in emacs mode and fixed unicode in markdown live preview along with various clang build fixes. It uses sysconf() for page size and uses arrow down instead of hamburger for search bar. You might also like to check out other latest Software News to know what's new in software world ?
Read more »

Wednesday, November 18, 2015

How to Install Geany 1.24.1 IDE using PPA on Ubuntu, Linux Mint & PPA based Distros


Geany is a small and lightweight integrated development environment which was developed to provide a small and fast IDE with only few dependencies from other packages. It is also imdependent from special Desktop Environment like KDE or GNOME and requires only GTK2 runtime libraries.

Geany offers several key features like syntax highlighting, code folding, symbol name auto-completion, construct completion/snippets, auto closing of XML and HTML tags, call tips, symbol lists, code navigation, build system to compile and execute your code, simple project management and plugin interface. You might also like to check out other latest Software News on our website.

In today's HowTo Tutorial, we will discuss how to install latest Geany 1.24.1 IDE using PPA on Ubuntu 14.04, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros.

Step Wise Installation of Geany 1.24.1 IDE using PPA on Ubuntu, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros

Step 1 : Before beginning the installation, Open the terminal and run or copy the following command in terminal to add PPA for Geany 1.24.1 IDE on your PPA based Linux Distros.
$ sudo add-apt-repository ppa:geany-dev/ppa
Step 2 : Next, run or copy the following command in terminal to update recently added PPA for Geany 1.24.1 IDE in the software repository on your PPA based Linux Distros.
$ sudo apt-get update
Step 3 : Finally, run or copy the following command in terminal to install latest Geany 1.24.1 IDE on your PPA based Linux Distros.
$ sudo apt-get install geany
After installation, search for "Geany" either in Unity Dash or in Application menu to launch it from there. Now enjoying doing programming using Geany IDE on your Linux Distros.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Tuesday, November 17, 2015

Qt 5.3.2 released with Qt Creator 3.2.1, Qt Quick Compiler 1.1 & Other Updates


Qt developers officially announces the release of Qt 5.3.2 which is the second patch update of Qt 5.3. This release mainly includes updated Qt Creator 3.2.1, Qt Quick Compiler 1.1 and Qt Quick Enterprise Controls 1.2.

According to official announcement, Qt 5.3.2 comes with improvements and fixes to Qt functionality along with also packs Qt Creator 3.2.1, few patches to Qt Quick Compiler, Qt Quick Enterprise Controls and Qt Purchasing. This release also comes with new licensing tiers which includes much desired Indie Mobile tier.

The Qt 5.3.2 release mainly includes minor improvements and bug fixes. It also maintains backward and forward compatibility with Qt 5.3.0 and Qt 5.3.1 which was released two months back in June, 2014. The packages of Qt 5.3.2 also includes new Qt Creator 3.2.1 path release.

Apart from these new features, Qt developers also releases updates for bunch of add-on modules for commercial Qt licensees which are all installable through your Qt online installer. The Qt Quick Compiler officially receives its first update along with addition of Tumbler control to Qt Quick Enterprise Controls. You might also like to check out other latest Software News on our website.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »

Saturday, November 14, 2015

How to Install Android Studio & Android SDK on Ubuntu & Linux Mint

How to Install Android Studio & Android SDK on Ubuntu & Linux Mint

Android Studio is a new Android development environment which is based in IntelliJ IDEA and provides new features and improvements over Eclipse ADT. Soon, it will become official Android IDE. Android Studio several key features like flexible gradle baed build system, build variants and multiple APK generation, rich layout editor with support for theme editing. You might also like to check out other latest Software News on our website.

Among other features, Android Studio also includes lint tools to catch performance, usability, version compatibility and other problems, proguard and app signing capabilities. It also provides built in support for Google Cloud Platform making it easy to integrate Google Cloud Messaging and App Engine.

In today's HowTo Tutorial, we will discuss how to install Android Studio 0.8.12 and Android SDK using PPA and source tarball on your Ubuntu, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros.

Step Wise Installation of Android Studio 0.8.12 using PPA on Ubuntu, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros

Step 1 : Before beginning the installation, Open the terminal and run or copy the following command in terminal to add PPA for Android Studio 0.8.12 on your PPA based Linux Distros.
$ sudo add-apt-repository ppa:paolorotolo/android-studio

Step 2 : Next, run or copy the following command in terminal to update recently added PPA for Android Studio 0.8.12 in the software repository on your PPA based Linux Distros.
$ sudo apt-get update

Step 3 : Finally, run or copy the following command in terminal to install latest stable Android Studio 0.8.12 on your PPA based Linux Distros.
$ sudo apt-get install android-studio

After installation, now you can install Android SDK with which you can develop your own Android Apps for Android devices. To install Android SDK, just follow the steps given below.

Step Wise Installation of Android SDK on Ubuntu, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros

Step 1 : Open the terminal and run or copy the following command in terminal to download latest tarball of Android SDK using wget command on your PPA based Linux Distros.
$ wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz
Step 2 : Next, run or copy the following in terminal to extract recently downloaded Android SDK kit on your PPA based Linux Distros.
$ tar -xzvf android-sdk_r23.0.2-linux.tgz
Step 3 : Next, run or copy the following command in terminal to change current directory to tools folder inside extracted directory of Android SDK on your PPA based Linux Distros.
$ cd android-sdk-linux/tools
Step 4 : Finally, run the following command in terminal to execute the Android SDK kit, so that you can start working on Android App on your Ubuntu machines.
$ ./android

Next, click "Install X Packages" and then accept license and press install button to install those packages on your machine.

Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Read more »