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

+1

Hierarchy in sidebar maintained.

saidfasf 12 лет назад 0

When closing the editor, remember the sidebar folders and how they were open on a per-project basis.  When that project is opened the folders in the side bar should restore to how they last were.

+1

Double clicking 300px selects just '300' not '300px'.

Jonathan 13 лет назад обновлен 13 лет назад 0
In CSS its a pain to update numbers if I have to click & drag to select instead of just double clicking the number.
+1

Issue with AttributeError: _tunnel_host in Package Control Install method

Ivan Zenteno 12 лет назад 0

I was trying to install Package with Package Control and the console showing a error like the next trace:

------cut------

Exception in thread Thread-3:

Traceback (most recent call last):

  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner

    self.run()

  File "./package_control/commands/install_package_command.py", line 43, in run

  File "./package_control/package_installer.py", line 54, in make_package_list

  File "./package_control/package_manager.py", line 189, in list_available_packages

  File "./package_control/package_manager.py", line 145, in list_repositories

  File "./package_control/providers/channel_provider.py", line 140, in get_repositories

  File "./package_control/providers/channel_provider.py", line 72, in fetch

  File "./package_control/download_manager.py", line 179, in fetch

  File "./package_control/downloaders/urllib_downloader.py", line 110, in download

  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 383, in open

    response = self._open(req, data)

  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 401, in _open

    '_open', req)

  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 361, in _call_chain

    result = func(*args)

  File "./package_control/http/validating_https_handler.py", line 44, in https_open

  File "./package_control/http/persistent_handler.py", line 70, in do_open

  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py", line 215, in __getattr__

    raise AttributeError, attr

AttributeError: _tunnel_host

-------cut-----


As you can see I'm using Python 2.6.1, so I saw the file package_control/http/persistent_handler.py line 70, and it's correct the req param doesn't have the attribute _tunnel_host.

Adding the next validation was corrected for this time.


I don't know if you have any other way to resolv this?

<code>

70:  if hasattr(self, "_tunnel_host") and self._tunnel_host and req._tunnel_host and not self.connection:

</code>



Regards
+1

Switch view mode of comment

absente 12 лет назад обновлен FichteFoll 12 лет назад 1

 E.g.  more clearly

Image 167


Image 168


Image 169


Image 170

+1

ST2 download page is confusing

Rick Evans 11 лет назад обновлен 11 лет назад 1

The download page for Sublime Text 2 is confusing. 

The first link below the "Download" heading is for Sublime Text 3 beta 

Then there are some links that are implicitly for the 2.02 version.

THEN there is a heading entitled Version 2.02
but beneath that heading there are no links for downloading 2.02,

BUT there is a link there for downloading 3 beta... under Version 2.02 heading.

+1

The Elm Street Group Detail

erickqlee 11 лет назад 0
Michael L. Shearin, CFP®
First Vice President, Wealth Management
Financial Advisor
Senior Portfolio Manager
tel: (603) 629-0273
toll-free: (800) 726-6141
fax: (603) 624-8199
Email Me: michael.l.shearin@morganstanley.com
LinkedIn:http://www.linkedin.com/pub/michael-shearin/11/4a/a93


Professional Details
Joined Morgan Stanley in 1992
BS
United States Military Academy
West Point, NY
MS
Personal Financial Planning
City University
California
Series 7, 63, & 65 Life, Accident & Health Licensed
Certified Financial Planner™

Michael L. Shearin, CFP® is licensed in the following state(s): AK, AZ, CA, CO, CT, DC, DE, FL, GA, IN, MA, ME, NC, ND, NH, NJ, NY, RI, SC, TN, TX, UT, VA, VT

****************************

Betsy Bowen, CFP®
Vice President, Wealth Management
Financial Advisor
Portfolio Manager
tel: (603) 629-0271
toll-free: (800) 726-6141
fax: (603) 624-8199
Email Me: elizabeth.a.bowen@morganstanley.com


Professional Details
Joined Morgan Stanley in 1984
BS
Plymouth State University
Plymouth, NH
Recognized on several occasions for excellence in customer service
Series 7, 63, 65 and Life, Accident & Health Licensed
Certified Financial Planner™

Betsy Bowen, CFP® is licensed in the following state(s): AZ, CA, CT, DE, FL, GA, HI, IN, KY, MA, ME, NC, ND, NH, NJ, NY, RI, SC, VA, VT

****************************

Diane D. Murphy, CFP®
Financial Advisor
Financial Planning Specialist
tel: (603) 629-0272
toll-free: (800) 726-6141
fax: (603) 624-8199
Email Me: diane.d.murphy@morganstanley.com
LinkedIn:http://www.linkedin.com/pub/diane-d-murphy/62/413/939


Professional Details
Joined Morgan Stanley in 1998
BA - History
D'Youville College
Buffalo, NY
MS - Applied Management
Lesley University
Cambridge, MA
Series 7, 63 & 65 Accident & Health Licensed
Business Network International
Financial Planning Specialist
Certified Financial Planner™

Diane D. Murphy, CFP® is licensed in the following state(s): AZ, CA, CT, FL, GA, IN, MA, ME, NC, ND, NH, NJ, NY, PA, RI, SC, VA, VT
+1

backup of original files upon saving

Aero Maxx 11 лет назад 0
I would like to see Sublime Text 2 have the option to do backups on saving files in the same folder as the original file with the .bak extension added onto the original filename including extension, for example example.php and example.php.bak once edited and saved.
+1

Add configuration / parameters for join_lines command

Travis Illig 12 лет назад 0
The join_lines command always adds a space between the joined lines. In almost every case I use it, I don't actually want any spaces.

What would be nice is if the join_lines command took an argument. If you don't pass anything, it behaves as usual. If you pass a string in, that'll be what separates the lines. If I pass ", " then I'll get a comma-and-space delimited list. If I pass "" then there won't be any spaces between the lines. If I pass " " then I'll get the default behavior - a single space between the lines.

Along with that, it'd be nice to have a configuration option where I can override the default behavior. Some setting where I can store the default parameter for the command. Unspecified, it's " " - but I could specify "" to override and always have no space between lines.
+1

Westhill Consulting Clinical Coding Health Practice

Choang Bao 11 лет назад 0
Westhill Consulting Clinical Coding Health Practice

Tribal Health Practice

Tribal is committed to the vision of healthcare services which are personalised and meet the needs of individual patients.
We have 20 years’ experience in providing consultancy and support services to all parts of the healthcare sector.
Tribal’s understanding and expertise provides a powerful combination to support organisation in the drive to deliver high quality customer-focused healthcare services.

Our client

We provide consultancy, support and delivery services to:
  • The Department of Health
  • Commissioners of services – PCTs
  • Health providers – acute, foundation and specialist trusts, strategic and logal health boards and independent and private providers
  • NHS Institute for Innovation and Improvements and other Special Health Authorities
  • Pharmaceutical companies
  • Local government
  • The third sector
  • Construction industry contractors
For more information:
Clinical Coding Westhill Consulting – About Us
Clinical Coding Westhill Consulting: The role
Clinical Coding Westhill Consulting - The role

+1

Triple-slash instead of single slash in "File: Copy Path as URI"

Lorin Hochstein 12 лет назад 0

When I do "File: Copy Path as URI", there's only one slash in the resulting URI, e.g.:


file:/Users/lorin/myfile.txt


Is there a way to configure Sublime so there are two more slashes after "file:", i.e.:


file:///Users/lorin/myfile.txt


Сервис поддержки клиентов работает на платформе UserEcho