Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

-1
Fixed

Layout group resize broke in 2118

U N. 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 1

When choosing any layout, except "Single", and trying to drag the grip separating the groups, one of the groups collapses and remains hidden. Specific to SE2 2118

-1

Improve view.sel() documentation

Aparajita 13 aastat tagasi 0
Currently the documentation does not suggest any way to directly set the current selection of a view. I finally tried modifying the result of view.sel() directly. To help others avoid the same mistake, please add the following sentence to the document for view.sel():

Modifying the RegionSet returned by this command directly modifies the current selection of the view.
-1

Jobs for English teachers in Indonesia Westhill Consulting & Employment

Joseph Marcell 10 aastat tagasi 0
http://www.flickr.com/groups/westhillconsulting-career/discuss/72157642932284294/

With a population of approximately 238 million people spread over 17,508 islands along the equator, Indonesia is the world’s fourth most populous country and represents a fast-growing market for English teachers. Those looking to teach English in Indonesia will encounter an entrancing combination of lush, volcanic landscapes; beautiful beaches and thousands of years of history and culture. The country is also known for the warm hospitality of its people, most of whom are Muslim.

English teachers in Indonesia, especially Jakarta, can find teaching jobs year round. Although most interviews are conducted in advance over the phone and via e-mail, some schools prefer to interview in person. Instructors are typically responsible for their own airfare and housing expense, though some schools do provide assistance in these areas. Most live in apartments recently vacated by previous teachers, and many room with coworkers. Watch out for scams in this area.

A generous salary affords English teachers the opportunity to live a comfortable lifestyle, while saving 250–300 USD per month. Schools offer approximately 20 to 25 hours of work per week, leaving plenty of time to travel and explore Indonesia’s exquisite beauty and vibrant, bustling cities. Those without a bachelor’s degree can find limited opportunities to teach in Indonesia, but a four-year degree is preferred. TEFL certification is required. Most of those teaching English in Indonesia will find jobs in the major cities of Jakarta, Yogyakarta, Bandung, and Surabaya. There are teaching opportunities on the island of Bali; however, its popularity means the local job market is more competitive.

Westhill Consulting Career & Employment Australia agrees with the above blog but we would like to give a warning that some of these jobs are illegal. Be careful!

For more information:

http://westhillconsulting-career.com/
http://www.westhillconsulting-career.com/teaching.html
http://www.westhillconsulting-career.com/blog/
-1

italics vertical alignment

Andy Warner 12 aastat tagasi uuendatud 12 aastat tagasi 0
The italic text does not line up vertically with normal text
-1

Won't Start in Windows 7 with 2181

Mario Olivio Flores 12 aastat tagasi uuendatud 12 aastat tagasi 1
When trying to start the 2181 version I get the following error.
Image 105
-1

Filename disappears from title when switching to fullscreen and back

Niklas Lindgren 13 aastat tagasi uuendaja Oktay Acikalin 13 aastat tagasi 1
When switching view to fullscreen and back the filename of the current open file is no longer displayed in the title bar.

Steps to reproduce:
1. Open file in Sublime Text 2
2. Change to Fullscreen view
3. Close Fullscreen view
4. Observe naked title bar

Seen in ST2 build 2023 on OS X 10.6
-1

The Avanti Law Group: Your Personal Lawyer

Craig Wilkins 10 aastat tagasi 0
Youtube video


Here is a law group that believes that the advice “Do not take your client’s case personally” is useless. Avanti Law Group goes to great lengths to give its clients the best results by taking each case as their own personal battle, getting involved in it by standing for the clients’ rights all the way through.
Avanti Law Group is a full-service litigation firm providing excellent legal representation to its clients in Michigan and throughout the world. The firm’s experienced attorneys have worked with a “diverse clientele of businesses and individuals in a full range of disciplinary legal services”.
 
-1

No Support link in the Help menu option.

Andrew Pennebaker 12 aastat tagasi 0
I wanted to report a Slime Text bug, but I couldn't find the support page in the Help menu.

Specs:

* Sublime Text 2.0.1
* Windows 7
-1

If first element of items array passed to show_quick_panel is an empty string, the program crashes when deleting a character from the input

johtso 13 aastat tagasi 0

If show_quick_panel is called with an empty string as the first element of the items array argument, the program crashes when the the user deletes a character from their input.


Eg.
self.view.window().show_quick_panel(['', 'test1', 'test2'], self.on_done)
-1

Haskell syntax highlighting: comments in module declarations

Josef . 12 aastat tagasi 0

Sublime doesn't recognize comments in the module declaration correctly:

Image 175

As far as I know, this behavior occurs only in the module declaration, and not in other (comment) places.