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

+10

INI language support

Asher Max Schweigart vor 13 Jahren aktualisiert von Sven Axelsson vor 13 Jahren 1
Syntax highlighting for .ini files should be added. Someone on the forums has already written a tm.Language file for this, which you can find here.
+10

Dedicated Preview Window for Live CSS editing

Joey Calamaro vor 13 Jahren aktualisiert von Joel Thornton vor 13 Jahren 1
As an interface designer, it would be wonderful to have a "CSSEdit" or "Firebug" style live preview window w/ CSS overriddes. This would allow us to code CSS within Sublime while seeing the effects of our edits in a browser / preview window.

Although there are several apps on the Mac which already do this (Espresso, Coda, CSSEdit, etc.) there's virtually nothing on Windows which allows for this particular workflow.
+10

Colorized stdout/stderr in console

Josh Friend vor 12 Jahren 0

It would be nice to have the ability to see what output in the console comes from stdout or stderr. Eclipse has this sort of feature where stderr gets colorized RED, and stdout is BACK (or whatever your color theme dictates)


 Full color support like xterm would also be great!

+10

Sublime Text 2 on the Mac App Store? It would make sense with the new gatekeeper feature coming to OSX Mountain Lion.

Anthony Cook vor 12 Jahren 0
Sublime Text 2 on the Mac App Store? It would make sense with the new gatekeeper feature coming to OSX Mountain Lion.
+10

ACE jump (emacs, webstorm) for ST2

marcos martinez vor 12 Jahren 0

 Emacs and webstorm (jetbrain) has an amazing plugin named ace jump..which you can "jump" to different place in your document only using the keyboard..it save a lot time and  effort...you can check how this works here:


http://johnlindquist.com/2012/08/14/ace_jump.html



+10
Fertiggestellt

Diff language/syntax

Oktay Acikalin vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 4
I'm inspecting diff files many times a day. It would be nice if someone could port or reinvent a syntax file for diffs so that they get colored properly.
+10

Plugin API for custom bottom-bar UI

Ben Vanik vor 12 Jahren aktualisiert von FichteFoll vor 12 Jahren 1
Adding a simple API for showing persistent bottom bars (like find all files/find/etc) that contain buttons, textboxes, and Views would go a long way towards enabling plugins that require UI. Currently there's no way to show UI besides quick panels, and those do not suffice for most tasks (such as debuggers/etc).
+10

Multi User Editing / Collaborative File Edition

Olivier Hervieu vor 13 Jahren aktualisiert von Ilia Choly vor 12 Jahren 1
It would be nice to add the possibility to have a multi user editing mode. There's a few tool who still give this possibility (SubEthaEdit and others). Would be sublime to have this in sublimetext
+10

Calling file & goto line number with command prompt

Arief Widyananda vor 13 Jahren aktualisiert von Alvaro Azpeitia vor 7 Jahren 3

I've an request feature that can calling specific file & lines with command prompt / batch file.

So it will like this: sublime_text.exe -n <line_target> <file_name>

example: sublime_text.exe -n GameDesign.java 1459

Above command will open sublime_text, and then opening GameDesign.java, and goto line number 1459..

Is it possible to do that? Because we need this feature to integrate with our tools.

+10

Add individual files to .sublime-project

vor 12 Jahren aktualisiert von BadData vor 11 Jahren 4

I like the versatility of Sublime Text's project handling, but would REALLY love the ability to add individual files (rather than entire folders) to projects. This would come in handy, for instance, when working on Web projects that may require special apache configurations. If I could add the virtualhost.conf or php.ini file -- without adding my entire /etc or /var folders to the project, this would save a WHOLE lot of hunting for files. Thanks!