Showing posts with label programing. Show all posts
Showing posts with label programing. Show all posts

Tuesday, October 6, 2015

Bluefish 2.2.6 released, Available for Ubuntu, Linux Mint, Debian, Redhat, OpenSUSE, Fedora


Bluefish 2.2.6 released, Available for Ubuntu, Linux Mint, Debian, Redhat, OpenSUSE, Fedora


Bluefish is an open source and cross-platform piece of software that provides web developers with a handy and beautifully designed graphical application for editing HTML files and create websites, as well as to write programming code and shell scripts.

Key features include support for a wide range of markup and programming languages, multi-threaded support for remote files, unlimited undo and redo functionality, integration of external programs, powerful search and replace functionality, and project support.

Changelog on Bluefish 2.2.6 :
  • This release fixes a critical bug (segfault) in filebrowser that could be triggered if the root directory was set as basedir. It also has a fix for a specific CSS-in-HTML-tag highlighting issue that broke HTML highlighting. The filter code furthermore caused a segfault if the command did not exist. The Windows version finally supports open in running process. Next to these bugs many small issues have been resolved. Development checks are now only enabled if Bluefish is compiled from svn, not if compiled from tarball. Various language files have small improvements, most notably C, Javascript and CSS. Several translations have been updated. A corner case for a new document from a template that does not exist was fixed. The "open" submenu now opens SVG files from the filebrowser instead of inserting an image tag. The included cssmin and jsbeatify have been updated. A syntax scanning issue when replacing large chunks of text was fixed, he "Report bug" link was broken, a new "conditional" option to the language file that makes re-using certain blocks of language files easier was added, and error reporting in outputbox was improved. On OSX filebrowser icons and the "open file" dialog size have been improved.

Bluefish Features

Bluefish has many features, this list will give you an overview of the most important or outstanding features in Bluefish 2.2. Not all features are (yet) available on Windows or Mac OSX.
  • Lightweight - Bluefish tries to be lean and clean, as far as possible given it is a GUI editor.
  • Fast - Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
  • Multiple document interface, easily opens 500+ documents (tested >10000 documents simultaneously)
  • Project support, enables you to work efficiently on multiple projects, and automatically restores settings for each project.
  • Multi-threaded support for remote files using gvfs, supporting FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more1
  • Very powerful search and replace, with support for Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk.
  • Open files recursively based on filename patterns and/or content patterns
  • Snippets sidebar - specify custom dialogs, search and replace patterns or insert patterns and bind them to a shortkut key combination of your liking to speed up your development process
  • Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection
  • Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script
  • Unlimited undo/redo functionality
  • In-line spell checker which is programing language aware (spell check comments and strings, but not code), requires libenchant during compilation2
  • Auto-recovery of changes in modified documents after a crash, kill or shutdown
  • Character map of all unicode characters (requires libgucharmap during compilation)3
  • Site upload / download1
  • Full screen editing
  • Many tools such as tabs to spaces, join lines, lines to columns, strip whitespace, etc. etc.
  • Customizable programming language support:
    • In-line reference information (move your mouse over a function name or tag name) for various programming languages
    • Code block folding
    • Highlighting matching block start and end markers (both brackets and tags)
    • Auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document)
    with included language definition files for:
    • Ada
    • ASP .NET and VBS
    • C/C++
    • CSS
    • CFML
    • Clojure
    • D
    • gettext PO
    • Google Go
    • HTML, XHTML and HTML5
    • Java and JSP
    • JavaScript and jQuery
    • Lua
    • Octave/MATLAB
    • MediaWiki
    • NSIS
    • Pascal
    • Perl
    • PHP
    • Python
    • R
    • Ruby
    • Shell
    • Scheme
    • SQL
    • SVG
    • Vala
    • Wordpress
    • XML
  • Multiple encodings support. Bluefish works internally with UTF8, but can save your documents in any desired encoding.
  • Bookmarks functionality
  • HTML toolbar and tearable menu's
    • Dialogs and wizards for many HTML tags, with all their attributes
    • Fully featured image insert dialog
    • Thumbnail creation and automatically linking of the thumbnail with the original image, and multi-thumbnail creation
    • User-customizable toolbar for quick access to often used functions
  • ZenCoding support1,4
  • Compliance with the Gnome and KDE user interface guidelines where possible
  • Translations into 17 languages - and more are coming for the next releases 

