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

view.show(sublime.Region(a, b)) scrolls to wrong region in view
Some vars I work with:
visible_region = (366, 998) # manually centered view
selection = [26, 26] # cursor in line w/o selection
region = [26, 26] # in this case same as selection
visible_region = [16, 36] # first row, last row from above
size = 2099 # self.view.size()
region_size = 0 # diff between region end and begin
visible_size = 20 # diff between last and first row
begin = 16 # calculated first row
end = 36 # calculated last row
target_region = (366, 946) # calculated for self.view.show()
target_region = [16, 36] # translated into first, last row
visible_region = (603, 1351) # region I get after self.view.show()
Any idea?

A few things
my wishes today:
1) While using colums, rows or grid and working on a special file, can open only the file i wish in an new view (like new instance) in fullscreenmode, so i have all the screen just for this one file (maybe a bigger script as the others). When closing or saving or just tipping in the file, the original in colums, rows or grid becomes the same content (just mirroring in the new view).
2) Make borders in colums, rows or grid flexible to move right/left/up/down. Fe: in grid moving the top vertical border from group 1 and 2 a bit to the left, but vertical border of group 3 and 4 stays in the middle.
3) When working with two or more monitors and using ST2 and one Browser (for example), i wish to have a new instance in Montor 2 without TAB (means: not TAB monitor 1 (ST2), TAB monitor 2 (ST2), TAB browser; i wish to TAB just ST2, TAB browser, TAB ST2, TAB browser,...
4) Show/hide MiniMap for each file separatly (just for this and for this file for ex.)
5) MULTILINGUAL (wanna got german and german dictionary)
So far, sublime text is the best and nicest editor i got (and i got many editors for editing HTML, CSS, JS, PHP, SQL,...). The last few years i used Notepad++ most of my time, now i got Sublime and i love it!
THANKS!

Browse for Folder Dialog - Clipboard

Bug in multiline commenting
If I select the following code below and press Ctrl-* to comment the whole block, ST2 only uncomments this line /* Disable master mode and enable as slave with SLA */.
void aery::twi_init_slave(uint16_t sla) { /* Software reset. */ aery::twi->CR.swrst = 1; while (aery::twi->CR.swrst); /* Disable master mode and enable as slave with SLA */ aery::twi->SMR.sadr = sla; aery::twi->CR.msdis = 1; aery::twi->CR.sven = 1; }Result:
void aery::twi_init_slave(uint16_t sla) { /* Software reset. */ aery::twi->CR.swrst = 1; while (aery::twi->CR.swrst); Disable master mode and enable as slave with SLA aery::twi->SMR.sadr = sla; aery::twi->CR.msdis = 1; aery::twi->CR.sven = 1; }Expected result:
// void aery::twi_init_slave(uint16_t sla) // { // /* Software reset. */ // aery::twi->CR.swrst = 1; // while (aery::twi->CR.swrst); // /* Disable master mode and enable as slave with SLA */ // aery::twi->SMR.sadr = sla; // aery::twi->CR.msdis = 1; // aery::twi->CR.sven = 1; // }

"z" key misbehaving in Vintage insert mode

Bug of replacing text when "preserve case" is active.
Find What: dddWooID
Replace with: eeeID
However, the result is eeeId
Please fix it. I am using 2.0.1 Build 2217. Thank you.

Using tag#with-hyphen doesn't work.
Also great work mate love this editor more and more.

Make escape set focus on sidebar when focus is set on the editor

Force sublime text 2 not to load python files under a plug-in's directory
Thanks,
Filipe

Italic rendering does not work properly with the font I use

The font is HobTiny, you can download it for free:
Kundesupport af UserEcho