C++ code completion
Vim/Tutorial 2016. 2. 27. 01:55 |'Vim > Tutorial' 카테고리의 다른 글
vim regular expression (0) | 2016.02.28 |
---|---|
vim Regular Expression (0) | 2013.05.12 |
프로그래밍할 때 유용한 기능 (0) | 2013.02.06 |
반복적인 작업 녹화하기 (0) | 2013.02.06 |
자동화 (0) | 2013.02.05 |
vim regular expression (0) | 2016.02.28 |
---|---|
vim Regular Expression (0) | 2013.05.12 |
프로그래밍할 때 유용한 기능 (0) | 2013.02.06 |
반복적인 작업 녹화하기 (0) | 2013.02.06 |
자동화 (0) | 2013.02.05 |
python을 위한... (0) | 2016.04.06 |
---|---|
[EXAMPLE] YouCompleteMe - .ycm_extra_conf.py (0) | 2016.03.03 |
Vundle for Linux (0) | 2013.03.21 |
Vundle for Windows (0) | 2013.02.20 |
Plug-in 모음 (0) | 2013.02.05 |
[CentOS7] Init Settings (0) | 2016.03.02 |
---|---|
[CentOS7] Top Window Bar Font change (0) | 2016.03.01 |
[CentOS6] gcc5.xx setup (0) | 2016.02.24 |
[CentOS6] ntfs-3g setup (0) | 2016.02.23 |
ius repository mirroring script (0) | 2016.02.19 |
[CentOS7] Top Window Bar Font change (0) | 2016.03.01 |
---|---|
[CentOS6] LLVM & clang setup (0) | 2016.02.24 |
[CentOS6] ntfs-3g setup (0) | 2016.02.23 |
ius repository mirroring script (0) | 2016.02.19 |
vlc setup (0) | 2016.02.19 |
OS: CentOS 6.7
Python Version: 2.7.8
Qt version: 4.8.5
Qt Creator version: 2.8.1
qtcreator와 python 파일을 연결할 수 있다. syntax highlighting 또한 지원한다.
하지만, 자동완성 기능은 잘 되지 않는다고 한다.
qtcreator와 python 연결
Tools -> Options -> Environment -> External Tools
Add -> Add category (for example, Python)
Add -> Add Tool (for example, RunPy)
1. Description : 아무것이나 상관없다.
2. Executable : 파이썬의 실행파일
3. Arguments : %{CurrentDocument:FilePath}
4. Woring directory :
%{CurrentDocument:Path}
5. Environment :
QT_LOGGING_TO_CONSOLE=1 ((만약에 있다면..))
Tools -> External -> Python -> RunPy
[PyCharm] external tools Settings (0) | 2016.04.13 |
---|---|
vim-go (0) | 2016.03.02 |
[Linux] Python Virtual Env Setup (0) | 2016.02.20 |
[CentOS] go language setup (0) | 2016.02.20 |
Python, Java 관련 example site (0) | 2016.02.15 |
환경변수 설정 - 중첩되지 않게 하는 방법 (0) | 2017.06.11 |
---|---|
linux commands (0) | 2016.03.15 |
Memory Drop (0) | 2016.02.07 |
cron을 이용한 벡업 스크립트 (0) | 2014.09.28 |
Linux Command - join (0) | 2014.08.23 |
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
yum -y install ntfs-3g
[CentOS6] LLVM & clang setup (0) | 2016.02.24 |
---|---|
[CentOS6] gcc5.xx setup (0) | 2016.02.24 |
ius repository mirroring script (0) | 2016.02.19 |
vlc setup (0) | 2016.02.19 |
rsync example (0) | 2016.02.17 |
vim-go (0) | 2016.03.02 |
---|---|
[Linux] qtcreator 와 python 연결 (0) | 2016.02.23 |
[CentOS] go language setup (0) | 2016.02.20 |
Python, Java 관련 example site (0) | 2016.02.15 |
XAMPP Install (0) | 2015.11.12 |