Collection of plugins adapted for the QtCreator 3.1 from Ubuntu Trusty. Should be compatible with version from ubuntu sdk ppa.
This plugin provided by Canonical, Ltd. under LGPL license. It contains additional patches to allow development of non-QML Go projects.
License: LGPL + Qt exception
Provides semantic-sensitive editor for Golang
- code completion needs /usr/bin/gocode, see https://github.com/nsf/gocode
- semantic highlighting needs /usr/bin/gosemki, see https://github.com/sergey-shambir/gosemki
- auto-formatting code on save needs gofmt installed and added to $PATH (on Linux just install go packages)
How to build:
- Switch to Project Mode (Ctrl+5)
- In "Build Steps" category, expand qmake build step and enter additional arguments "UBUNTU_LOCAL_BUILD=1"
- Build project
- Restart QtCreator and check if plugin is enabled in menu Help > "About Plugins"
Author: Sergey Shambir.
License: MIT
Enables clang parser for code completion, errors displaying and highlighting. Known issue: memory leaks on editing, memory consumption can grown 3-6 times.
Author: Erik Verbruggen, Digia plc.
See also http://qt-project.org/wiki/Branches
Allows to open Visual Studio 2005-2008 project files in readonly mode.
Authors: Radovan Zivkovic, Bojan Petrovic
License: LGPL + Qt exception
Allows to open XCode project files in readonly mode.
Author: Sergey Shambir.
License: MIT