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

0

Vintage Mode: Visual Mode Search Support

Kyle Walker 11 years ago 0
In vim you can do the following:
1. Enter visual mode <v>
2. Search </example text> or search next <n>
This will highlight the section where where your cursor was at to the new location.

In sublime's vintage mode any searching exits visual mode.

Note: Sublime currently supports <v10gg> to highlight from your current location to line 10, and <v10j> to highlight the next 10 lines.

0

bug in block.py

Guy Carver 11 years ago 0

line 43 : l = next_line(view, nl)

Should be: l = next_line(view, nr)

This bug causes the WrapBlock version of "{" key input to not work correctly.


0

R function with name and signature on different lines is not recognized as a function

Dan Tenenbaum 12 years ago 0

An R function formatted like this is not recognized by 

Sublime Text (Goto Symbol, etc) as a function, although it is perfectly valid syntax and in fact is the preferred coding style in some groups:

funcName <-

    function(arg1, arg2)
{
    # function body
}

0

SLIDESHARE - Academy Manager - Westhill Consulting Business

Damir Pavla 11 years ago 0
Academy manager - what are the best practices? what to do before, during and after to bring the effect?

Over the years there have been many interesting approaches, and solutions that help in ensuring that the Academy was not only intellectual adventure, an opportunity to break away from work and integration with colleagues. How to make the knowledge is in the minds and change attitudes and skills have turned into habits of daily use at work? have presented innovative solutions to support the Academy include: - effective sourcing engagement academy participants (focus groups) - show planning method based academy of Success Case Method - no matter what you have learned, it's important that you applied " - effective solutions - we will show examples of reinforcement tools to be used between training modules: gadgets substantive knowledge of film pills - How to connect the academy with the implementation of a competency model? - In a practical way rehearse together design selected item academy. Thank you for participating, under presentation of the lecture:

HR Breakfast

Concept development managers - Developing Through Challenges
Breakfast will be held on 15 January 2014 from 8.30 - 12.00 in the restaurant Halka Street. Lord 85 in Warsaw.
Research on the effectiveness of development managers confirm that training is only 10 percent. impact on their development.
70 percent. the effects are, in turn, properly selected tasks in the workplace.
What to do in order to successfully develop managerial staff?

During the January Breakfast Dr. Victor Vekselberg HR and Mieszko May, consultants from the Institute for the Analysis. Karl Gauss Sp. Ltd., will present the results of research on the effectiveness of different forms of development managers.

The meeting will be devoted to the presentation and discussion of the concept of development managers - Developing Through Challenges with concrete examples of the application in practice and open discussion and exchange of experiences.

Before breakfast we invite you to read the article studies refute the myths about developing managers published in the yearbook Employer Handbook 2013, which can be found in the annex to the invitation.

For More Information:
Westhill Consulting
0

Visa, MasterCard unveil Internet technologies to ease smartphone payments at stores

lielany18 11 years ago 0
Technologies will give merchants and banks more options for incorporating contact-less payment systems into mobile apps

PC Speak: Abney and Associates News
NEW YORK — Visa and MasterCard are introducing Internet-based technologies to make it easier for shoppers to buy things at retail stores without pulling out a credit card.

The two technologies, announced separately on Wednesday, will give merchants and banks more options for incorporating so-called contact-less payment systems into their mobile apps. The customer uses the app to make purchases by tapping the phone to a store’s card reader.

The technologies tap a new feature in Google’s Android operating system. Before, card information had to be stored on a secured part of the phone. Now, it can be stored remotely instead. A retail or banking app on the phone then retrieves what’s needed to complete the transaction.

Visa said it will provide app developers with a complete service, with card information stored on Visa’s servers.

MasterCard said it will publish technical details by the end of June to help companies use the new Android feature, known as Host Card Emulation. MasterCard said it has been testing the technology with two major banks, Capital One in the U.S. and Banco Sabadell in Europe.

“The use of HCE provides a very attractive way forward to launch an increased number of NFC-based offerings,” said James Anderson, MasterCard’s group head for emerging payments, said in a statement.

Visa and MasterCard are both targeting phones that have a wireless technology called near-field communication. Many Android phones have that, and the remote storage capabilities come with the Kit Kat version of Android, which was released last fall. Apple’s iPhones lack NFC, but cases are available to enable that technology.

Visa said it will make tools available for app developers to incorporate payment capabilities. The customer can then use a smartphone instead of a plastic credit card at stores, transit systems and other places that accept contact-less payment.

The hope is to encourage greater use of contact-less payments, which experts say offer more security protections than plastic. The card number is stored in encrypted form and can be easily disabled remotely if a phone is lost or stolen. Mobile systems also permit easier use of one-time card numbers, which won’t work for additional transactions and are useless should a merchant’s computers get hacked.

Sam Shrauger, Visa’s senior vice-president for digital services in developed markets, said having payment information on remote servers is cheaper and easier to operate than using the phone’s hardware.

With hardware-based systems, he said, services need to make deals with wireless carriers and device makers. Although he didn’t cite examples, many U.S. carriers had blocked or made it difficult to get Google’s NFC-based Wallet app, for instance, as they were developing a competing system, Isis.

Visa and MasterCard made the announcements ahead of the Mobile World Congress wireless trade show, which takes place in Barcelona, Spain, next week.
0

Hi I would really like to be able to create my own syntax field (or edit them) form within the app - for example, Microchip PIC assembler and PIC 32 (MIPS) C functions

Antony Sutton 11 years ago 0
I would really like to be able to create my own syntax field (or edit them) form within the app - for example, Microchip PIC assembler and PIC 32 (MIPS) C functions. Ideally this would be a simple GUI. 

Also would like to be able to set my own colours form a 'settings' section

Using Mavericks on Mac

thanks





0
Completed

Could there be a way to remove indentation markings?

Ilan Rasekh 13 years ago updated by Jon Skinner 13 years ago 0
At each line it tells you how far you've tabbed and there's no way to turn it off. Ideally I should be able to choose whether or not i care to see those indentation lines
Answer
Jon Skinner 13 years ago
The draw_indent_guides setting controls this
0

embed ST in webbrowser

Ruben Nielsen 11 years ago 0

There are a few great editors out there like Ace and Codemirror, which can be embedded into a webbrowser.

There are a lot of cloud IDEs that allow us to write our code in the cloud using these editors.

I cannot use any of those services, because I cannot do without Sublime Text's many features, like shortcuts and search. Wouldn't it be great if we could have ST in such services?  ;)


0

phpdoc snippet like textmate

Htain Lin Shwe 13 years ago updated by Robson Peixoto 12 years ago 1
in textmate

function myfunction($paramter="") {

}

I type doc (tab) and it will auto geneter like following

/**
 * undocumented function
 *
 * @param string $paramter
 * @return void
 * @author saturngod
 */
function myfunction($paramter="") {

}

I want a same function like this. I check the textmate bundle , php -> post-doc. It is writing by ruby script. Is it possible to make like this in sublime text 2 ?


0

When selecting text with the mouse makes sublime jump

Rob Semenoff 12 years ago 0

When selecting text with the mouse (with word wrap disabled and the screen scrolled to the right past the edge) when you click&drag the mouse to select text if the cursor moves to the next line down by accident sublime jumps to the beginning of the next line and you lose your whole selection and place. Very confusing.