144 Commits

Author SHA1 Message Date
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
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
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
Tim Robinson
3d6dc854fc Merge pull request +6289 from c9/fix/keybindings
fix +6287 Unable to switch to sublime keybindings
2015-02-23 12:34:48 +01:00
Harutyun Amirjanyan
cb8db3b002 Merge pull request +6286 from c9/sdk
Sdk
2015-02-22 03:21:24 +04:00
Ruben Daniels
9a2cfb28b7 small changes 2015-02-21 23:09:43 +00:00
nightwing
b01e915822 save vfs to sessionStorage only on unload to not share it with duplicated tabs
fixes +4283
2015-02-21 23:40:46 +04:00
Lennart Kats
55ee409c76 Merge pull request +6237 from c9/fix/file-save-logging
File save time logging
2015-02-20 14:47:04 +01:00
nightwing
d3dfbdbbae fix +6287 Unable to switch to sublime keybindings 2015-02-20 13:25:17 +04:00
Ruben Daniels
f3cb3f8f6a added a suggestion from andrew and boyscouting 2015-02-19 22:38:39 +00:00
Harutyun Amirjanyan
62e241634c Merge pull request +6219 from c9/sdk
Fixes c9/core+12. Wrapper for AceTree
2015-02-19 21:25:38 +04:00
Ruben Daniels
f00eee5e8b Some docs related changes to pane 2015-02-19 17:06:48 +00:00
Ruben Daniels
7967bd8649 Merge pull request +6279 from c9/fix/publish-test
Make publish test not call git to speed it up for CI server
2015-02-19 08:57:11 -08:00
Tim Robinson
31b3beacb2 Make publish test not call git to speed it up for CI server 2015-02-19 16:03:55 +00:00
Lennart Kats
61ba91aca1 Merge pull request +6255 from c9/download
allow downloading multiple files, and fix support for non-ascii filenames
2015-02-19 15:57:55 +01:00