Sublime Forum

Sublime Text 2 Public Alpha

#9

charset issue not fixed? :frowning:

0 Likes

#10

Congrats Jon. I know there’s a lot of hype for this on Twitter. Loving it.

0 Likes

#11

Congrats on the release, Jon! Great work!

0 Likes

#12

For those of you not on twitter, check out the buzz:
twitter.com/#!/search/sublimetext

0 Likes

#13

Loving it so far! Saw it mentioned on reddit (reddit.com/r/programming/com … ditor_for/), and decided to give it a whirl.

However, I can’t really start using it as my go-to editor unless it gets the same fuzzy filename matching that TextMate has - for example, if I have a file named foo_bar.css, I can just type foobcss and it will match, but Sublime seems way more strict about it (requiring me to enter foo_bar, etc.)

Is there any way to config the matching via the API?

EDIT: actually, on trying it a bit more, I rescind that - you can totally type foobarrc and it will match. What it won’t do (and what I’m used to doing) is foo bar (with a space in the middle taking the place of the underscore), which causes the match to fail. Perhaps the matcher can map spaces to common word delimiters (_,/,-,&, etc); even cooler would be breaking on CamelCase words but that’s probably a lot to ask :smile:

0 Likes

#14

you can enter just “fb” and it will select foo_bar.css :slight_smile:

0 Likes

#15

Yar. I just need to change my habits, I suppose :smile:

0 Likes

#16

Only just got it down and open, but its pretty slick. I’m sure I’m going to be asking for more customizability and maybe a few other little things that will get put way down on the priority list because I’m a novelist and not a coder, but seriously, this is some slick stuff. I’m loving the sidebar + tabs. The project management thing I’ll have to get the hang of, but already looks like it might help me keep from working with the “evil empire” for brainstorming and organizing my work (have to admit that their heading/outlining/navigation panel work for Word 2010 has brought that app back from being an utter piece of crap for getting real work done, but its still kinda ugly and distracting, not to mention kinda slow on my laptop in some circumstances).

Thanks for getting this public so quickly. I’ll be putting it through its paces.

0 Likes

#17

Awesome release Jon!

Started to use new projects and love the context switching. It will take some time to change my command line habits to start the editor, but I can do it :sunglasses:

I love the GoTo symbol, but I noticed it doesn’t work for C files with K&R coding style (Ruby source code for example). Perhaps ctags parsing can be added?

The second thing I noticed is that sometimes, with no file buffer open, Ctrl+P sometimes work and sometimes doesn’t, I need to click on one of the open folders (highlight it firs) for Ctrl+P to work.

Cheers!

0 Likes

#18

Nice job! Even got to Mashable :smile:

0 Likes

#19

Wow. I go off to Mac land and you now put out an ST release that I can use? Thank you! :smiley: Gonna give it a spin. Cheers mate!

0 Likes

#20

Yup, setting show_minimap to false seems to have no effect. Also, setting word_wrap to true seems to have no effect on javascript files, is that being overwritten somewhere?

0 Likes

#21

show_minimap, and the other related settings, only take effect for new windows - they’re just defaults. To toggle the minimap in the current window, use the View/Hide Minimap menu item.

Yep: you’ll want to edit Packages/JavaScript/JavaScript.sublime-settings, and set it there (or create a file User/JavaScript.sublime-settings, and add the settings there)

0 Likes

#22

ey, SublimeText 2 is hot here: forrst.com/posts/SublimeText_2_A … leased-Rxu

and include this theme: dl.dropbox.com/u/13224004/Clouds … rs.tmTheme

0 Likes

#23

I have a “critical” bug on Sublime Text 2.
When I opening a file encoded in ISO-8859-1 the file stopped to be rendered at the character “à”.

0 Likes

#24

Perhaps this shouldn’t be the behaviour?

If the user explicitly states they want word wrap, then that should be how it works?

0 Likes

#25

[quote=“khebs”]ey, SublimeText 2 is hot here: forrst.com/posts/SublimeText_2_A … leased-Rxu

and include this theme: dl.dropbox.com/u/13224004/Clouds … rs.tmTheme[/quote]

Nice theme, here’s mine http://dl.dropbox.com/u/18592443/Sublime%20Text%202/Oblivion.tmTheme, it’s kind a mix of Monokai and Oblivion (gedit color scheme), I like it because i feel it looks nice with elementary ubuntu theme.

0 Likes

#26

Sweet theme!

0 Likes

#27

[quote=“hnrch”]
Nice theme, here’s mine http://dl.dropbox.com/u/18592443/Sublime%20Text%202/Oblivion.tmTheme, it’s kind a mix of Monokai and Oblivion (gedit color scheme), I like it because i feel it looks nice with elementary ubuntu theme.[/quote]

Love that Oblivion theme!

0 Likes

#28

Can you post picture when you post a theme please

0 Likes