Ivan Kravets
f9b9ed317d
Export built-in GCC macros for IDEs
2017-12-13 00:59:51 +02:00
Ivan Kravets
8f97181ea7
Add "__GNUC__" macro by default for VSCode
...
https://github.com/platformio/platformio-vscode-ide/issues/54
2017-11-29 16:07:11 +02:00
Ivan Kravets
25f52917ef
Override VSCode IntelliSense mode with clang-x64
2017-11-03 23:38:09 +02:00
Ivan Kravets
b670ab4888
Initial support for non-ascii locales
2017-11-02 23:14:32 +02:00
Ivan Kravets
578dfa40aa
Ignore only C/C++ properties for VSCode extension
2017-08-02 22:16:41 +03:00
Ivan Kravets
35cab82605
Remove static tasks for VSCode
2017-07-16 21:28:54 +03:00
Ivan Kravets
6403cf0c8b
New task "PlatformIO: Monitor" for VSCode
2017-07-05 20:38:28 +03:00
Ivan Kravets
8741f37831
Minor improvements
2017-07-03 13:35:39 +03:00
Ivan Kravets
aadb186054
Escape spaces in task command for VSCode Task Runner
2017-07-01 21:54:04 +03:00
Ivan Kravets
7cc51035aa
Add "Upload and Monitor" task for VSCode
2017-06-26 18:13:09 +03:00
Ivan Kravets
839fe8e02f
Integrate PIO Unified Debugger with Sublime Text
2017-06-24 00:06:58 +03:00
Ivan Kravets
60b668342f
Integrate PIO Unified Debugger with Eclipse
2017-06-23 22:00:58 +03:00
Ivan Kravets
1827223b1c
Update docs for Atom/VSCode; other improvements
2017-06-11 01:57:58 +03:00
Ivan Kravets
e8d7aae53c
Use Terminal Runner for VSCode
2017-06-09 01:40:23 +03:00
Ivan Kravets
4d1a135d76
Apply YAPF
2017-06-05 16:05:05 +03:00
Ivan Kravets
45e75f7473
Copyright (c) 2014-present PlatformIO <contact@platformio.org>
...
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2017-06-05 16:02:39 +03:00
Ivan Kravets
52f0e556e2
Do not overwrite workspace settings for VSCode
2017-06-02 02:34:10 +03:00
Ivan Kravets
ff6353a1ea
VSCoe task as external program
2017-05-31 00:56:05 +03:00
Ivan Kravets
908f0ba833
Bump 3.4.0b9
2017-05-29 15:41:56 +03:00
Ivan Kravets
466d1b1c14
Remove C_CPP settings from VSCode
2017-05-29 13:07:25 +03:00
Ivan Kravets
68d7630b44
Better path escaping
2017-05-28 13:12:59 +03:00
Ivan Kravets
50ec9e48bf
Specify particular platform for c_cpp configuration
2017-05-28 02:34:32 +03:00
Ivan Kravets
7637e1ad69
Normalize Windows PATHs for VSCode
2017-05-28 02:06:58 +03:00
Ivan Kravets
fa24d61680
Project generator for VSCode IDE // Issue #619 Resolve #960
2017-05-28 00:30:23 +03:00
Ivan Kravets
5d87fc3461
Project generator for VIM
2017-05-26 01:25:03 +03:00
Ivan Kravets
1e5df747cd
Handle `env_default` in "platformio.ini" when re-initializing a project // Resolve #950
2017-04-28 18:10:37 +03:00
Ivan Kravets
6b0467ead5
Use internal context to fetch IDE data
2017-04-27 18:28:50 +03:00
Ivan Kravets
a874db38be
Apply YAPF
2017-01-24 21:54:50 +02:00
Ivan Kravets
fb2f1d3553
Use C++11 by default for CLion IDE based projects // Resolve #873
2017-01-12 20:07:28 +02:00
Ivan Kravets
ea901a33d3
Add “Test” target for Eclipse & Sublime Text IDEs
2016-12-07 20:19:07 +02:00
Ivan Kravets
7d8cdcb792
Add File Watchers for CLion IDE
2016-12-07 20:14:28 +02:00
Ivan Kravets
b26442d1fe
Don’t touch VCS file if it isn’t modified // Issue #848
2016-12-07 00:58:22 +02:00
Ivan Kravets
22a272061f
Fix merging of ".gitignore" files when re-initialize project // Resolve #848
2016-12-07 00:14:47 +02:00
Ivan Kravets
c75fc623cb
Better parser for IDE data
2016-12-04 23:52:38 +02:00
Ivan Kravets
a251470ebd
Python style formatting
2016-10-31 20:05:34 +02:00
Ivan Kravets
4b4ac58d60
Improve Project Generator for CLion IDE when source folder contains nested items
2016-09-25 19:49:17 +03:00
Ivan Kravets
c12df19fd1
Fix Project Generator for CLion IDE using Windows OS // Resolve #785
2016-09-17 18:13:39 +03:00
Ivan Kravets
37552a81fc
Fix Project Generator for CLion IDE using Windows OS // Resolve #785
2016-09-17 16:55:42 +03:00
Ivan Kravets
f8e70c9362
Improve detecting of Python EXE Path
2016-08-29 20:20:12 +03:00
Ivan Kravets
941c7ffd07
Remove Python 2.6 code
2016-08-03 23:40:04 +03:00
Ivan Kravets
87d0ead203
Format code with pep8 style
2016-08-03 23:38:20 +03:00
Ivan Kravets
0c9d539a92
Update copyrights
2016-08-03 22:18:51 +03:00
Ivan Kravets
5b68d34764
Allow to load PlatformIO project using passed directory
2016-07-18 15:36:08 +03:00
Ivan Kravets
0056651447
Remove debug info
2016-07-09 18:49:35 +03:00
Ivan Kravets
a0d9173b4f
Add "Rebuild C/C++ Project Index" target to CLion and Eclipse IDEs
2016-07-09 18:44:45 +03:00
Ivan Kravets
db204941ed
Fix PyLint warning
2016-07-05 13:28:22 +03:00
Ivan Kravets
5cd3f9d84d
Keep user changes for ".gitignore" file when re-generate/update project data
2016-07-05 13:18:31 +03:00
Ivan Kravets
52f1502051
Split source files to HEADERS and SOURCES when generate project for Qt Creator IDE // Resolve #713
2016-07-04 23:42:19 +03:00
Ivan Kravets
e8acc9ca39
Improve project generator for CLion IDE
2016-07-04 23:30:34 +03:00
Valeriy Koval
4dd90d5493
Update project template for Qt Creator // Issue #711
2016-07-04 18:01:49 +03:00