5056 Commits

Author SHA1 Message Date
c9bot
ebddb5efed c9-auto-bump 3.1.1179 2016-01-26 04:42:32 +01:00
c9bot
d97bf419d1 c9-auto-bump 3.1.1178 2016-01-25 23:50:22 +01:00
c9bot
125f466833 c9-auto-bump 3.1.1177 2016-01-25 22:05:18 +01:00
c9bot
5979c54374 c9-auto-bump 3.1.1176 2016-01-25 17:14:06 +01:00
c9bot
4f974d421f c9-auto-bump 3.1.1175 2016-01-25 16:56:38 +01:00
c9bot
804104bfbf c9-auto-bump 3.1.1174 2016-01-25 16:11:04 +01:00
c9bot
94a36662f8 c9-auto-bump 3.1.1173 2016-01-25 14:23:05 +01:00
c9bot
50b9f55891 c9-auto-bump 3.1.1172 2016-01-25 14:08:08 +01:00
c9bot
64cc0d03f3 c9-auto-bump 3.1.1171 2016-01-25 11:48:43 +01:00
Lennart C. L. Kats
b43032ff89 Merge pull request +11798 from c9/undo-python-optimization
Revert "Use temp file only when needed"
2016-01-25 11:48:38 +01:00
Lennart C. L. Kats
1386c140a6 Merge pull request +11777 from c9/revert-11776-revert-php-completion
PHP completion fix
2016-01-25 11:48:31 +01:00
c9bot
eba456388b c9-auto-bump 3.1.1170 2016-01-25 11:48:24 +01:00
Lennart C. L. Kats
1e4969d9f1 Merge pull request +11797 from c9/fix-bogus-error
Fix +11779 bogus error when initializing Go completer
2016-01-25 11:48:18 +01:00
c9bot
58d968fdc3 c9-auto-bump 3.1.1169 2016-01-25 11:25:06 +01:00
Lennart Kats
d820557aca Revert "Use temp file only when needed"
Things like https://github.com/MorrisJobke/github-issue-counter/blob/master/import_issues.py#L5
also depend on the current path, even though Python doesn't consider these to
be relative imports.
2016-01-25 10:03:59 +00:00
Lennart Kats
2ff2c60a45 Merge remote-tracking branch 'origin/master' into revert-11776-revert-php-completion
Conflicts:
	plugins/c9.ide.language.python/worker/python_completer.js
2016-01-25 10:00:05 +00:00
c9bot
1123351709 c9-auto-bump 3.1.1168 2016-01-25 10:49:31 +01:00
Lennart Kats
c9456dd1f0 Fix +11779 bogus error when initializing Go completer 2016-01-25 09:48:07 +00:00
c9bot
92462966d6 c9-auto-bump 3.1.1167 2016-01-25 10:44:33 +01:00
c9bot
cbef3070d3 c9-auto-bump 3.1.1166 2016-01-25 10:26:50 +01:00
Nikolai Onken
ab197b0a4d Merge pull request +11792 from c9/webpack
Use webpack instead of browserify
2016-01-25 10:26:35 +01:00
c9bot
01a968ebe3 c9-auto-bump 3.1.1165 2016-01-25 10:06:34 +01:00
c9bot
ff2b0904b9 c9-auto-bump 3.1.1164 2016-01-25 10:06:20 +01:00
Nikolai Onken
514dd154e7 Add define again 2016-01-25 09:01:41 +00:00
Nikolai Onken
101cfb6f98 Remove define definitions 2016-01-24 21:57:28 +00:00
Lennart Kats
7a2c60445e Fix +11786 identifierRegex is undefined 2016-01-23 16:05:15 +00:00
Lennart Kats
9e0d1db201 Tweak predictNextCompletion() 2016-01-23 14:58:46 +00:00
Lennart Kats
5c18f27545 Merge remote-tracking branch 'origin/master' into fix-python-linting
Conflicts:
	plugins/c9.ide.language.python/worker/python_completer.js
2016-01-23 14:56:42 +00:00
Lennart Kats
92188b4b54 Fix yet another unexpected exit code from pylint
Guess these changed with the new pylint
2016-01-23 14:50:30 +00:00
Lennart Kats
10eed9ba0d Use temp file only when needed 2016-01-23 14:49:28 +00:00
Lennart Kats
efb6ebbd04 Fix result of undefined regression 2016-01-23 14:46:01 +00:00
Lennart Kats
28da799e45 Fix +11775 result.matches accesses property of undefined 2016-01-23 12:26:10 +00:00
Lennart Kats
98c5000ddf Fix +11787 substr of undefined
options.line has no value when called from jumpToDefinition
2016-01-23 12:06:51 +00:00
Lennart Kats
8ddda4806f Don't trigger watcher on local analysis temp files 2016-01-23 11:58:24 +00:00
Lennart Kats
f21289e974 Use temp file for invoking python linter
Was using the file on disk instead :-Z
Fixes +11778
2016-01-23 11:57:46 +00:00
c9bot
a616b26216 c9-auto-bump 3.1.1163 2016-01-22 23:30:11 +01:00
c9bot
51276f6544 c9-auto-bump 3.1.1162 2016-01-22 23:20:13 +01:00
c9bot
8bbcddaadc c9-auto-bump 3.1.1161 2016-01-22 23:19:57 +01:00
c9bot
9ecb2c62fc c9-auto-bump 3.1.1160 2016-01-22 17:06:21 +01:00
Lennart C. L. Kats
b15db4289c Revert "Revert php completion fix" 2016-01-22 17:06:08 +01:00
Lennart Kats
d35f75827b Revert "Merge pull request +11739 from c9/fix-php-completion"
This reverts commit d1baed311c33371d366a1826d8ab4e34e5e9c5c4, reversing
changes made to 7b68a58a8719a1526fe3ecb7d1067da1d0c73052.
2016-01-22 16:05:01 +00:00
Lennart Kats
796ca3a001 Revert "Merge pull request +11772 from c9/fix-undefined"
This reverts commit a1159b25e50066a685c0a947308b722e589e5d99, reversing
changes made to 047570092c4817304b8a611bca163abae26db2bf.
2016-01-22 16:04:52 +00:00
c9bot
b91a63e260 c9-auto-bump 3.1.1159 2016-01-22 16:55:43 +01:00
c9bot
c8a440d549 c9-auto-bump 3.1.1158 2016-01-22 16:48:37 +01:00
Lennart kats
a1159b25e5 Fix cache is undefined 2016-01-22 15:47:47 +00:00
c9bot
047570092c c9-auto-bump 3.1.1157 2016-01-22 16:44:02 +01:00
c9bot
5486bff4f3 c9-auto-bump 3.1.1156 2016-01-22 16:25:30 +01:00
c9bot
58eb0a12aa c9-auto-bump 3.1.1155 2016-01-22 15:40:23 +01:00
c9bot
1dc4580005 c9-auto-bump 3.1.1154 2016-01-22 15:32:13 +01:00
c9bot
311355db46 c9-auto-bump 3.1.1153 2016-01-22 14:25:44 +01:00