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

-2

No way to get from Distraction Free to Fullscreen mode.

qay xsw fa 13 anys 0
When in Distraction Free mode (Shift+11) pressing F11 does not enter full screen mode but normal mode even so Full Screeen mode as used before Distraction free mode.
-2

Cameron links typhoon Haiyan to climate change

Jaine yie fa 11 anys 0

http://lachlannicholaz.wordpress.com/2013/11/19/cameron-links-typhoon-haiyan-to-climate-change/


There is growing evidence that climate change is causing more extreme weather disasters such as the Philippines typhoon, David Cameron said.


In remarks likely to infuriate the green sceptics in his party, the prime minister gave his first acknowledgement that global warming may be linked to increasingly intense storms across the world.


The remarks are Cameron's strongest defence of climate change science for a while, after repeated accusations that he has retreated from his pre-election pledge to run the greenest government ever.


Despite urging people to "vote blue, go green" in 2010, he has not given a full speech on the issue nor attended a UN environment summit since becoming prime minister.


Under pressure from many backbenchers, he has tightened planning controls on windfarms and pledged to "roll back" green subsidies on bills, leading to fears of dwindling support for the renewables industry.


However, Cameron spoke out on the need to tackle global warming at the Commonwealth summit in Colombo, Sri Lanka, after typhoon Haiyan killed at least 4,000 people and caused devastation across the Philippines.


Asked on Fridaywhether climate change was linked to the Philippines disaster, Cameron said: "I'll leave the scientists to speak for themselves about the link between severe weather events and climate change. But the evidence seems to me to be growing. As a practical politician, I think the sensible thing is to say let's take preventative and mitigating steps given the chances this might be the case."

He added: "Scientists are giving us a very certain message. Even if you're less certain than the scientists, it makes sense to act both in terms of trying to prevent and mitigate."


His comments also coincide with the United Nations talks on climate change in Warsaw, which has seen Japan slash its commitment to reducing CO2 emissions and Australia fail to send a minister to the conference for the first time in 16 years.


-2

Open Containing Folder can't work in LAN's project

bindiry fa 13 anys updated by August Burns fa 12 anys 1
Open Containing Folder can't work in LAN's project,it will open user home folder.

Windows7 32bit
-2

give info on what's going on in the status bar

Daniele Conti fa 12 anys 0

for example, plugin installing, plugins infos and such

-2

Edit Multiselection Mode

Cédric Néhémie fa 12 anys 0

It would be nice to have a special mode for multi-selection that allow to tab between each selection and edit their content individually. The mode could be toggled with a key shortcuts, allowing for sequence such as:
1. I create a bunch of multi selection cursors in the beginning of several lines.

2. I write down some basic affectation such 'var a = 0;'

3. Always in multi selection, I come back to select the 'a' in the previous exemple.

4. I toggle the edit selection mode and I tab over all the 'a' to write a different variable name for each (at that time the individual selection I edit expand itself according to the new content).

5. I toggle back to the normal multiselection mode, which now have all the var name in the selection.

6. I could then repeat the operation with the variable value this time and define for each a different value, without losing my multi selection.


Regards

-2

undo history - like are browser

Toby Evans fa 13 anys actualitzat fa 13 anys 0
An undo history list - like a browser - could be neat.
So you can jump back 10 history steps easily for example.
Not sure how you'd label each step though...
-2

vintage mode, "." command repeating

-ML- fa 13 anys actualitzat fa 13 anys 0
after changing a word with "cw" (change word) the command-repeater "." only repeats the last character instead of changing the next word. Same is for "ct" (change to). Is this possible to fix with the vintage implementation?
-2

Peter K fa 12 anys 0


-2

Make All features optional!!! :D

Joe DF fa 12 anys 0

For example, some don't like autocomplete tips, tabs in titlebar, and others do..
But if its optional, anybody can choose what they want! :D
It would satisfy everybody! Adding profiles, saving these optionss. :)
This will be very interesting!

-2

contextual API help

Martin Mitáš fa 12 anys updated by Chris Broumley fa 12 anys 1

Most API documentation today is available on the net. It would be cool to support web search for this. For example consider this use case:

Step 1) In some config file, user can define new seach pattern, e.g. "https://www.google.com/webhp?q=site%3Amsdn.microsoft.com+@SelectedText@" and assign it some hot-key (e.g. <alt>+<f1>)

Step 2) Select some text in a source code (e.g. CreateWindow)

Step 3) Activate the search by hot key.

Step 4) SublimeText would open a browser with the URL defined by the pattern and the currently selected text.