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

drag/drop support for scide #383

Closed
timblechmann opened this issue Aug 17, 2012 · 5 comments
Closed

drag/drop support for scide #383

timblechmann opened this issue Aug 17, 2012 · 5 comments

Comments

@timblechmann
Copy link
Contributor

dropping files into scide should open them

@timblechmann
Copy link
Contributor Author

done

@jleben jleben reopened this Aug 17, 2012
@jleben
Copy link
Member

jleben commented Aug 17, 2012

Also, dropping onto the scide icon in the OS X dock should open the file.
The implementation for this can be copied from the QcApplication class of QtCollider.

@timblechmann
Copy link
Contributor Author

thanks for the pointer!

@timblechmann
Copy link
Contributor Author

unfortunately using a custom Application crashes when accessing Application::arguments()

@jleben
Copy link
Member

jleben commented Aug 18, 2012

Instead of using custom QApplication, we could install an event filter on the standard one.
http://qt-project.org/doc/qt-4.8/qobject.html#installEventFilter

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

No branches or pull requests

2 participants