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

-1

html.sublimetext.completions

ransom 13 year бұрын 0

html.sublimetext.completions


{ "trigger": "input", "contents": "<input>" },


it's not really enough see: http://www.w3schools.com/html/html_forms.asp


No hints on: <input type="{ctr+space}" />


Format should include: <input />

to be self closing and more xhtml compliant


{ "trigger": "input", "contents": "<input type=\"$SELECTION$1\" name=\"$2\"value=\"$3\" />" },


would be a good start to a replacement.


inputtext selecting text before hitting tab would then work. Must be done backwards, Forwards selection from first T to last T in text for example should work as well but will fail.  Control+section should work in thought and doesn't in practice.


input.test text should also work but doesn't. 


I know this could be more than one bug report but it's a bit related and I'm tired. 

-1
Not a bug

scroll_past_end not respected sometimes

U N. 13 year бұрын updated by Jon Skinner 13 year бұрын 1

scroll_past_end, when set to false, is not respected in distraction-free mode, as of build 2117, under Windows XP at least.

So does word_wrap, and maybe some other settings

Answer
Jon Skinner 13 year бұрын
Some settings are overridden in distraction free mode, including this one. Instructions for changing this are on http://www.sublimetext.com/docs/2/settings.html 
-1

Escape sequences inside quoted strings

Daurn Imator 12 year бұрын жаңартылды 12 year бұрын 0
I've noticed the highlighting for escape sequences inside lua strings is incorrect;
eg; with "\123" only the \1 is highlighted 
-1

Scrolling with keys in GotoAnything

ZachDowd 13 year бұрын 0

Pressing Ctrl+P, or R etc and using the keyboard keys to scroll up and down changes the selected item but does not scroll the Goto window.


Didn't notice this untill I started using Ctrl+R because the first results in GotoAnything are always the ones that I want.

-1

External Insights, The Elm Street Group at Morgan Stanley

Maeve Quin 10 year бұрын 0
This exclusive content, featuring third-party money managers, economists, academics, and other financial professionals, cuts through the clutter with actionable investment information.


Seeking to Do Munis Better - January 2014
JP Morgan’s Priscilla Hancock calms the fixed-income waters and reveals where she’s finding attractive opportunities

Seeking Real Return in Times of Low Inflation - January 2014
While real return funds might seem less appealing as inflationary pressures remain subdued, Pioneer’s Howard Weiss believes they represent a strategy that should remain a core portfolio holding, no matter the environment

Seeking the Upside in a Tough Bond Market - January 2014
As fixed income stumbles, BlackRock’s Joshua Tarnow looks to stay above water with an absolute-return strategy


**Navigate Here

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.


Find More Info:
The Elm Street Group Advantage
The Elm Street Group Detail
-1

vi interface

Brad Frank 12 year бұрын 0
Hi there, 

I totally love this interface. Its awesome and intuitive.

However, I keep doing stuff like <Esc>:w blah.py
 
Is there any way to incorporate a vi-like interface easily as a plugin?
-1

Enable scrolling in long menus

Ethan Levine 13 year бұрын 0
There are some long menus with scroll buttons at the top and bottom of them (for example, the Syntax submenu which lists all of the different languages you can apply). It would be nice to be able to use the scroll wheel of the mouse to navigate these long menus.
-1

hope sublime2 can be translate into Chinese

lalallaal 12 year бұрын жаңартылды 12 year бұрын 0
and if there‘s need any helper, i'm pleasure be one
-1

Anonymous recent projects

adzenith 13 year бұрын updated by Oktay Acikalin 13 year бұрын 3
I'd like it if I didn't have to save a project in order for it to show up in my recent projects -- if I add some folders and edit some files, then it'd be really sweet if that project showed up in the recent projects list, just like how recent files that aren't part of a project show up in Goto Anything.
-1

No way to get from Distraction Free to Fullscreen mode.

qay xsw 13 year бұрын 0
When in Distraction Free mode (Shift+11) pressing F11 does not enter full screen mode but normal mode even so Full Screeen mode as used before Distraction free mode.