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

+2

Identify files that have been modified since opened, even after a save.

Brian Gottier vor 13 Jahren aktualisiert von Max Wagner vor 13 Jahren 1
I constantly have files open for reference, along with the files I am actually working on, but I have no easy way to identify which files have actually been changed at the end of a working session. It would be great if there was a visible undo/redo icons, or if there could be a colored dot on the tab, or anything... please!

An icon toolbar wouldn't be a bad idea. Lots of frequently used things could be put there.
+2

No output panel when exec called from input panel

Falcon NL vor 14 Jahren aktualisiert von Alexander S. vor 13 Jahren 1
In ST1 I had a keyboard shortcut when working with Haskell that brought up the input panel, evaluated the expression in GHC with the exec command and showed the result in the output panel. In ST2, it doesn't show the output panel anymore, though the exec command is still called, as can be seen from the console messages.

Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1538
+2

Alternative payment methods

Adrian SANDU vor 11 Jahren 0
Hi guys,

Is it that difficult to add new payment options? I don't want to create a Paypal account. There are already so many alternatives that is a shame to be locked to one option people are starting to stay away of.

Is there no alternative for an Australian company to accept credit cards online? What about Google Wallet? Or even good old wire transfer. You give us your account, we transfer the money, send you the confirmation and get the licence. Job done, everyone is happy.
+2

Home and End Key handling

Hogan Long vor 11 Jahren 0

One of the best editor UI features of Brief (I'll not say more, those who know, know), was how the Home and End key were handled. 

  • On first press they went to the end or start of the current line.
  • On 2nd press they went to the bottom or top of the current viewport (what you can see on the screen)
  • On the 3rd press they went to the end or start of the file.

The ease of using this interface can not be glorified enough.  It is amazing.  Considering your editor's clear aim is to be glorious in every way, I highly recommend you implement this unappreciated (but unequaled) feature.


PS

You could even generalize it to allow function binding to n-tery presses of a given control key in the plugins.  But that matters less to me than this specific functionality. 

+2

Enable remote pairing without desktop screen sharing (something like vim and tmux: http://pivotallabs.com/how-we-use-tmux-for-remote-pair-programming/ )

Joshua Teng vor 12 Jahren aktualisiert von robertcollier4 vor 12 Jahren 1

Enable remote pairing without desktop screen sharing (something like vim and tmux: http://pivotallabs.com/how-we-use-tmux-for-remote-pair-programming/ )

+2

Vintage - open files in command mode

Christopher Bottaro vor 13 Jahren aktualisiert von Fredrik Ehnbom vor 13 Jahren 1
When I open a file in Vintage mode, I'm automatically put in insert mode.  This is not consistent with vim which starts you in command mode when opening a file.

Maybe it would be nice to have this as a configurable option in ST2?
+2

Custom comment formatting (like VS10x Comments Extender for VS2010)

Sean Williams vor 13 Jahren 0

One of my favorite extensions for Visual Studio is called VS10x Comments Extender. It allows you to setup custom formatting for comments that are typed in a certain manner. 


From the VS10x page:


How does it work? Well, when you start a comment with // (C#, C++, F#) or ' (VB), you can add some extra characters (minimum one, maximum three) in order to define how this comment will look like. VS10x Comments Extender will interpret these prefixes and format the comment accordingly.


It REALLY helps to see this in person... check the link below. I think this would be a GREAT addition to an already great text editor.


Look for all the examples here:


http://visualstudiogallery.msdn.microsoft.com/17c68951-7743-40bd-ad35-608706f54a92?SRC=VSIDE

+2

text-overflow not recognized as CSS property by syntax highlighting

Josh Sleeper vor 13 Jahren 0
As the title says, the text-overflow property isn't currently recognized by the CSS syntax highlighting.  I found that adding "overflow" to the list associated with "text-" on line 674 of CSS.tmLanguage fixes this problem.  Not sure if this is the only (or proper) way to fix it, but for now it seems to work fine.
+2

option to write tmp files to indicate the file is being edited (.lck , .tmp, .swp)

Jon James vor 12 Jahren 0

The lack of ability to write and look for .swp files is preventing me from using sublime as my primary editor.


I work with a team in a common codebase, the way we keep from stepping on eachother's toes is when we go to open a file in vim, it notifies us that the file is being worked on.


I don't need the ability to actually READ .swp files, but it would be awesome to be able to look for the existence upon opening.  Also, sublime should create a .swp file when opening a file.


+2

Autocomplete still fcked up

chaiguy vor 12 Jahren 0

Whenever I try to create an anonymous javascript object formatted like this:


{

    field:


And hit the tab key to line up my values, Sublime gets totally screwy and starts changing what I typed for "field". It just keeps attempting to autocomplete "field" into "fieldkey" for some reason. There's no auto-complete popup though, this just happens all on its own with no way to cancel it. Anyway it's totally messed up and I can't type what I want to type. Even typing shift-tab doesn't work--there's some really weird behavior there too, type shift-tab and then tab and the cursor jumps all over the place, inserting characters and stuff.