Matt Berkowitz

Results 23 comments of Matt Berkowitz

It doesn't seem like there's a corresponding key, based on the link above. What does the keybinding resolver (cmd/ctrl + .) register when you do ">" on your keyboard

@devsware It seems the solution would be to bind "|" to "autoclose-html:close-and-complete", rather than ">". Does that work?

Users in https://github.com/atom/atom-keymap/issues/35, which is apparently the blocking issue, have also suggested https://atom.io/packages/keyboard-localization to fix their problems, can anyone try that and report back?

@HenryVonfire @devsware @Nikki1993 @fedu I just published a new version 0.23.0 which includes a new options "Legacy/International Mode" which should all you all to continue using the plugin until the...

@Nikki1993 Yes, I'll keep an eye one it. If/when it seems like things are in a better place i'll reach out to the users on this issue to test it...

@baelter Are you checking the "Legacy/International Mode" option in the settings? If you are the keybinding shouldn't fire per https://github.com/mattberkowitz/autoclose-html/blob/master/lib/autoclose-html.coffee#L22-L24

@baelter Yes, I agree it's a shit solution, but at this point in time I don't see a better way given the poor handling atom does of keybindings with non-US/query...

If you're using a non-US or non-QWERTY keyboard see #128 Otherwise, first try closing Atom and reopening it. If neither of those solve your problem we'll need to do some...

@binaryfunt If you are interested, I'm open to transferring ownership of this repo to you. As mentioned in the readme, I have very little time to put towards it. I...

If you don't want source to be self-closing, you can define a set of self-closing tags that does not include it, then add it to the force block (if it...