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

+1

backup of original files upon saving

Aero Maxx 11 ár síðan 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 13 ár síðan 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 ár síðan 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 13 ár síðan 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


+1

http://www.sublimetext.com/blog/articles/it-pans-it-zooms-it

bko 13 ár síðan 0

I read this and thought why make the text smaller? Why not just collapse the right most nests? And keep collapsing until you can see what you're looking for then uncollapse? Just a different idea. I probably wouldn't use it, but it might be cool.

+1

Syntax Definitions: Begin-End rule improvement

Luc 12 ár síðan 0

We should be able to define an end based on the subset of a begin rule. This would help for a better indentation languages definition (custom YAML based DSL) Class handling in python etc.

+1

wont delete w/ files

Jonathan Stanton 14 ár síðan updated by Aaron Kuzemchak 14 ár síðan 1
Cannot delete folders from the side panel that have files in them. 
+1

MAGGHALI RESIDENCE - Crown Capital Bali

Carli Zeng 12 ár síðan í Plugin announcements 0

Description : Magghali Residence consist of 4 stunning villa such as Magghali Uno, Magghali Duo, Magghali Tre and MagghaliGrande. Feel the comfort, ambience, and get relax in the other side of Sanur. This is the concept of residential that offers you much reason for living in Bali. 

Location : Located in the prime villas area of sanur, Kutat Lestari. Only 30 minutes from Ngurah Rai Airport. From Villa D'Uma, it only takes 5 minutes to closest beach in sanur : Semawang.

Land size : Total 1900 m2, divided onto Magghali Uno : 302 m2, Magghali Duo : 320 m2, Magghali Tre : 320 m2 and Magghali Grande : 958 m2. 

Built area: 289 m2 (Magghali Grande). 

Offering price : Please send inquiry or call us for details. 

Current progress : Concept and preliminary design for the Magghali Uno and Duo. Magghali Uno will be built on January 2013.

+1

Highlight the indentation guide on which the current line starts on

lanzz 12 ár síðan Uppfært 12 ár síðan 6

Example (indentation guides shown for illustration purposes):

1: foo() {
2: |    if (bar) {
3: |    |    for (condition) {
4: |    |    |    baz();
5: |    |    }
6: |    }
7: }

If the cursor is on line 2, the second indentation guide should be highlighted, because line 2 starts at that indentation level. This will result in very easy visual identification of the matching closing brace, regardless of the cursor position within the actual line.

+1

Running multiple "subl" commands to different paths don't reuse the same window.

Andreas Richter 12 ár síðan Uppfært 11 ár síðan 2

When running the "subl" command on the same path it always opens a new windows containing the file rather than using the existing project already pointing to that path. It works correctly for files. For example

running "subl ." and then "subl views/somefile.html" will use the same window that "subl ." opened up.

However running "subl ." a second time will open a new window even though that project is already open. Probably a small thing, but I have run into it a few times while just evaluating sublime. I am switching from bbedit which does do this correctly.