Bluefish 2.2.6 released, Available for Ubuntu, Linux Mint, Debian, Redhat, OpenSUSE, Fedora

How to install Bluefish 2.2.6 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get install bluefish
sudo aptitude install bluefish
Users of Ubuntu releases, for which bluefish doesn't get any official update by the Ubuntu team in the past had the possibility to use the http://debian.wgdd.de/ubuntu repository. This has become obsolete. You'll now find recent packages of bluefish in this PPA. Follow the instrcutions given there to add this repository. Then bluefish can be updated to its latest release :
sudo add-apt-repository ppa:klaus-vormweg/bluefish
If you’re running on non-GTK3 environment like simple window managers, use the GTK2 PPA instead:
sudo add-apt-repository ppa:klaus-vormweg/bluefish-gtk2
Update the package lists so that you can install the editor from that repository:
sudo apt-get update
sudo apt-get install bluefish

Installing the very latest release on Debian 7.0 (Wheezy/Stable)

Recent packages for bluefish are available from the official Debian backports archive and can be installed by following the instructions given here. The entry would look like this:
deb http://YOURMIRROR.debian.org/debian wheezy-backports main
or
deb http://YOURMIRROR.debian.org/debian stable-backports main
And install the package via:
apt-get -t wheezy-backports install bluefish
Report any bugs to the Debian bugtracker.

Please note, that the http://debian.wgdd.de/ repository has become obsolete. See below, how to clean your system. 

Follow this page for more about installation bluefish on fedora, openSUSE and redhat latest version.
Read more »

Gambas 3 3.6.2 is released, Available PPA for Linux Ubuntu 14.10, 14.04, 12.04 based distro


Gambas 3 3.6.2 is released, Available PPA for Linux Ubuntu 14.10, 14.04, 12.04 based distro

Gambas 3 is the next generation Gambas development environment based on a BASIC interpreter with object extensions, such as Visual Basic. It is, before all, an open source BASIC language with object extensions. The program includes native functions that allow developers to manage strings, arithmetic, time, input-outputs and files.

It is a completely free and complex program that comprises of several programs, including a compiler, an archiver, an interpreter, a development environment, a scripter, numerous extension components and a feature rich graphical user interface.


What's New in This Release:
  • NEW: Improve Cygwin System Information awareness.
  • BUG: Control properties containing a database table name can be modified again.
To install Gambas 3 3.6.2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
sudo add-apt-repository ppa:gambas-team/gambas-daily
sudo apt-get update
sudo apt-get install gambas3
    For more information on the major Gambas Changes in the upcoming version 3 3.6.2 please consult this page.


    Read more »

    Install Android Studio 1.3 Preview 2 on Ubuntu or Linux Mint


    Install Android Studio 1.3 Preview 2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

    Android Studio is The Developer Tools for Android are being developed entirely in the open and is accepting contributions. On this site you will find information about the project, how to build the tools, how to contribute, etc...
    We've just released Android Studio 1.3 Preview 2. This build contains only 4 bug fixes relative to Preview 1:
    • The Setup Wizard now longer installs the Android M preview by default; it installs the most recent stable version (currently API 22). You should only install and use the Android M preview (and buildtools 23-rc) if you are also going to use version 1.3.0-beta1 of the Android Gradle plugin.
    • The layout editor and layout preview windows only use the Android M preview layout library if the project is compiled with the M preview library.
    • Choosing the Design library from the Project Structure Dialog's Add Dependency feature now correctly adds 22:2 instead of 0:0 as the version.
    • The lint check which incorrectly flagged missing "missing super method call" errors (issue 174964, shown below) has been fixed.

    Install Android Studio 1.3 Preview 2 on Ubuntu or Linux Mint

    To Install/Update Android Studio 1.3 Preview 2 on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
    $ sudo apt-get purge openjdk*
    $ sudo add-apt-repository ppa:webupd8team/java
    $ sudo apt-get update
    $ sudo apt-get install oracle-java7-installer
    $ sudo apt-get install oracle-java7-set-default
    $ wget https://dl.google.com/dl/android/studio/ide-zips/1.2.1.1/android-studio-ide-141.1903250-linux.zip
    $ sudo unzip android-studio-ide-141.1903250-linux.zip
    $ cd android-studio/bin
    $ ./studio.sh
    Enjoy! I hope this article adding you more clarity.
    Read more »