AKWintermute wrote:The real gist is that I don't want to do a "search" (press or keyboard combo) each time I change the search text, I just want the selection/highlight to change as I type. If there was an event handler for the search text box similar to the on-change event handler in javascript for HTML inputs we could write a custom plug-in to handle the event. Since I'm new to Sublime I was unable to find anything in the API, perhaps one of you more familiar can point me in the right direction.
<binding key="ctrl+shift+keypad_multiply" command="stickySearch set" />
<binding key="ctrl+shift+keypad_plus" command="stickySearch add" />
<binding key="ctrl+shift+keypad_minus" command="stickySearch clear" /> <dict>
<key>name</key>
<string>Marker</string>
<key>scope</key>
<string>marker</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFF77</string>
</dict>
</dict><dict>
<key>name</key>
<string>Basic</string>
<key>settings</key>
<array>Return to Ideas and Feature Requests
Users browsing this forum: No registered users and 9 guests