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

0

Goto anything text search doesn't work like how the documentation says

Clint Levijoki 11 lat temu zaktualizowano 11 lat temu 1
The docs say:
To perform a fuzzy text search, append # and keep typing, like so:
isl#trsr
This makes Sublime Text perform a fuzzy search for trsr in files whose name loosely matches isl. For example, you could find the word treasure inside a file named island.txt.

However if you were to type that, it would only look for 'trsr' in the first file that matched 'isl'.  I would expect the drop down to show all matches for 'trsr' in all files that matched 'isl'.

Also if you were to then modify your search line to be
land#trsr

It would also not re-evaluate the file search, and continue to search for trsr in the first file that was matched when you typed the # character.

0

Is there a way to move the sidebar to the right side?

Rick Rankin 13 lat temu zaktualizowano 13 lat temu 2
It's just a preference, but one of the first things I do when looking at a new editor is move things like the sidebar to the right side of the editor space. So far, I haven't been able to figure out a way to do that with Sublime Text.
0

Access to Private Banking

Laura Galli 11 lat temu 0
A Private Banker* can help address your lending, liquidity and commercial needs. Working together, we can help ensure that these services complement your overall wealth strategy. Additionally, our partnership expands your access to the breadth of resources at Morgan Stanley. Let us discuss how we can better meet your financial needs.

- Peter Kugeler - Private Banker


**Article Source



*Please note: Private Bankers are employees of Morgan Stanley Private Bank, National Association, not Morgan Stanley Smith Barney LLC. Morgan Stanley Smith Barney LLC (“Morgan Stanley”) is a registered broker-dealer, member SIPC, not a bank. Where appropriate, Morgan Stanley has entered into arrangements with banks and other third parties to assist in offering certain banking related products and services. Unless specifically disclosed in writing, investments and services offered through Morgan Stanley are not insured by the FDIC, are not deposits or other obligations of, or guaranteed by, a bank and involve investment risks, including possible loss of principal amount invested.


Related Searches:

Financial Advisor – Micheal Shearin
Elm Street Group Detail
Elm Street Group Services
0

Only trim trailing whitespace on lines that are not empty

Holger Weis 13 lat temu Ostatnio zmodyfikowane przez Juha Mustonen 12 lat temu 2
I have set trim_automatic_white_space to FALSE because I want to keep the indentation level on blank lines (e.g. after an if-statement). I also want any whitespace after non-empty lines to be automatically trimmed on save. Setting trim_trailing_white_space_on_save to TRUE will also remove the whitespace on empty lines (indentation level).

Is there a way to use trim_trailing_white_space_on_save TRUE with respect of trim_automatic_white_space FALSE?

Image 148

0

vim's "f" or "t" counterpart - move cursor to a specific char

Tomasz Wróbel 13 lat temu 0
Is there a way to move the cursor to a specific char (or, even better, a string) in the line? Something that you'd do with a "f" or "t" in vim. That'd be especially useful in multi line edit.
0

More obvious Goto Anything selection (when there are only 2 candidates)

Ben Ma 13 lat temu zaktualizowano 12 lat temu 1
In the Goto Anything dialog in build 2210, the selected file is indicated by a solid light grey fill (non-selected files are indicated by a solid dark grey fill).
When there are only two candidates/files to available, it is difficult to immediately tell which file is selected.
Suggestion 1: Change the selected file fill color to something obnoxious/obvious like blue, orange, red, green.
Suggestion 2: Append a suffix to the file "(Open in new tab)" indicating the action that will occur if the user presses the enter key.
0

Explorador de Código

jrcsDev 13 lat temu 0
Se necesita una ventana que pueda mapear todas las variables, funciones, clases y métodos existentes en el archivo de texto. Esto facilitaría mucho la navegación dentro del código
0

Add Sublime Text to default programs (WIN)

Ellos 12 lat temu 0

Could you add the capabilities (thats how microsoft calls it), not associations, of Sublime Text to the registry?


http://msdn.microsoft.com/en-us/library/cc144154%28v=vs.85%29.aspx


This would mean that when i try to use some new file format, that sublime text supports but has not been associated with, it would show up in the list of " open with" programs.


Currently for every file I want to associate I need to browse to the install directory of sublime text to select the .exe and associate it.


Microsofts way will also allow you to select, from the list of supported formats (capabilities), what formats you would like to associate.

This would be able to be done via the control panel's "Default Programs" section. 


It would make your sublime ;) software rock even more!

0

Indexing API

Vsevolod Ivanov 12 lat temu 0

I love sublime text, and bought st3, but for full happiness i need api through which i can add symbols to index, add rules to index, check is some symbols in index or not, and etc. When ST3 became stable, any chances to see this kind of API here?)  Thank you and sorry for my bad english skills

0

settings.add_on_change doesn't appear to work correctly

Drarok 13 lat temu zaktualizowano 13 lat temu 0
When using <Settings instance>.add_on_change(key, func), the callback only appears to get triggered when the "main" settings file (projectname.sublime-settings) within the Package is altered, ignoring my User/projectname.sublime-settings file.

This is despite the fact that Sublime is returning the correct values from <Settings instance>.get(key) once I restart, so it is definitely *reading* the file, just not watching it.

I'm running Mac OS X 10.6.8 at home, yet to test it at work on Mac OS X 10.7.3.