Skip to content
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

Autocomplete table name on export #484

Closed
revolter opened this issue Jan 8, 2016 · 15 comments
Closed

Autocomplete table name on export #484

revolter opened this issue Jan 8, 2016 · 15 comments
Labels
enhancement Feature requests.

Comments

@revolter
Copy link
Member

revolter commented Jan 8, 2016

This is related and similar to #376.

It would be a great addition if the filename field would be auto completed by default with the table's name on export.

@justinclift justinclift added the enhancement Feature requests. label Jan 8, 2016
@justinclift
Copy link
Member

This is a good idea, and should be pretty easy to make happen. 😄

@revolter
Copy link
Member Author

revolter commented Jan 8, 2016

If I have time, I'll try these steps (bookmark for myself) and see if I can solve it myself :D or at least set it up for possible future PR

@justinclift
Copy link
Member

If you have Homebrew installed, following those steps should only take about 5 mins (including cut-n-pasting the steps). It's super easy. 😄

@revolter
Copy link
Member Author

revolter commented Jan 8, 2016

And try to implement this enhancement too 😄

@justinclift
Copy link
Member

Yeah, good point. 😁

MKleusberg added a commit that referenced this issue Jan 27, 2016
When exporting tables, saving project files, etc. suggest default file
names where appropriate.

See issue #484.
@MKleusberg
Copy link
Member

Just implemented it myself 😄 So it should be in the next nightly build. I've added default filenames in multiple places now, e.g. when saving project files or exporting as SQL, too.
If you're still interested in helping us out just let me know. I'm kind of busy atm but will try my best to introduce you into the codebase 😄

@revolter
Copy link
Member Author

I am, but can't find time for it. But, to start, what IDE should I use on a mac?

@MKleusberg
Copy link
Member

I'd use Qt Creator for all platforms. It's probably the easiest for C++/Qt development even on Mac OS X 😄

@revolter
Copy link
Member Author

revolter commented Feb 2, 2016

Awesome, thanks!

@revolter
Copy link
Member Author

@MKleusberg, could you provide some steps to create a Qt project and run this project? I can't figure it out. I get errors like qt creator has no cmake tools, Selected kit has no valid CMake executable specified. and No targets specified and no makefile found..

@justinclift
Copy link
Member

Sounds like something's not right with your Qt Creator setup itself. Are you able to generate and compile other Cmake programs?

Just thinking that if you can get that sorted, it might take care of the problem. 😄

@revolter
Copy link
Member Author

Well, I don't know what Cmake is. I didn't ever used Qt (though I know a little bit of C#), that's why I'd want some help to get started. I just want to know how to build and run the project, in order to contribute and test.

screen shot 2016-02-23 at 00 13 48

This was the setup configuration. Is it ok?

@justinclift
Copy link
Member

Heh Heh Heh, I'm the wrong guy to ask. Not a C++ coder myself. 😁

Looking around online for info about using CMake (a compilation system) with Qt Creator, does turn up some useful looking info:

Sounds like you'll just need to download CMake and put it somewhere, then update the paths mentioned above so Qt Creator can find it automatically. It's worth giving a shot. 😄

@MKleusberg
Copy link
Member

Yes, we use cmake as a build system. But you can just use qmake instead (like I do most of the time). This way you shouldn't need to care about cmake at all. Your setup looks fine, too. So you probably have qmake installed 😄
So let's have a look what we can do... What's happening when you delete the sqlitebrowser.pro.user file (if there is one) and you open the sqlitebrowser.pro file afterwards? In theory, it should work to just keep all the settings as they are and just use qmake there...

@MKleusberg
Copy link
Member

Also, if you have any other updates, just let me know 😄 I hope I'll be able to help you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests.
Projects
None yet
Development

No branches or pull requests

3 participants