Вопрос про QTCreator.
Добавлено: 05 авг 2016, 11:19
Добрый день.
Подскажите пожалуйста где можно почитать как правильно настроить QTCreator под Linux Rosa для работы с с++. А именно xterm. Почему-то вывод на экран через cout в xterm работает а ввод cin принимать символы с клавиатуры отказывается((
Подскажите пожалуйста где можно почитать как правильно настроить QTCreator под Linux Rosa для работы с с++. А именно xterm. Почему-то вывод на экран через cout в xterm работает а ввод cin принимать символы с клавиатуры отказывается((
Код: Выделить всё
$ uname -a
Linux dell-notebook.zybkin.com 4.1.25-nrj-desktop-1rosa-x86_64 #1 SMP PREEMPT Tue May 24 16:25:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Код: Выделить всё
$ /usr/bin/qtcreator -version
Qt Creator 4.0.2 based on Qt 5.6.1
Android 4.0.2 Support for deployment to and execution on Android Devices.
AutoTest 4.0.2 Auto Test plugin.
AutotoolsProjectManager 4.0.2 Autotools project integration.
BareMetal 4.0.2 This plugin adds a target for bare metal development.
Bazaar 4.0.2 Bazaar integration.
Beautifier 4.0.2 Format source files with the help of beautifiers like AStyle, uncrustify or clang-format.
BinEditor 4.0.2 Binary editor component.
Bookmarks 4.0.2 Bookmarks in text editors.
CMakeProjectManager 4.0.2 CMake support.
CVS 4.0.2 CVS integration.
ClangStaticAnalyzer 4.0.2 ClangStaticAnalyzer Plugin.
ClassView 4.0.2 Class View component.
ClearCase 4.0.2 ClearCase integration.
CodePaster 4.0.2 Codepaster plugin for pushing/fetching diff from server.
Core 4.0.2 The core plugin for the Qt IDE.
CppEditor 4.0.2 C/C++ editor component.
CppTools 4.0.2 Tools for analyzing C/C++ code.
Debugger 4.0.2 Debugger integration.
Designer 4.0.2 Qt Designer integration.
DiffEditor 4.0.2 Diff editor component.
EmacsKeys 4.0.2 The main idea behind this plugin is to provide additional actions a typical emacs user would expect. It doesn't claim to provide full emacs emulation. The following actions are available:
- Movement [C-f, C-b, C-n, C-p, M-f, M-b, C-a, C-e, M-<, M->]
- Mark-based selection [C-SPC, C-x C-x]
- Cut/copy/yank (doesn't provide kill ring feature) [M-w, C-w, C-y]
- Kill actions, which interact properly with clipboard [C-k, M-d, C-d]
- Scrolling (half of the screen, keeps cursor visible) [C-v, M-v]
- Insert new line and indent [C-j]
IMPORTANT: Actions are not bound to any key combinations by default. You can find them under 'EmacsKeys' section in keyboard shortcuts settings.
Also it's worth mentioning that EmacsKeys plugin forces disabling of menu mnemonics by calling Qt's qt_set_sequence_auto_mnemonic function with false argument. Many of the english menu mnemonics get into the way of typical emacs keys, this includes: Alt+F (File), Alt+B (Build), Alt+W (Window). It's a temporary solution, it remains until there is a better one.
FakeVim 4.0.2 VI-style keyboard navigation.
GLSLEditor 4.0.2 Editor for GLSL.
GenericProjectManager 4.0.2 Generic support.
Git 4.0.2 Git integration.
HelloWorld 4.0.2 Hello World sample plugin.
Help 4.0.2 Help system.
ImageViewer 4.0.2 Image Viewer component.
Ios 4.0.2 Support for deployment to and execution on iOS Devices.
Macros 4.0.2 Macros in text editors.
Mercurial 4.0.2 Mercurial integration.
ModelEditor 4.0.2 Graphical modeling with structured diagrams.
Perforce 4.0.2 Perforce integration.
ProjectExplorer 4.0.2 ProjectExplorer framework that can be extended with different kind of project types.
PythonEditor 4.0.2 Editor and file creation wizards for Python. Example plugin for QtCreator API demonstration.
QbsProjectManager 4.0.2 QBS support.
QmakeAndroidSupport 4.0.2 Android support for qmake project manager.
QmakeProjectManager 4.0.2 Provides project type for Qt/QMake .pro files and tools.
QmlDesigner 4.0.2 Visual Designer for QML files.
QmlJSEditor 4.0.2 Editor for QML and JavaScript.
QmlJSTools 4.0.2 Tools for analyzing Qml/JS code.
QmlProfiler 4.0.2 Qml Profiler Plugin.
QmlProfilerExtension 4.0.2 Qml Profiler Extension Plugin.
QmlProjectManager 4.0.2 Qt Quick support
Qnx 4.0.2 Adds support for QNX to Qt Creator.
QtSupport 4.0.2 Provides support code for build systems.
QtcCppcheck 4.0.2 Integrates Cppcheck tool into Qt Creator
RemoteLinux 4.0.2 Support for deployment to and execution on a remote Linux host.
ResourceEditor 4.0.2 Editor for qrc files.
Subversion 4.0.2 Subversion integration.
TaskList 4.0.2 Use .tasks-files to populate the Issues view.
TextEditor 4.0.2 Text editor framework and the implementation of the basic text editor.
Todo 4.0.2 Adds pane that lists all TODO, FIXME, etc. entries in comments.
UpdateInfo 4.0.2 Displays Update-Infos for Qt Installer Framework-based Updaters.
Valgrind 4.0.2 Valgrind Plugin.
VcsBase 4.0.2 Version Control System Base Plugin.
Welcome 4.0.2 Default Welcome Screen Plugin.
WinRt 4.0.2 Helper for Windows Runtime projects.
(C) 2016 The Qt Company Ltd