156 Commits

Author SHA1 Message Date
Harutyun Amirjanyan
ee85b228d8 Merge pull request +6575 from c9/bugfix/hiddenfiles
Always display showhidden setting in dropdown
2015-03-13 20:39:48 +04:00
nightwing
898c34de0e set crossOrigin attribute on cdn scripts (+6425) 2015-03-13 15:23:55 +04:00
Alex Brausewetter
0793a65508 Always display showhidden setting in dropdown 2015-03-12 11:45:02 +00:00
Lennart Kats
bffdbe4681 Merge pull request +6521 from c9/sdk
Enable the SDK by default
2015-03-11 17:47:15 +01:00
Ruben Daniels
9c6188fd38 Disable new plugin menu item when not sdk=1 2015-03-11 16:29:50 +00:00
Tim Robinson
c1252d66c0 Merge pull request +6561 from c9/fix-lua-test
make test redis more robust
2015-03-11 17:04:04 +01:00
Fabian Jakobs
c506748bf0 some cleanup 2015-03-11 12:10:19 +00:00
nightwing
0f58974f65 fix typo 2015-03-11 00:04:21 +04:00
nightwing
d403fedbcf remove dead code 2015-03-10 21:50:36 +04:00
nightwing
6060d44764 fix +6465 Disable cmd+r in editor 2015-03-10 20:35:28 +04:00
nightwing
8bfc04c5aa remove custom tab style rule when tab is closed 2015-03-10 18:10:30 +04:00
nightwing
d90c3787b7 make apf additions to Array.prototype non enumerable 2015-03-10 18:10:29 +04:00
Ruben Daniels
bc2af84013 Simplify the panel api by having the panel object create the bar element 2015-03-10 01:46:07 +00:00
Alex Brausewetter
f50cb5ff6c Merge pull request +6455 from c9/debugger
Fix debugger not pausing on breakpoints

- Smoke tested on local standalone
- Reviewed as per DoD Level 1
2015-03-09 14:11:21 +01:00
Ruben Daniels
364000ba78 Enable the SDK by default 2015-03-08 22:25:47 +00:00
nightwing
ca3e6e9f49 fix dark dots visible on tab background while loading 2015-03-08 19:11:26 +04:00
nightwing
c4fe329985 fix +6401 language info icons are on top of breakpoints markers 2015-03-08 18:07:49 +04:00
nightwing
657fe113d2 fix js file detection in c9 publish 2015-03-07 00:23:01 +04:00
nightwing
b37eed26b4 investigating cause of increased number of raygun errors 2015-03-05 18:17:40 +00:00
Tim Robinson
187c413fa7 made stress param actually work 2015-03-05 16:31:18 +00:00
Tim Robinson
dd708342df Add stress parameter to keep refreshing until the test fails. Made npm run ctest work without auth 2015-03-05 15:45:19 +00:00
Matthijs van Henten
e59f86a9c7 Merge remote-tracking branch 'origin/master' into restore-profile
Conflicts:
	plugins/c9.api/project.js
2015-03-05 09:27:33 +00:00
Lennart Kats
3f2dd4cf25 Revert "Revert "Merge pull request +6023 from c9/profile-integration""
This reverts commit e6fc5d467dc6a4c8f8d962ff0c2930b805d4d2e2.
2015-03-05 09:54:49 +01:00
Nikolai Onken
d1e7ee757c Merge pull request +6462 from c9/fix/cs50-fixes
Fix/cs50 fixes
2015-03-04 13:40:55 +01:00
nightwing
1c37728d8b fix logic for hiding double dividers 2015-03-04 15:49:46 +04:00
nightwing
15d09c4d6a support setting default theme in workspace config 2015-03-04 14:50:23 +04:00
Ruben Daniels
a53da8f95d Merge pull request +6416 from c9/missing-commands
add commands for focusing tree and toggling wordwrap
2015-03-03 07:13:32 -08:00
Fabian Jakobs
1eae26e9a7 Merge remote-tracking branch 'origin/master' into revert-attempt
Conflicts:
	configs/docker.js
2015-03-03 11:04:36 +00:00
Lennart Kats
341d5a8c7a Merge pull request +6406 from c9/worker-logging
Worker logging
2015-03-03 10:46:26 +01:00
Lennart Kats
4a0a75adf8 Merge remote-tracking branch 'origin/master' into revert-attempt
Conflicts:
	package.json
	plugins/c9.ide.performancestats/stats.js
	plugins/c9.worker/backup.js
2015-03-03 10:25:46 +01:00
Lennart Kats
1797aaf7d8 Merge remote-tracking branch 'origin/more-latency-data' into revert-attempt
Conflicts:
	plugins/c9.ide.performancestats/stats.js
2015-03-02 07:28:37 +01:00
Lennart Kats
8a8769a7f6 Merge pull request +6418 from c9/more-latency-data
Record more latency data
2015-03-01 17:09:39 +01:00
Lennart Kats
c7ec9d7b4f Make new serverPing logic backward & forward compatible 2015-02-28 15:06:06 +01:00
Lennart Kats
6f197414c3 Add server-side latency (vfs -> docker host) 2015-02-28 10:18:45 +01:00
nightwing
b58993dca6 fix issue with windows 8 language switching shortcut 2015-02-28 01:49:35 +04:00
nightwing
6198bbff00 add shortcuts 2015-02-28 00:19:09 +04:00
nightwing
c78783c364 add commands for focusing tree and toggling wordwrap 2015-02-27 20:22:41 +04:00
Lennart Kats
e6fc5d467d Revert "Merge pull request +6023 from c9/profile-integration"
This reverts commit 584e691a3f8dc298eff20401cfd9a8ef23164b16, reversing
changes made to 7af49ff62b19985c3ee39df1af7a683183a3a25b.

Conflicts:
	configs/monitor.js
	scripts/makestatic.js
	scripts/makestatic.sh
2015-02-27 14:26:25 +01:00
Fabian Jakobs
a432be11ec fix patching raygun 2015-02-27 11:45:41 +00:00
Fabian Jakobs
61ccd42969 sometimes we have raygun errors without a message. make it easier to find them 2015-02-27 11:41:38 +00:00
Ruben Daniels
6718cc6e70 Merge pull request +6212 from c9/support-new-mocha
Fix running client tests with newer mocha
2015-02-26 12:27:18 -08:00
Harutyun Amirjanyan
36aaff722a Merge pull request +6400 from c9/sdk
Fix for docs and needed APIs
2015-02-27 00:23:09 +04:00
Ruben Daniels
bbf2cdb3c1 Small fix for debugger. Add ability to set undo manager for document 2015-02-26 18:59:58 +00:00
nightwing
d4ebf4c22f add ui for guessTabSize setting 2015-02-25 15:54:18 +04:00
nightwing
3fa2e55c91 respect guessTabSize setting 2015-02-25 15:48:04 +04:00
Matthijs van Henten
584e691a3f Merge pull request +6023 from c9/profile-integration
[WIP] Profile Pages milestone 1
2015-02-25 10:05:05 +01:00
nightwing
4ce73bdc9a tweak client test runner 2015-02-24 17:10:52 +04:00
nightwing
ba5322375e update mocha to 2.1.0 2015-02-24 17:09:44 +04:00
nightwing
ea59968844 fix running tests with newer mocha 2015-02-24 17:09:40 +04:00
Harutyun Amirjanyan
ee0fa0413a Merge pull request +6318 from c9/fix-vfs-storage
Save vfs to sessionStorage only on unload to not share it with other tabs
2015-02-23 16:32:58 +04:00