trollixx / qtcreator-tabbededitor-plugin

Qt Creator Tabbed Editor Plugin
GNU Lesser General Public License v3.0
73 stars 37 forks source link

make plugin compile in new version. added two shortcuts #1

Closed serpheroth closed 10 years ago

serpheroth commented 10 years ago

make the plugin compile due to deleted documentModel() method in qt-creator 3.2. add shortcut to switch to neighboring tabs

trollixx commented 10 years ago

Thank you for the fix.

Can you use 4 space indentation to avoid lots of whitespace only changes? I'd prefer this plugin to follow Qt Creator coding style guidelines. The fix and shourtcuts should be separate commits.

trollixx commented 10 years ago

Merged fixed pull request #2.

Hint for the future: It's possible to update a pull request, just force push to the same branch.