one of Sublime HQs new employees
Waiting for a blog post with some info on everyone (yeah, including you, Jon!): picture, small description, role and so on
And some future plans for Sublime would be much appreciated too!
one of Sublime HQs new employees
I do generally avoid option key bindings on OS X, but missed that alt-hyphen was inserting something other than a hypen in my limited testing.
I'll change the binding to control+- for future builds.
iamntz wrote:And some future plans for Sublime would be much appreciated too!
C0D312 wrote:sublime.DRAW_NO_OUTLINE

jps wrote:bizoo wrote:Look like your implementation is what I want. Thanks.
Jump Back / Jump Forward were done by Hong, one of Sublime HQs new employees (the other being Kari, whose work you can see in the recent blog post). You can direct all blame there, provided I can cajole him into joining the forum
elif name == 'move_to' and args['to'] == 'bof' and args['to'] == 'eof':
# move to bof/eof
get_jump_history(view.window().id()).push_selection(view) elif name == 'move_to' and (args['to'] == 'bof' or args['to'] == 'eof'):import sublime, sublime_plugin
import Default.history_list as history_list
class MyJumpHistoryUpdater(sublime_plugin.EventListener):
def on_text_command(self, view, name, args):
if view.settings().get('is_widget'):
return
if name == 'move' and args['by'] == 'words':
# syntax is {'by': 'lines', 'forward': True}
history_list.get_jump_history(view.window().id()).push_selection(view)jps wrote:- Minimap view rectangle auto hides, and only displays on mouse over. This is an experimental change, I'd like feedback from anyone who thinks this is for the worse.
jps wrote:- Minimap view rectangle auto hides, and only displays on mouse over. This is an experimental change, I'd like feedback from anyone who thinks this is for the worse.
Users browsing this forum: oronm and 20 guests