-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Centering #6
Comments
Also, it might be a hack, but you may try adjusting the line-height or adding height to your region that you're centering. You may have luck in tricking the buffer to think it's a different size. You could also do a trailing buffer region and trick it into working for OSX as well. |
I've put up a short video that shows how the plugin works: https://db.tt/PkdXPqva I shot the video in Linux, but you should be seeing the same behaviour regardless of the OS. I've had confirmation that this plugin works in OSX, but I don't have access to one myself, so bear with me. Let's eliminate the obvious, first:
|
Try:
It's on by default on Win/Lin, but not Mac. |
This sounds plausible. But I tried setting |
Right, I'm on OS X and it works for me with scroll_past_end. |
Cool. Thanks for taking the time to help out. I don't mean to belabor the point but are you saying that it works with |
I imagine he means it scrolls better. By enabling |
This is one of those times when I'm an total idiot :) I tried turning off I'll add a note to the README and potentially make the Scrolling mode enable |
Yeah, sorry I didn't actually mention I was on OS X! I came here through your forum link and honestly just forgot that that was the important part :P For what it's worth, I didn't see any issues that looked like what magicman was mentioning. |
This thread helped me too (I'm also on OS X) and now the plugin is working, yay! 😄 Is there any way to make it center from the very top of the document (similar to certain Markdown editors) or is this simply not possible due to Sublime plugin API limitations .etc? |
Worse on a Mac than you think. It won't start centering until after you have a SCREEN FULL of text. Not just a half-screen like in Windows. Behaves differently as well. I have to fill your screen buffer and then manually place my cursor in the middle, and SOMETIMES it picks up what I'm doing and does the typewriter thing. Not as you have described in your last post. Close this if you want, but please be sure to mark this as not compatible with OSX.
The text was updated successfully, but these errors were encountered: