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

-1

'Add line before' adds extra indentation level

iconv 13 ár síðan Uppfært 12 ár síðan 2
If the current line has no indent, Ctrl+Shift+Enter adds extra indentation.
-1

Remote Diff

Matt Davis 13 ár síðan 0

 I've seen feature requests for diff functionality and for ftp integration but  it would be really great to combine these two components so that remote diffs are possible  like with PHPStorm.  This way I can diff my local copy with the deployed version and make sure that I'm not making any unwanted changes.

-1

The Elm Street Group at Morgan Stanley: Financial Planning

Laura Galli 10 ár síðan 0
- Tax Tables to Help You in Your Investment Decisions - 2014 Edition
- How Much Life Insurance Do You Need?
- Retirement Standard: Your Retirement Income Plan
- Retirement Standard: Risk Review
- Retirement Standard: Social Security Benefits



** More At: BagTheWeb - The Elm Street Group



This information, products and services described here are intended only for individuals residing in states where this Financial Advisor is properly registered as described in this site.

Morgan Stanley reserves the right, to the extent permitted under applicable law, to retain and monitor all electronic communications. Morgan Stanley will not accept purchase or sale orders via any Internet site, social media site and/or its messaging systems. Morgan Stanley does not endorse and is not responsible and assumes no liability for content, products or services posted by third-parties on any Internet site, social media site and/or its messaging systems. All electronic communications are subject to terms available at the following link: http://www.morganstanley.com/disclaimers/mssbemail.html. Any profiles and associated content are for U.S. residents only

*References to length of service at Morgan Stanley include years at Morgan Stanley and predecessor firms.

Morgan Stanley Smith Barney LLC and its affiliates do not provide tax or legal advice. To the extent that this material or any attachment concerns tax matters, it is not intended to be used and cannot be used by a taxpayer for the purpose of avoiding penalties that may be imposed by law. Any such taxpayer should seek advice based on the taxpayer's particular circumstances from an independent tax advisor.

The securities/instruments, investments and investment strategies discussed in this material may not be suitable for all investors. The appropriateness of a particular investment or investment strategy will depend on an investor's individual circumstances and objectives. The views and opinions expressed on this website do not necessarily reflect those of Morgan Stanley.
-1

Change widget orientation

Jeff Taggart 12 ár síðan 0

It would be great if you could customize the widget's orientation to be on the left or right of the window (vertical column instead of on the bottom in a row layout).

-1

Viper mode: Delete inside <> and {} doesn't work

Frederik Vestre 11 ár síðan Uppfært 11 ár síðan 1

d i ( when inside (dgsddgs)  works.

d i <   when cursor is inside <> ( e.g. <fgsdfgf>) and di } when inside {} doesn't work.

It should work like vim. (applies to both  ST2 and ST3)

-1

VFS -- virtual FS API

11 ár síðan 0

Considering there really no big "killer" features in ST3, I'd like to propose one, which might me a big extension to ST.


Virtual File Systems API should implement file I/O based on plugins. The end developer API could be taken from existing projects, e.g. FUSE.


Rationale

VFS would allow deep integration with different off-site (not local) file editing without sacrificing any time for I/O waits. While there are lots of file system wrappers (e.g. FUSE), the implementation inside ST would benefit from higher integration with text edition and navigation tasks.


There is also a number of companies which use ST in corporate environments with high security requirements (e.g. no source code should be saved to local storage). VFS capability would allow to use ST in such environments.


End users would benefit from plugins for FTP, SFTP integration with file browser.


Virtual representations would also be possible. Consider a VFS based on class hierarchy with method definitions as leaves.


All this requires minor modifications to UI, but deep modifications to I/O core.

-1

Fadeout horizontal overflow

Dušan Maliarik 12 ár síðan Uppfært 12 ár síðan 1
Currently the the subtle shadow that appears on the side, if line is wider than column width, only works with dark color schemes, rendering a fugly drop shadow in the bright ones. IMHO it should fade out to whatever is the current background color instead.
-1

Regex find to use groups e.g. textBefore(.+)textAfter

Vlad Svoka 11 ár síðan 0

Reges find does not using groups. It just ignores () in search token.

Both Sublime 2 and 3. It would be nice if parenthesis are used, find would select/replace only terms in search groups, and FindAll would select only text in founded groups

-1

python build results line jumping needs extra match group

Neville Bagnall 12 ár síðan Uppfært 12 ár síðan 0

Change


"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",


to


"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)([0-9]*)",


And file:line jumps work.

-1

Automatic * when we press enter for comments

Hari K T 12 ár síðan Uppfært 12 ár síðan 0
1 )

/**
 *
 */
 
 Automatic * in new line when we press enter for comments inside /** and */