Powered By

Powered by Blogger

Tampilkan postingan dengan label sublime text. Tampilkan semua postingan
Tampilkan postingan dengan label sublime text. Tampilkan semua postingan

Kamis, 21 April 2011

UMPlayer Update; Sublime Text 2 Gets Solarized [WebUpd8 PPA]

UMPlayer



UMPlayer

UMPlayer is a new cross-platform SMPlayer fork. Since it uses Mplayer, it can play most video formats and comes with some very interesting features. For instance, it supports CSS skins so it's very easy to theme.

I've updated UMPlayer to revision 143 in the WebUpd8 PPA - this update brings a feature many have been asking for in the comments: the time position in the video is now remembered (thanks to Steve for the tip!).

Install UMPlayer in Ubuntu 11.04, 10.10 and 10.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install umplayer



Sublime Text 2



Sublime Text 2 Solarized

Sublime Text 2 is a TextMate-like text editor currently in alpha which is now available for Linux too (as well as Windows and Mac OSX).


Sublime Text 2 has also been updated to the latest rev but besides this, I've also incorporated Solarized dark and light color schemes with the Sublime Text 2 package. I've also announced this on ppa.webupd8.org but I felt this deserves a mention on WebUpd8 too.


Install Sublime Text 2 in Ubuntu 11.04, 10.10 and 10.04 using the commands below:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text-2

To get the new Solarized color schemes for Sublime Text 2 (Sublime Text 2 supports TextMate color schemes so these are TextMate color schemes) you may have to either purge the previous Sublime Text 2 (sudo apt-get purge sublime-text-2) and then reinstall or manually remove the config folder (~/.config/sublime-text-2 - you can backup some files if you've customized some settings and copy them back once you install the latest Sublime Text 2).

Then, select Preferences > Color scheme > Solarized dark or light.


Of course, if you want you can also manually install the Sublime Text 2 Solarized color schemes: download them from HERE, then place the files under "~/.config/sublime-text-2/Packages/Color Scheme - Default".

Note: Solarized for TextMate (which are used by Sublime Text 2) are currently work in progress.

Senin, 14 Maret 2011

Sublime Text 2 Ubuntu PPA

Sublime Text 2

Sublime Text 2 is a pretty neat text editor which will remind you of TextMate. It runs on Linux, Windows and Mac OSX and while it's not free, you can evaluate it for an unlimited period of time. Check out our Sublime Text 2 review for more info.

Sublime Text 2 is currently in alpha and there are new builds available for download quote often so I wanted to create an Ubuntu PPA for a while now but I couldn't find out what license it uses. I've emailed the Sublime Text 2 developer and got no reply so I decided to package it like Adobe Flash: the .deb will download Sublime Text 2 from its website so the .deb doesn't come with the actual files.

While Sublime Text 2 automatically checks for updates and prompts you to download the latest version, I like getting the updates through a PPA. Further more, using this PPA, Sublime Text 2 will get a proper .desktop file so you can right click files to open in Sublime Text 2. You can also open files from the command line (run "sublime-text-2 /path/to/file").

This is the first version of the Sublime Text 2 packaging so there might be bugs. The deb doesn't check if the download was successful; also, it will probably fail to install behind a proxy; and finally: I've only tested it in Ubuntu 10.10 32bit. Use it at your own risk!


Add the PPA and install Sublime Text 2 in Ubuntu


Before installing, please note that initially, Sublime Text 2 used "~/.Sublime Text 2" for the configuration files while the latest versions use "~/.config/sublime-text-2". Because of a bug with having 2 configuration folders, the deb will remove "~/.Sublime Text 2" so if you have some configuration files you want to keep in there, move them to "~/.config/sublime-text-2".

Add our Sublime Text 2 PPA and install it in Ubuntu using the following commands:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text-2
I've set up the PPA for personal use but of course, anyone can use it. If you find any bugs, please report them in the comments below.

For what's new in the latest Sublime Text 2 builds, check out its homepage.


Also see: GMate: Get TextMate Features And Styles In Gedit

Sabtu, 29 Januari 2011

Sublime Text 2 Is A Nice TextMate Alternative For Linux (As Well As Windows And Mac OSX)

Sublime Text 2 Linux

Sublime Text 2 is a TextMate-like text editor currently in alpha which is now available for Linux too (as well as Windows and Mac OSX). The application is not free but its evaluation period does not expire.


Sublime Text 2 comes with a very interesting interface: a sidebar for projects or files and Chrome-style tabs as well as multi-pane editing which includes horizontal, vertical and even a quad pane mode:

Sublime Text 2 double pane


A very interesting feature is "Goto Anything": press Ctrl+P and type something - this will search in both filenames and lines of code across currently open files as well as recently close files. Start your search by using "#" to go to that word line, "@" for symbol or ":" for line:

Sublime Text 2 goto anything


The user interface also comes with a cool minimap which shows you an an overview of your files:

Sublime Text 2 minimap


Other features include macros, various find tools (find in files, find in open files, incremental find), easily switch between project, multiple selection, autocomplete and lots more. And of course, everything is customizable.


Since Sublime Text 2 is currently in alpha, some features are missing. These include distraction free editing, spell checker, bookmarks, a full python API and more - but all these will be coming in the next months.


Download Sublime Text 2 alpha for Linux, Windows and Mac OSX | To run it on Linux, simply extract the downloaded archive and double click the "sublime_text" file.

Update: Sublime Text 2 is now available in a PPA for Ubuntu!


Want most of the TextMate features in Gedit? Try Gmate.


[Info via Sublime Text 2 blog]