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

-1

Ternary operator breaks ruby code highlighting when used in expression substitution #{ }

Moritz C. Türck 12 years ago updated 12 years ago 0
example:
tar_args = "-cp#{options[:compress]?'j':''}f"
-1

userecho inside of sublime text

Mike 11 years ago 0

For easier submission of feedback.

-1
Fixed

Small typo in API documentation

johtso 13 years ago updated by Jon Skinner 13 years ago 0
Every call to view.begin_end() must have a corresponding call to view.end_edit()

"view.begin_end()" should be "view.begin_edit()".

Answer
Jon Skinner 13 years ago
Thanks, it's fixed now
-1

Edit Multiselection Mode

Cédric Néhémie 12 years ago 0

It would be nice to have a special mode for multi-selection that allow to tab between each selection and edit their content individually. The mode could be toggled with a key shortcuts, allowing for sequence such as:
1. I create a bunch of multi selection cursors in the beginning of several lines.

2. I write down some basic affectation such 'var a = 0;'

3. Always in multi selection, I come back to select the 'a' in the previous exemple.

4. I toggle the edit selection mode and I tab over all the 'a' to write a different variable name for each (at that time the individual selection I edit expand itself according to the new content).

5. I toggle back to the normal multiselection mode, which now have all the var name in the selection.

6. I could then repeat the operation with the variable value this time and define for each a different value, without losing my multi selection.


Regards

-1

undo history - like are browser

Toby Evans 12 years ago updated 12 years ago 0
An undo history list - like a browser - could be neat.
So you can jump back 10 history steps easily for example.
Not sure how you'd label each step though...
-1

Change default key-binding for selecting multiple lines on OSX

Jelle de Jong 12 years ago updated by Gerrit Kaiser 12 years ago 3
Please change it to:
  { "keys": ["super+shift+up"], "command": "select_lines", "args": {"forward": false} },
  { "keys": ["super+shift+down"], "command": "select_lines", "args": {"forward": true} }

Now it's using 'ctrl+shift+' and the arrow keys, these are default key-bindigs voor 'Mission control'.
-1

Sidebar search?

Mentalhead 11 years ago 0

I'm new to ST2, but I have a question.
I have a website with tons of images, so I use Sidebar to find them. However, since I have 100+ images there scrolling isn't the option.

GoTo Anything doesn't help, it just finds lines of code, but I need something that will find those files in my Sidebar, highlight them, or at least scroll the sidebar to that specific file.

-1

Draggable selection

petrov 13 years ago 0
Make any selected area dragable. Quite helpful manipulating big pieces of text.
-1

Westhill Consulting Travel & Tours Based In Singapore Offers New Family Friendly Trips

madisonwalker 10 years ago 0
http://www.pressreleasepoint.com/westhill-consulting-travel-tours-based-singapore-offers-new-family-friendly-trips

Image 314The active travel consultant company Westhill Consulting Travel & Tours based in Singapore sets international adventure vacation standards. The company announces 10 new-for-2014 adventure destinations that are all value-driven family.

The company’s founder and CEO says, “I know how important family is and I value keeping the family tradition going. It has been my personal mission in life. This year we took a closer look at our itineraries and prices and offer as much value and relief as we can. We offer kid-friendly lodgings with exemplary service and cuisine, all at a very competitive price. We assure you won't be having any complaints.”

Westhill Consulting Travel & Tours Singapore accept children of all ages. And since there are no age restrictions on custom and private trips, family trips are becoming increasingly popular. Grandparents can also come with travel plans, including extended family members.

The company has carefully designed itineraries to include supervised activities for kids while adults enjoy a candlelit meal or some private downtime. A special child pricing for the child or children with parents or grandparents is offered. There are also some other special offers for families such as an extra guide and van and such-kid friendly equipment as tag-along bikes, squirt guns and games.

“We've created the perfect blend of cross-generational activity, comfort and adventure to satisfy adventurers of all ages with many choices and flexibility on our family vacation trips,” Westhill says.

Accommodations are carefully designed to combine child-friendly elements.
Laser Game
Technology has improved on paintball and now you can enjoy the same fun as paintball without the pain of getting hit or the mess of the paint. Laser Game uses infrared technology to record hits on an individual or a team. At the end of the session a printout is generated with the record of all the action during the 15-minute session. Played in a maze with black light, this is a great activity for children 8 years and older - all the way to adults. Corporations are a using a lot laser games as a way to encourage team building or outings for their young executives. The company offers a free training session which includes safety advice and warnings.

Kidzania
Kidzania is a role playing indoor theme park. Children are given the opportunity to work at over 70 professions with opportunities to become a doctor or a pilot or baker for the day. They are paid with Kidzos, the official currency of the park. There are two sessions during the day, 9:00– 2:00 and 3:00 – 8:00. Because of its popularity, it is best to make reservations for your child. Kidzania is located in Pacific Place Mall in Jakarta.

See more:
http://www.goodreads.com/group/show/108506-westhill-consulting-travel-tours-inc
https://www.facebook.com/pages/Westhill-Consulting-Travel-TOURS-INC/577899938919864
https://foursquare.com/westhilltravel
-1

Change file mode in the side bar(ala chmod +w, etc)

Alex Rodriguez 13 years ago 0
Some editors allow to change the file mode right there in their project tree UI, in the case of sublime, the side bar. I see this feature useful when app is in full screen mode and I need to change/add the mode to a given file, In windows and need to go to the win explorer and right click then go to properties and uncheck the read only checkbox. In the case of linux/mac is chmod +w.

This need happen to me due some VCS populate files in read-only state, so I need to go and change their state as need it.