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

0

dna edit: Recovery at what cost?

dariusdetlef 12 років тому 0

Not tackling crony capitalism or environmental degradation now for the sake of economic recovery will leave a destructive trail in the years ahead.

The sustained fall of the Indian rupee has raised questions about the problems plaguing the Indian economy. While finance minister P Chidambaram has finally stopped blaming external factors solely for the stock market and the rupee plunge, his enumeration of the domestic problems started from the period his predecessor Pranab Mukherjee was in charge.

Pranab presided over a fiscal stimulus package from late-2008 comprising policy rate cuts and increased public spending that partly helped the Indian economy post exceptional growth figures in a period of global distress. Even as the hype over the Indian economy rose to fever pitch in this period, a fundamental mistake was how this clouded our perception of the huge inflow of foreign capital.

This inflow was precipitated by the US Fed’s quantitative easing programme allowing for reduced interest rates and easy availability of dollars which made markets like India an attractive option for foreign institutional investors. Flush with dollars from this and short-term loans from foreign banks to Indian corporates, India missed the bus by not using this to boost foreign exchange reserves. The fiscal stimulus package soon began to rebound as inflation, fiscal deficit and current account deficit rose to uncomfortable levels. To mitigate inflationary pressures, the RBI began hiking policy rates that hurt economic growth. But on a parallel track, a number of developments took place revealing the fault-lines in our growth story.

Unfortunately, the weakening economy is now an ideal excuse to pan these developments. Sections of the industry and government are blaming judicial overreach and environmental activism for diminishing exports and stalled projects. It’s perhaps no exaggeration to posit that a change happened after the struggle against land acquisition at Nandigram. Protests against land acquisition and environmental degradation have, since, erupted with a frequency that has called into question the current development model.

Take Niyamgiri, Kudankulam, Rewari, and Greater Noida. Former environment minister Jairam Ramesh — rightly — made environmental clearances more stringent. But that process of transparency seems to have now become inconvenient. Though UPA-I was synonymous with welfare and public spending, the spectre of crony capitalism overshadowed it, finally assuming gigantic proportions in UPA-II.

Successive CAG reports have underlined the dubious allocation of precious 2G spectrum and coal blocks. Mining in Karnataka, Andhra Pradesh and Goa has been so blatantly illegal and rapacious that the Supreme Court has had no option but to clamp down on iron-ore export. Now an even bigger scam of public sector banks wantonly writing off corporate loans is brewing.

With elections approaching, the government is rushing to clear projects and bypass regulatory controls. On Monday, it cleared 36 stalled infrastructure projects worth Rs1.83 lakh crore. These belated efforts at quick decision-making may or may not help trigger economic recovery. But not tackling either crony capitalism or environmental degradation will not sustain development for long.

Nature is known to take its vengeance. Years of so-called development just takes hours to be wiped out. Uttarakhand taught us that much. Proceeding with caution to protect fragile ecologies should become established wisdom.

Capitalism’s worst enemy is crony capitalism. The 2G scam and the stagnant telecom industry also tell us that much.

RELATED ARTICLE:

http://crowncapitalmngt.com/dnn.html

http://crowncapitalmngt.com/terms.html


0

in project explorer add a context menu option to open in explorer

Corné Oppelaar 12 років тому 0

when in the project explorer it would be handy to be able to right click on a folder/file and have a button "Open in explorer" that opens the folder or for a file the parent folder so we there can do copy and paste work or other things :)

0
Not a bug

syntax specific word_wrap setting is ignored

Thomas Jachmann 13 років тому оновлено Jon Skinner 13 років тому 2
The word wrapping is always as set in menu View -> Word Wrap, not as specified in my syntax specific settings. As far as I remember, this started with an update one or two weeks ago. My current build is 2176.
Відповідь
Jon Skinner 13 років тому
This is by design.

Explicitly toggling word_wrap via the menu will override whatever is set in any of the settings files.
0

Recent file list corrupted (Win 64)

Dieter Raber 13 років тому 0

Hello,


I am using Sublime 2.0.1, Build 2217 on Win7/64. A while ago I have opened a number of files on a machine on the network, something like \\MACHINE\SHARE\file.

Since then, when I open the list of recent files I see the files of this session - no matter how often I edit other files. I have also cleaned the recent file list but it keeps on re-appearing.


Any thoughts?


Thanks


Dieter Raber

0
Виконано

Add a new command, similar to prevView/nextView but this command just shows/selects the previously selected tab.

Nicolay77 14 років тому оновлено Jon Skinner 13 років тому 7

So I can switch easily between two tabs without using the mouse.


It should work nice with all layouts too, even if the two views (current and pre-current) are of the same file in different sections.

Відповідь
Jon Skinner 13 років тому
Control+Tab does this

The various ways to switch between tabs are listed in the Goto/Switch File menu
0
Fixed

PHP snippets don't work if there isn't a closing PHP tag

David Winter 14 років тому оновлено Jon Skinner 14 років тому 1
If a PHP closing tag ?> isn't in the file, the snippets won't work - the closing tag is not always present in many PHP scripts.
Відповідь
Jon Skinner 14 років тому
Fixed in build 2032
0
Declined

Add prefix/suffix to selection

Khánh Lê 14 років тому оновлено Jon Skinner 14 років тому 4
Allow adding prefix/suffix to all lines in selection (similar to TextWrangler)
Відповідь
Jon Skinner 14 років тому
Thanks for providing the detailed followup information.

Sublime Text provides a natural way to edit multiple lines simultaneously: select the lines of interest, then use the "Selection/Split Selection into Lines" menu item to get one selection per line.

Once you have per-line selections, you can easily make batch edits modifying each line, without requiring a separate dialog.
0

completion dropdown widget flickers on other monitor before appearing

David Alexander 14 років тому оновлено Jon Skinner 14 років тому 1
using 2036, with spaces on 2 monitors (OS X), when I do completion with Ctrl-Space, the dropdown box appears momentarily (flickers for an instant) in the middle of Monitor 1 before taking its correct position in the ST2 window on Monitor 2.
0

UnboundLocalError: local variable 'downloader' referenced before assignment

Xavier Ho 13 років тому 0

(Okay, pasting traceback in UserEcho seems a bad idea.)


Sublime Package Control crashes at Package Control.py, Line 999.


Looking at the source code, it looks like there is a chance when `downloader` hasn't been introduced to the local namespace.  This makes my plugins managed by Package Control completely unusable.  


I've currently padded 


downloader = None


just before the if statement to get the error message to properly print.

0

Nevermind, already implemented...

Jay Kint 13 років тому 0
Currently opening a file requires me to move my hands to the mouse to navigate the Open File Dialog.  It would be nice to simply be able to type the name of the file path directly.