-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
This is a good idea, and should be pretty easy to make happen. 😄 |
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 |
If you have Homebrew installed, following those steps should only take about 5 mins (including cut-n-pasting the steps). It's super easy. 😄 |
And try to implement this enhancement too 😄 |
Yeah, good point. 😁 |
When exporting tables, saving project files, etc. suggest default file names where appropriate. See issue #484.
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. |
I am, but can't find time for it. But, to start, what IDE should I use on a mac? |
I'd use Qt Creator for all platforms. It's probably the easiest for C++/Qt development even on Mac OS X 😄 |
Awesome, thanks! |
@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 |
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. 😄 |
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. 😄 |
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 😄 |
Also, if you have any other updates, just let me know 😄 I hope I'll be able to help you! |
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.The text was updated successfully, but these errors were encountered: