1477 Commits

Author SHA1 Message Date
Lennart kats
d99b590315 Fix this 2015-08-12 14:00:00 +00:00
Lennart kats
4d16fb1d04 Show timeout warning even in debugging mode 2015-08-12 13:17:15 +00:00
Lennart kats
a02f3d002c Add option do disable completion in jsonalyzer worker 2015-08-12 13:17:07 +00:00
Lennart kats
8abf207f53 Improve jsonalyzer outline headings 2015-08-10 14:54:47 +00:00
Lennart kats
383c741095 Fix jsonalyzer outline indent > 1 2015-08-10 10:39:12 +00:00
Lennart kats
3820475370 Allow basic indentation in jsonalyzer outlines 2015-08-10 10:29:16 +00:00
Lennart kats
7e94852ac2 Fix Makefile plugin 2015-08-10 10:28:58 +00:00
Lennart kats
e691504d9d Fix row and column being overwritten with undefined 2015-08-07 13:05:27 +00:00
Lennart kats
3a1b16ac0f Avoid spurious newlines in docs 2015-08-07 13:05:16 +00:00
Lennart kats
d56123d46f Wait for tokenizer to complete before sending tokens 2015-08-07 09:44:15 +00:00
Lennart kats
7c8a5aa1fd Avoid this in ctags_util, it doesn't work from sdk plugin 2015-08-06 13:24:36 +00:00
Lennart kats
82f5691438 Show completion popup after new data received and no previous popup shown 2015-08-06 10:43:15 +00:00
Lennart kats
2c2ae6b96f Fix analyzeOthers() implementation confusion 2015-08-06 10:42:48 +00:00
Ruben Daniels
e31ff50df7 Merge branch 'master' of github.com:c9/newclient into sdk-update-plugins 2015-08-05 14:59:50 +00:00
Fabian Jakobs
3a5258c008 Merge pull request +8562 from c9/memory-leak-workaround
[Trivial] Work around schema.js memory leak
2015-08-05 14:55:18 +02:00
Fabian Jakobs
44f6b8f985 checkin vargs node module because it is broken on npm 2015-08-05 09:54:32 +00:00
Lennart Kats
bed3266af8 Work around +8552 2015-08-05 10:10:40 +02:00
Ruben Daniels
cbae4d02c9 Fix tests (unable to add new test) 2015-08-05 02:53:57 +00:00
Ruben Daniels
2ce70b0b80 Fixing tests for cli. Fixing install of same package but different version 2015-08-04 23:42:45 +00:00
Ruben Daniels
7e23e9ec84 Fixes c9 cli installer for when specifying the version number 2015-08-04 21:01:10 +00:00
Harutyun Amirjanyan
79b8380155 Merge pull request +8523 from c9/improve-language
Misc. language/salesforce improvements
2015-08-04 20:48:15 +03:00
Ruben Daniels
aa693a42d4 Merge pull request +8538 from c9/sdk
Sdk fixes
2015-08-03 14:12:28 -07:00
Lennart Kats
cf433fc679 Merge pull request +8520 from c9/fix-dogfooding-and-signup
Fix dogfooding issues and broken github/bitbucket signup
2015-08-03 22:19:20 +02:00
nightwing
76ee1e289c add context menu for panels 2015-08-03 23:28:18 +04:00
nightwing
4d2e522290 use consistent skin for password inputs 2015-08-03 22:58:04 +04:00
nightwing
42e0b96638 fix focus issues with mount dialog 2015-08-03 22:51:59 +04:00
nightwing
8aa90ef045 add textselect option to dialog 2015-08-03 22:51:59 +04:00
nightwing
af21eedaf5 do not use unescaped fullname in innerHTML 2015-08-03 21:44:24 +04:00
Lennart kats
f93c72a1c5 Pass row and column to worker 2015-08-03 14:13:30 +00:00
Lennart kats
66a0453b07 Add token types 2015-08-03 08:52:34 +00:00
Lennart kats
bce0d67bf3 Add langauge handler unregistering 2015-08-03 08:52:27 +00:00
basdewachter
96c9460b07 halfway implementing cookies for speedy logon 2015-08-02 15:31:10 +02:00
Lennart Kats
7431dee3de Only show git login/signup for supported domains 2015-08-01 12:55:23 +00:00
Harutyun Amirjanyan
90666adf05 Merge pull request +8510 from c9/complete-non-identifier-char
Various improvements related to salesforce completion
2015-07-31 14:13:12 +03:00
Lennart kats
9babae2f22 Don't show snippet completions together with contextual completions
e.g. don't show snippets when salesforce is showing attribute values true/false
or when javascript shows properties of an object
2015-07-31 10:41:30 +00:00
Lennart kats
1bbf1b3f4c Add hidePopup event 2015-07-31 10:28:43 +00:00
Lennart kats
6ef7223fef Expose invoke 2015-07-31 10:24:49 +00:00
Lennart kats
73484acd4e Fix architect completer for names like language.complete 2015-07-31 10:19:16 +00:00
Nikolai Onken
97d74d673b Merge pull request +8493 from c9/fix-rayguns
[Trivial] Fix trivial raygun error
2015-07-31 11:52:34 +02:00
Harutyun Amirjanyan
1650a084a0 Merge pull request +8507 from c9/complete-non-identifier-char
Allow automatic complete on non-identifier chars like <
2015-07-31 12:33:10 +03:00
Lennart kats
49d2255203 Allow automatic complete on non-identifier chars like < 2015-07-31 09:12:16 +00:00
Fabian Jakobs
9741cb63b1 Merge pull request +8504 from c9/fix/collab-tree
remove unused code from tree renderer
2015-07-31 09:43:05 +02:00
nightwing
ad9da97952 remove unused code from tree renderer (fixes +8489) 2015-07-31 07:15:26 +04:00
Lennart kats
090b654728 Fix +8491 callback is undefined 2015-07-30 11:59:55 +00:00
Harutyun Amirjanyan
b84f8b8bab Merge pull request +8471 from c9/sdk
Add smf.core to sdk.sh
2015-07-30 09:35:18 +03:00
Nikolai Onken
14cadbd534 Merge pull request +8456 from c9/ide-feature-request
Added menu item to deflect feature requests from support
2015-07-29 20:17:46 +02:00
nightwing
2e1222f8c4 list available commands in sdk.sh script 2015-07-29 18:29:39 +04:00
Lennart Kats
755ce0199c Merge pull request +8468 from c9/add-api-wrapper
[Trivial] Expose apiWrapper()
2015-07-29 14:16:31 +02:00
Lennart kats
53d323c29b Expose apiWrapper() 2015-07-29 12:15:32 +00:00
nightwing
184987ec53 load less into architect-build lazily to allow building ace without less 2015-07-29 16:04:29 +04:00