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

0

Support for editing files with elevated privileges in Linux (e.g. /etc/hosts)

Ignacio Carrera 14 years ago updated 14 years ago 0
Dev Build 2147 added this feature, but only for OS X.
0

The Michael Shearin Group Morgan Stanley

Lexie Rosengarten 12 years ago 0
The world risks slipping into an era of slower growth and high unemployment unless governments push ahead with sweeping structural reforms, the Organisation for Economic Co-operation and Development warned ahead of this weekend’s talks between G20 finance ministers and central bankers in Sydney.

In a report published on Friday, the Paris-based group became the latest to warn that failure to reform is costing growth. Earlier this month the International Monetary Fund said aggressive reforms could add $2.25tn to the size of the global economy by 2018.

The OECD said the pace of reform had slowed over the past two years. This is leaving emerging economies vulnerable to the tightening of monetary policy as the financial crisis abates, exposing some European countries to persistently high unemployment, it cautioned.

This warning was echoed by the US, which pushed back against the concerns of emerging countries – expected to dominate the G20 talks – over the Federal Reserve’s decision to taper its quantitative easing programme.

“Emerging markets need to take steps of their own to get their fiscal house in order and put structural reforms in place,” said Jack Lew, US Treasury secretary.

“We are seeing a substantial differentiation in the marketplace between economies that have made those decisions and economies that haven’t,” he told a meeting of finance executives.

0

Change file mode in the side bar(ala chmod +w, etc)

Alex Rodriguez 15 years ago 0
Some editors allow to change the file mode right there in their project tree UI, in the case of sublime, the side bar. I see this feature useful when app is in full screen mode and I need to change/add the mode to a given file, In windows and need to go to the win explorer and right click then go to properties and uncheck the read only checkbox. In the case of linux/mac is chmod +w.

This need happen to me due some VCS populate files in read-only state, so I need to go and change their state as need it.
0

Presence of a pipe (file) makes search silently fail

13 years ago 0
mkfifo killer

It seems that search in project is silently aborted when such special file is encountered.


To reproduce:


create FIFO pipe file in a directory with other files

Try to search the files with "Find in files…" option





0

When starting the subl command line tool in OSX, ~ is not recognized

Rasmus Ischebeck 13 years ago 0

When I start the command line tool "subl" in an OSX terminal, a file name containing the ~ character (pointing to my home directory) is not recognized:

"subl ~/.bashrc" does not work, 

"subl /Users/myself/.bashrc" works fine

0

CTRL+P - Go to file

cgaucher 12 years ago 0
When we try to go to a file using CTRL+P shortcut, Sublime text open the file but it sometimes doesn't display it's contents. Sublime Text must be restarted to work correctly. I don't have any idea on how to reproduce this bug. It occurs randomly on versions 2 and 3
0

Rendering of ruler

Jamie Webb 15 years ago 0
Small detail: Please render the margin ruler behind the text, rather than obscuring it.
0

Hide / Show Panels

Lee Doel 14 years ago 0

It would be really good if there was a way to hide a panel and show it again.
As an example i am wokring on multiple files ive grouped them into panels but i dont want to see them all at the same time. im having to make the panel smaller and larger to view the files

0

Shortcut to wrap strings in #{}

CarlM 14 years ago updated 14 years ago 0
In Ruby and CoffeeScript, selecting text inside a double-quoted string ("") and hitting # should wrap the selected text in #{}. TextMate does this and it's such a timesaver.