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

0

Syntax highlight for Thor

Sebastian Skałacki 11 years ago 0
Thor is Ruby framework for writing command line utilities. Often used as Rake replacement. Home page.

Thor definitions are plain Ruby code written in files whose names match *.thor pattern. Coupling yet another file extension with Ruby syntax highlight should do the job.
0

Bug with Alt + F3 in ST3 Build 3032 on Linux.

Jonathan Throne 12 years ago 0

Okay so I found a bug with the Alt + F3 find all command when say I run that command in Linux and then paste ctrl+v over all the commands I end up getting as many cursors as elements had been selected and modified.  When I move the cursor up or down cursors seem to remove themselves if I go all the way up to the top of my source code or all the way to the bottom of my source code.  Running ST3 Build 3032 on Arch Linux x86_64  Kernel: 3.8.11-1.

0

Alt+F2 (select_all_bookmarks) with no bookmarks

Kroum Tzanev 12 years ago 0

When we press Alt+F2 without saved bookmarks we loose the cursor (and in the status bar we can read "0 selection regions").


Temporary solution to recover the cursor : Ctrl+U.

0

UnrealScript

James Sitz 12 years ago 0

Add the ability for UnrealScript syntax highlighting. its similar to java. its not used widely but would be a great asset to have and possibly pull more people into using this amazing editor

0

pre-populateting 'Goto Anything' window when a file name is selected in the code

Tuncay Demirtepe 11 years ago 0
can we have 'Goto Anything' window pre-populated when I select a file name in the code.
It would be helpfull while going through included files.
0

Build system error when run from batch file

gotdelta 14 years ago 0
When Sublime Text is run from a batch file (on Windows), all build systems fail with the error:

[Error 6] The handle is invalid

When the executable is run directly, the build systems work properly.
0

OSX Command line "-n" flag opens existing window before opening new window

Russell Keith-Magee 14 years ago 0
The OSX command line tool to open files/directories has a "-n" flag to open in a new window. However, using this flag will cause an existing open project window to be brought to the foreground.

To reproduce:
  1. Start ST2, open a project (say, P1)
  2. Minimize that project to the taskbar
  3. subn -n <P2 directory>

Window containing P1 is unminimized before the window for P2 is created. 
0

Child windows not closing when tabs are removed

Kyle J. Kemp 12 years ago 0

Start with this, drag a new tab to make this, and then drag that second tab back into its origin window, leaving you with this. This is incredibly annoying behaviour, since I have to close the second window manually... and after a lot of accidental (sometimes my cpu hangs when switching tabs) dragging out of a window, it adds up. In that same vein.. Is it possible to lock tabs to a certain bar to prevent them from being dragged out? I suppose this would be an acceptable alternative, though I think both in tandem would be better than one or the other.

0

Challenge: machine learning repeated typed codes/code patterns to create automatic snippets or conversations

Isaac Xin Pei 12 years ago 0

it would be a challenge, but I never saw that done through machine learning/in an automatic way. Currently I am working on my emacs setups to 'manually' run programs, just to play to extract patterns. Using some statistics, we may be able to extract patterns at a certain/statistically useful pattern, and apply it -> make it a much automatically process then creating our own snippets by hands.


with sublime text 2: it's at an unique position to do so - with it's python plugin and modern interface.

0

close tabs to the right on the last tab

thebugfinder 13 years ago 0

When I right click on the last tab, i still get to see the "close tabs to the right" option, i click on it and obviously nothing happens.