jarod2d / sublime_valign

Vertical alignment plugin for Sublime Text 2 and 3
91 stars 7 forks source link

Does this work in Vintage mode #5

Closed venkatpolisetti closed 11 years ago

venkatpolisetti commented 11 years ago

I am having trouble using this package in Vintage mode. It is not doing the alignment either in edit or command modes. Using cmd+\ to align.

Any input would be appreciated.

Thanks.

jarod2d commented 11 years ago

I don't normally use Vintage mode, but I just enabled it and it works for me in both command and insert modes. Can you paste a sample of code that you're trying to align along with where the cursor is when you're using the command?

venkatpolisetti commented 11 years ago

Thank you for the quick reply

I copied some text from the plugin home page and tried that too.

=======> BEGIN

This is first line

x = 10.0 y = 20.0 width = 100.0 height = 100.0

This is a new line ===> END

I tried again in edit and command mode as well.

I even disable Vintage mode and tried. It does not do it. I am on Mac OSX lion. I have installed the valign again through package control. Do I need to do any config with this plugin?

Thanks.

jarod2d commented 11 years ago

You should't need to configure the plugin unless you want to change the default shortcut. Can you open the console with control + ` and let me know if anything is output when you try to use the shortcut?

venkatpolisetti commented 11 years ago

I shutdown the box and brought it up and it worked. It is strange. Immediately after installing, no matter what I did, I could not make it work. But after restart, it works like a charm in both Vintage and non-vintage mode. I have no clue why it worked after I restarted it.

Anyways, thanks for your help. I believe, it is a great help having this plugin and I do not even have to select the lines. It just works in the context.

Thanks again. Great plugin.

jarod2d commented 11 years ago

Awesome, glad it works for you!