cviebrock / sequel-pro-laravel-export

A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
MIT License
921 stars 56 forks source link

No export, after updating plugin. #8

Closed Kreshnik closed 8 years ago

Kreshnik commented 8 years ago

Hi there,

After I have updated the plugin to the latest version. The export does not seem to function anymore. After I hit export, I do get a small tooltip please select a

screen shot 2016-10-17 at 10 52 26 pm

Is there any other information I can provide, for further debugging?.

Great job done so far, keep it up!

cviebrock commented 8 years ago

You need to select a table from the right side bar first, then try the export.

Kreshnik commented 8 years ago

Tried that, but still, nothing happens.

screen shot 2016-10-17 at 11 04 48 pm
cviebrock commented 8 years ago

I don't think you can select more than one table

Kreshnik commented 8 years ago

Ouuu, I see. Shall I create then a few feature request (wishes) issues?

cviebrock commented 8 years ago

You could ... but I'm pretty sure that Sequel Pro doesn't expose a multiple-list of tables to bundle developers. So I think, for now, it's gotta be one at a time, unfortunately.

Kreshnik commented 8 years ago

I understand, even though I am not familiar with Sequels Pro API, there seems to be a command called SP_SELECTED_TABLES maybe it's work having a look at it. :)