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

+2

Custom comment formatting (like VS10x Comments Extender for VS2010)

Sean Williams 13 lat temu 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 13 lat temu 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 12 lat temu 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 12 lat temu 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.

+2

autocomplete symbols order

Andrea Interguglielmi 13 lat temu zaktualizowano 13 lat temu 3
I think it'd feel more natural if autocomplete would sort the list of symbols based on the current position in the buffer, listing first those occurrences that are closer to the current position.
A good example of such feature is seen in Textmate's autocomplete.
+2

Haskell syntax highlighting: Improper class declaration highlighting

Vincent Ambo 12 lat temu 0

Currently, Sublime Text expects any Haskell class declaration to include a "where" statement for associated functions. This is not always the case, i.e. a class declaration


class Foo a


is completely valid. The syntax highlighting breaks on the missing where statement.

+2

Add "Mark All" to Find panel - add bookmarks to all search result lines

robertcollier4 12 lat temu 0

In the Find Panel - there should be a button labeled "Mark All" to add a bookmark to all lines containing the search term. This is a very useful functionality which is shown below from Textpad - so that you can do a search, and then process and edit each of your search results one by one.


Image 219





+2

Read and create .swp files like Vi

Nacho Garcia 13 lat temu zaktualizowano 13 lat temu 0
Read .swp Vi files, so when someone else is working on that file you get informed. Also, create a .swp file every time you open a file. Just like Vi does.
+2
Naprawione

Pressing ctrl+tab with no tabs open right after startup crashes the editor

dragoon 14 lat temu Ostatnio zmodyfikowane przez Jon Skinner 14 lat temu 3
Atleast on Windows 7 64bit.

If you open tabs and then close all of them, ctrl+tab doesn't crash the application anymore.
Odpowiedź
Jon Skinner 14 lat temu
Fixed in build 2020
+2

hello I would like sublime supporting lilypond -> http://www.lilypond.org/ maybe it does and I don't know how.

Henrik Pantle 12 lat temu Ostatnio zmodyfikowane przez Henrik Pantle 11 lat temu 3

hello I would like sublime supporting lilypond  -> http://www.lilypond.org/  maybe it does and I don't know how.