Wykres commitów

1458 Commity (bdef684281f5491bb41be74b674c2b06e85920ce)

Autor SHA1 Wiadomość Data
nightwing ee57e15889 fix tests 2016-03-28 03:47:52 +04:00
nightwing 19e5f7a8aa automatically expand single child directory chains 2016-03-28 03:26:10 +04:00
nightwing aa2eaf0ff4 fix poor performance of fscache watcher handler 2016-03-28 00:49:46 +04:00
nightwing 498a9b072f make file rename in the tree more robust 2016-03-27 04:49:15 +04:00
nightwing 510a9ad77e onYes/no are optional in question dialog 2016-03-27 03:35:59 +04:00
Harutyun Amirjanyan 841ca0a2af Merge pull request +13049 from c9/fix/various
Fix ssh workspace issues and several small fixes
2016-03-25 18:49:08 +04:00
Dana 279ac222f3 Add augment checking for errors in Raygun 2016-03-25 10:26:01 +00:00
nightwing ab69dc8d23 tweak plugin installer 2016-03-25 01:37:23 +00:00
nightwing 65fd1b7c47 correct highlighting for bash config files 2016-03-24 21:37:33 +00:00
Lennart Kats 826dce94f6 Show error when workspace ceases to exist 2016-03-24 20:33:50 +00:00
Nikolai Onken d1838ce9a9 Set raygun to not be clever on non [object Error] objects 2016-03-24 17:43:13 +00:00
Tim Robinson cad9d22009 Remove logging from fs, might slow down vfs too much 2016-03-24 14:18:26 +00:00
Fabian Jakobs e184e88c9e address review comments 2016-03-24 10:45:48 +00:00
Tim Robinson 3d28206252 Add vfs.log mock to tests 2016-03-23 21:04:57 +00:00
Tim Robinson a3feeaefed Adding logging to fs calls 2016-03-23 19:13:59 +00:00
Tim Robinson ffca6961fd Add callback to log function. Fix logging 2016-03-23 19:02:05 +00:00
Tim Robinson e2541f62cf Adding client side logs around saving to determine if we're somehow failing to save to disk correctly 2016-03-23 15:29:00 +00:00
Tim Robinson 31d92edd1b Add vfs.log to log from client directly to vfs server 2016-03-23 15:22:31 +00:00
Tim Robinson aac052a0e5 Merge pull request +12939 from c9/error-headers
Change error page titles to generic codes
2016-03-22 10:17:33 -04:00
Harutyun Amirjanyan 3e8757b251 Merge pull request +12936 from c9/pull/core/272
Added CLI exec command
2016-03-22 02:12:04 +04:00
nightwing b1caa2fbf6 fix insertmode in libterm 2016-03-22 01:55:44 +04:00
Rob Moran ef3d86c7f1 Added CLI exec command 2016-03-22 01:55:01 +04:00
Tim Robinson 9231bfc96c Leave 500 as is 2016-03-21 10:25:25 -04:00
Tim Robinson 88c0b5d69a Add hyphens 2016-03-21 12:03:31 +00:00
Tim Robinson 72454779c6 Change error page titles to generic codes 2016-03-21 12:00:33 +00:00
Nikolai Onken ef9c763d63 Merge pull request +12526 from c9/morehints4all
Show additional hints on load
2016-03-17 12:30:37 +01:00
Harutyun Amirjanyan 11d73b7b72 Merge pull request +12703 from c9/c9-cli
fix c9 cli not working with npm 3
2016-03-16 22:50:34 +04:00
nightwing 9ac6556d5a fix el.attributes is not an array error 2016-03-15 17:24:27 +04:00
mimibar e8d34db930 #188 Adding crossorigin attribute to mocha and require scripts
In relation to Issue #188 Running unit tests for C9 plugins leads to 404 errors when trying to fetch mocha
2016-03-15 15:19:44 +04:00
David J. Malan 0d240174b3 Reverted addition of fourth parameter to proposeLayoutChange. Added resetTheme instead. 2016-03-15 15:19:22 +04:00
Rob Moran e8ad218fb6 Changed update() command to check for explicit attributes and fall back to checking the attributes array if it exists 2016-03-15 15:17:46 +04:00
Rob Moran 784b3edaec Updated the forms.update() function to be generic 2016-03-15 15:17:45 +04:00
Rob Moran 0dafa98032 Updated the dialog.update() function to be generic 2016-03-15 15:17:44 +04:00
nightwing 22addca061 cleanup 2016-03-13 21:10:51 +04:00
Shannon Duncan c6d501dd56 added pull request extra 2016-03-13 16:40:15 +04:00
Shannon Duncan 4b34d6aa19 remove wrong data 2016-03-13 16:40:14 +04:00
Shannon Duncan ef433b8948 cleaned up code, made better, ready for pull req; 2016-03-13 16:40:14 +04:00
Shannon Duncan 1d536ff6c4 added pipe command to c9.cli.open 2016-03-13 16:40:14 +04:00
nightwing 7d1c9a94e8 fix apikey undefined error in installed plugins 2016-03-10 22:21:10 +04:00
Tim Robinson 1321a4c074 Revert "Revert "Merge pull request +12588 from c9/revert-12587-revert-12580-c…" 2016-03-09 11:50:26 -05:00
Harutyun Amirjanyan 7a6f978913 Merge pull request +12694 from c9/sdk
Sdk prs and fixes
2016-03-09 19:16:07 +04:00
nightwing f91037fec9 make cli login prompt bearable 2016-03-09 17:51:27 +04:00
David J. Malan da19bff27f Added fourth argument, `reset`, to `proposeLayoutChange` API so that `updateTheme` can be invoked with `noquestion == true`, thereby squelching "Would you like to reset colors to their default value?" prompt. 2016-03-09 17:51:26 +04:00
Fabian Jakobs 507b50d0aa Revert "Merge pull request +12588 from c9/revert-12587-revert-12580-create-worker-retry"
This reverts commit 81d6e4ad9f, reversing
changes made to 7d78d2b242.

Conflicts:
	plugins/c9.api/docker.js
2016-03-09 13:39:05 +00:00
Dana e1b58d709a Clear analytics on IDE logout 2016-03-08 16:08:01 +00:00
nightwing ac7ae51e89 update salesforce plugins 2016-03-07 23:37:46 +00:00
Brady Dowling 0cc0a90088 Merge pull request +12547 from c9/guide
Add guided tour
2016-03-07 08:24:44 -05:00
Fabian Jakobs 7ff7dfeef2 Merge remote-tracking branch 'origin/master' into revert-12587-revert-12580-create-worker-retry 2016-03-04 14:49:50 +00:00
Brady Dowling e087aa96b4 Merge master 2016-03-04 14:11:44 +00:00
Lennart C. L. Kats f5639acf83 Merge pull request +12517 from c9/fix-questions
Fix minor question dialog issues
2016-03-04 14:13:18 +01:00
Nikolai Onken 8b0cfbb6e9 Typo 2016-03-03 22:08:45 +00:00
Tim Robinson 05e31e4f86 Merge pull request +12596 from c9/dont-show-503-status
Don't show lost_gear information on 503 error page
2016-03-03 15:35:23 -05:00
Tim Robinson 326f433f5a Don't show lost_gear information on 503 error page 2016-03-03 20:29:50 +00:00
Fabian Jakobs 5f31e88af9 Revert "Revert "Create worker retry"" 2016-03-03 17:58:49 +01:00
Fabian Jakobs 7f57a41d79 Revert "Create worker retry" 2016-03-03 17:58:35 +01:00
Fabian Jakobs 6680de712f white list more error keys 2016-03-03 09:41:18 +00:00
Ruben Daniels 20c7970250 Add guided tour 2016-03-01 23:22:07 +00:00
Lennart Kats 51d92e051e Show additional hints on load 2016-03-01 12:40:09 +00:00
Lennart Kats 506c26865f Fix +12516 onNo is not a function 2016-03-01 09:06:41 +00:00
Harutyun Amirjanyan 61b4f13958 Merge pull request +12343 from c9/codeintel
Integrate codeintel: code completion for PHP + CSS + ...
2016-02-29 15:51:21 +04:00
Ruben Daniels e651dacd9f Fix 100% issues in loader 2016-02-27 19:22:05 +00:00
Ruben Daniels 218fe37b9c Move spinner to fixed position irt the logo. Wrap help text when needed 2016-02-27 18:54:04 +00:00
Ruben Daniels eea9c6b462 Merge branch 'master' of github.com:c9/newclient into loading-messages 2016-02-27 18:44:34 +00:00
Ruben Daniels 91b21e650b Updated loading messages 2016-02-27 18:44:19 +00:00
nightwing af4157b467 fix code canceling default backspace action 2016-02-26 22:18:57 +04:00
Fabian Jakobs 44d9d6c19b Merge pull request +12454 from c9/log-500-errors
log all internal server errors to raygun
2016-02-26 11:30:39 +01:00
Fabian Jakobs 1e9afb398c also support oldclient and rename method to "on" 2016-02-26 10:10:26 +00:00
Fabian Jakobs d93801214b log all internal server errors to raygun 2016-02-25 15:55:48 +00:00
Lennart Kats 622b7b90f7 Move, extend codeintel tests 2016-02-24 16:35:47 +01:00
Lennart Kats 95de252cef Remove obsolete mode_completer
codeintel completer replaces it
2016-02-24 13:37:47 +00:00
Lennart Kats 4e0c6d5a3d Add dialog.info mock 2016-02-24 12:31:07 +01:00
Tim Robinson f756a85074 Adding tests for c9.mount 2016-02-23 15:35:45 +00:00
Brady Dowling 9e837589e2 Added useful messages to loadin screen 2016-02-22 14:26:15 +00:00
Lennart Kats 5eabe92b7e Add CSS/LESS completer 2016-02-22 10:58:16 +00:00
Mutahhir aa9b87a210 Merge branch 'master' of github.com:c9/newclient into integrate-upgrade-upsell-dialog 2016-02-22 08:12:06 +00:00
Lennart Kats ad69d78bb7 Add basis for Ruby completer 2016-02-20 14:32:33 +00:00
Ruben Daniels 093f0b2811 Nicer looking continue screen. Open in browser for http 2016-02-20 02:25:36 +00:00
Ruben Daniels 33995356a9 Show 100% before hiding restore screen 2016-02-19 20:24:23 +00:00
Ruben Daniels c5a4f9aea6 Show create loading screen based on hash. Hide when vfs is connected 2016-02-19 19:59:25 +00:00
Harutyun Amirjanyan b86dc024d0 Merge pull request +12242 from c9/fix-copy
Fix copy from immediate window
2016-02-19 13:22:46 +04:00
Harutyun Amirjanyan 2281eaf89c Merge pull request +12243 from c9/file-icons
remove contenttype and tweak file icons
2016-02-19 13:22:39 +04:00
Lennart Kats c30ca65b94 Disable generic PHP completions 2016-02-18 22:15:58 +00:00
Lennart Kats a3b3f1682c Add completer to configs 2016-02-18 22:15:33 +00:00
Ruben Daniels 8020a43133 Merge branch 'master' of github.com:c9/newclient into style/migration
Conflicts:
	plugins/c9.profile/lib/constant/cloud9.js
2016-02-18 19:02:13 +00:00
Tim Robinson bf8b0afb63 Merge pull request +12146 from c9/backup-previewed-workspaces
Backup previewed workspaces
2016-02-18 09:57:46 -05:00
Mutahhir a7394f2d0d Add doc comment and clean up dialog.upsell 2016-02-18 12:19:28 +00:00
Mutahhir 4e98f9e115 Add better defaults to upsell dialog 2016-02-18 11:23:51 +00:00
Mutahhir 80748f36c1 Add an upsell common dialog type 2016-02-18 10:17:38 +00:00
Mutahhir 267da09e98 Allow custom skin in dialog button 2016-02-18 10:16:47 +00:00
nightwing d99e924973 convert nbsp back to spaces 2016-02-18 11:27:00 +04:00
Ruben Daniels d67f77d986 Beautified Styling for migration screen. Sanitized loading screen messaging 2016-02-18 02:27:16 +00:00
nightwing 7f655d8883 remove contenttype and tweak file icons 2016-02-18 01:45:40 +04:00
nightwing 5d3e470201 do not block copy from line widgets (e.g immediate output) 2016-02-18 01:43:33 +04:00
Tim Robinson e8adf40499 Merge remote-tracking branch 'origin/master' into backup-previewed-workspaces 2016-02-17 19:39:42 +00:00
Alex Brausewetter 6d91ceeeb5 Add salesforce.sync/worker to static 2016-02-16 14:14:31 -08:00
Alex Brausewetter 6669814ee3 Fix salesforce language worker loading 2016-02-16 14:12:26 -08:00
nightwing 863fc77198 fix loading themes from bundles 2016-02-15 16:01:10 +04:00
Tim Robinson 4cbd945626 Merge remote-tracking branch 'origin/master' into backup-previewed-workspaces 2016-02-11 18:24:46 +00:00
Tim Robinson f128197706 Check that we have some vfs servers, otherwise search 2016-02-11 17:22:35 +00:00
nightwing dc4e241193 fix error when trying to resolve changed file twice 2016-02-10 23:23:06 +04:00
nightwing 2b4dad9b31 options.cancel is used for something else 2016-02-10 23:23:06 +04:00
nightwing 7f0f4387c9 do not throw error when stylesheet.cssRules is null 2016-02-10 23:23:05 +04:00
nightwing cd5344b816 also remove ui of storeMetaData option 2016-02-10 23:23:04 +04:00
nightwing 57b8ec478e do not allow disabling metadata since that breaks collab 2016-02-10 23:23:03 +04:00
nightwing 95da3f84fa fix error when dialog confirm is called without options 2016-02-10 23:23:02 +04:00
nightwing 00b17d9529 Revert "Set state before firing event"
This reverts commit b52cca8bc3.
2016-02-10 23:23:01 +04:00
Fabian Jakobs 63fd2e6e09 propagate information if the container was stopped 2016-02-09 15:27:37 +00:00
Lennart C. L. Kats 3b3678e0a1 Merge pull request +12053 from c9/button-ux
Improve dialog UX
2016-02-09 12:38:08 +01:00
nightwing 51a8b2ade3 more hack:( 2016-02-06 10:11:57 +00:00
nightwing c3bbab2051 handle jquery umd wrapper in packager 2016-02-05 22:38:09 +00:00
Lennart Kats e212db989a Cancel, not Abort 2016-02-05 14:13:11 +00:00
Lennart Kats 1c85b8396c Replace more yes/no/ok/cancel buttons 2016-02-05 14:06:36 +00:00
Lennart Kats bad3c4ad1f Improve question UX 2016-02-05 14:06:29 +00:00
Lennart C. L. Kats 1b13f3557e Merge pull request +11988 from c9/load-error
Fix load error
2016-02-05 09:47:07 +01:00
Lennart Kats 22c775a86b Use message from flat loader 2016-02-03 10:03:10 +00:00
Lennart C. L. Kats 9da2d25cbe Merge pull request +11966 from c9/fix/output
fix output settings getting lost while switching tabs
2016-02-02 09:02:47 +01:00
nightwing 7f8a13720b reenable terminal tests 2016-02-02 03:06:24 +04:00
nightwing 26a9c07b6a display contextmenu 1px away from mouse 2016-02-01 20:37:05 +04:00
nightwing 29d1e1da17 make sure we do not flood raygun with errors 2016-01-29 20:05:36 +04:00
Lennart Kats af4f3b6713 Improve bad import! 2016-01-29 13:50:34 +01:00
Lennart Kats 2b6934cee1 Add a python test 2016-01-29 12:34:13 +01:00
Lennart Kats 7c57771241 Fix filename 2016-01-29 12:17:05 +01:00
Lennart Kats f84c9a2e59 Add mock files for python tests 2016-01-29 12:16:34 +01:00
Lennart C. L. Kats c30e0b4af7 Merge pull request +11853 from c9/update-tabmanager
Small tabmanager tweaks
2016-01-27 13:29:46 +01:00
Lennart C. L. Kats d24552a3cc Merge pull request +11812 from c9/fix/various
Fix terminal monitor issues for google
2016-01-27 13:29:06 +01:00
nightwing 5c5a22c99c ctrl-\ should send SIGQUIT 2016-01-27 00:54:50 +04:00
Lennart kats b52cca8bc3 Set state before firing event
Otherwise e.g. preview won't work yet in tabs.on("ready")
2016-01-26 20:53:02 +00:00
Lennart kats 6c632543c1 Make callback optional 2016-01-26 20:52:56 +00:00
Fabian Jakobs aa7424512d make tests more robust 2016-01-26 18:45:31 +00:00
nightwing 1c4dc45c94 fix terminal monitor not working for wrapped lines 2016-01-25 20:16:58 +04:00
nightwing afd8cd354f remove raygun warning about mtime 2016-01-25 17:53:28 +04:00
Dana e0fd2d17fb Further refactoring 2016-01-25 10:24:23 +00:00
Harutyun Amirjanyan 0211850d89 Merge pull request +11723 from c9/sdk
Merge sdk pull requests
2016-01-22 17:24:58 +04:00
Harutyun Amirjanyan 655b2053c6 Merge pull request +11765 from c9/fix/various
Fix several small issues
2016-01-22 17:24:36 +04:00
Harutyun Amirjanyan 7b68a58a87 Merge pull request +11065 from c9/language-library-ui
Better Javascript library support
2016-01-22 17:16:34 +04:00
Alex Brausewetter 987002b9ca update about dialog 2016-01-22 15:53:45 +04:00
Lennart Kats 94c3044f42 Merge pull request +11644 from c9/fix/various
Fix several small issues
2016-01-20 14:50:41 +01:00
phox 7c36f3cda2 fix user.save call failed in SDK 2016-01-20 16:52:46 +04:00
Michael Jett b52867a302 Add CSS classes to panel buttons. 2016-01-20 16:40:40 +04:00
Edoardo Paolo Scalafiotti 5e26d59510 corrected the color for the tooltip in the flat dark theme 2016-01-20 16:36:16 +04:00
Dana Ivan 344ccdf518 Merge pull request +11704 from c9/fix-funnel
Fix funnel (revert revert)
2016-01-20 10:42:35 +01:00
Matthijs van Henten 771bcbe782 Merge pull request +11691 from c9/add-subtype
add subtype to whitelist
2016-01-20 10:01:59 +01:00
Dana Ivan 564d4ba339 Revert "Revert "Fix broken funnel"" 2016-01-20 09:47:10 +01:00
Matthijs van Henten 71e4b2d30d no underscore 2016-01-19 18:02:08 +01:00
Matthijs van Henten b79214a6af add subtype to whitelist 2016-01-19 17:53:26 +01:00
Dana Ivan c5113698b7 Revert "Fix broken funnel" 2016-01-19 15:55:53 +01:00
Matthijs van Henten c352423c55 Merge pull request +11624 from c9/fix-broken-funnel
Fix broken funnel
2016-01-19 15:05:26 +01:00
Dana 45169e137b further cleanup 2016-01-19 13:46:57 +00:00
Fabian Jakobs 04e5a9511a Merge pull request +11622 from c9/fix-m9-security-issue
Fix m8 and m9 security issues
2016-01-19 09:24:49 +01:00
Fabian Jakobs 34ce6d9e9a exclude files from SDK 2016-01-18 14:18:09 +00:00
nightwing a426edd313 always normalize paths in c9.fs
fixes issue with language adding directories named .. into tree
2016-01-18 04:12:00 +04:00
basdewachter 4cdd1c2b50 add class c9error to profile and ide 2016-01-17 21:11:51 +01:00
Fabian Jakobs e8dcd182f8 add unit tests 2016-01-15 15:40:59 +00:00
Fabian Jakobs cfa07f4449 fix error handling in standalone 2016-01-15 12:11:11 +00:00
Fabian Jakobs 85d179ea43 fix crash in standalone 2016-01-15 11:47:03 +00:00
Fabian Jakobs d195ab7317 validate `file` option 2016-01-15 11:29:41 +00:00
Fabian Jakobs dcd8e9df98 path might not be a string 2016-01-15 11:25:41 +00:00
Lennart Kats 75087a3e24 Merge remote-tracking branch 'origin/master' into language-library-ui 2016-01-14 15:38:12 +00:00
Lennart Kats 825d9c6707 Fix Go icon 2016-01-14 15:35:29 +00:00
Lennart Kats f147696d0f Add simple Go completer 2016-01-14 10:37:41 +00:00
Michael Jett 8f33c9ea59 Allow plugins to alter file icons
This change will allow developers to change CSS classes of file icons and add additional file types.
2016-01-13 14:11:21 -05:00
nightwing 3958c695f9 fix typo 2016-03-09 16:38:10 +04:00
nightwing bb0b34512f use password skin for password input 2016-03-09 16:13:58 +04:00
Lennart Kats 4fc8c26766 Merge remote-tracking branch 'origin/master' into language-library-ui
Conflicts:
	npm-shrinkwrap.json
	plugins/c9.ide.language.javascript.tern/worker/tern_worker.js
	plugins/c9.ide.language/language.js
	plugins/c9.ide.language/worker.js
2016-01-13 10:30:06 +00:00
Lennart Kats fb7476c508 Merge pull request +11519 from c9/use-jsonm
Use jsonm for transferring jsonalyzer/execAnalysis messages
2016-01-12 09:49:18 +01:00
nightwing d77ae7459f add es6-shim to browsersupport too 2016-01-11 22:05:29 +04:00
Harutyun Amirjanyan 39911319b1 Merge pull request +11504 from c9/fix/various
Fix several small issues
2016-01-11 21:26:27 +04:00
Harutyun Amirjanyan 91060b215b Merge pull request +11506 from c9/raygun
Add more info to 'handler does not have method' errors
2016-01-11 21:26:12 +04:00
nightwing 16cc9e55d2 add shim for es6 string methods and Object.assign 2016-01-11 20:35:21 +04:00
nightwing 1325a510fc add mock for persistent data api 2016-01-11 20:05:42 +04:00
Lennart Kats 03874530f5 Use jsonm for transferring jsonalyzer messages 2016-01-11 11:15:20 +00:00
nightwing ffa7d41b3a do not send Error dialog shown to raygun
we know it happens a log
2016-01-10 20:13:14 +04:00
nightwing c6848685b8 fix loading of templates in debug mode 2016-01-09 03:49:24 +04:00
nightwing c0356ee1e3 fix getPersistentData 2016-01-09 03:43:09 +04:00
Harutyun Amirjanyan 718bf1d8d3 Revert "Fix xss" 2016-01-08 22:21:27 +04:00
Matthijs van Henten 315279b5d5 Merge pull request +11460 from c9/sanitize-preview-path
refs +11378 santize the preview path
2016-01-08 14:12:00 +01:00
Lennart Kats 4ee57d721f Merge pull request +11356 from c9/premium-help/ide
Premium support requires premium subscription (IDE)
2016-01-07 15:49:31 +01:00
Fabian Jakobs 119ea0fd79 Merge pull request +11413 from c9/fix-xss
Fix xss
2016-01-07 15:44:43 +01:00
Matthijs van Henten f288032499 unit test the middleare 2016-01-07 12:58:30 +00:00
Matthijs van Henten 5156753b9a refs +11378 santize the preview path 2016-01-07 11:12:44 +00:00
Brady Dowling a32cb7a057 Added tracking for visiting community 2016-01-06 15:22:24 +00:00
nightwing 2b965228e5 enable all plugin experiments when debug=2 2016-01-06 16:19:16 +04:00
Fabian Jakobs a4c709461f don't use templates inside of script tags 2016-01-05 14:09:32 +00:00
Lennart Kats 5ef25b5bd6 Merge pull request +11019 from c9/error-html5
Show error when html5.js can't be loaded
2016-01-04 09:43:03 +01:00
Brady Dowling 197ddb03a7 Premium subscription <> Premium support 2015-12-31 16:43:07 +00:00
nightwing 7b5d31693c it is easy to accidentally type shift-backspace instead of backspace 2015-12-31 18:41:33 +04:00
nightwing a53be54f56 fix raygun error trying to clone Date 2015-12-30 20:40:04 +04:00
Lennart kats e65e2ede3d Fix trivial packaging error 2015-12-28 09:15:50 +00:00
Lennart Kats f40ae6bc95 Merge remote-tracking branch 'origin/master' into improve-python-completion 2015-12-24 08:26:22 +00:00
Lennart Kats 4b766d7d70 Merge remote-tracking branch 'origin/master' into language-library-ui
Conflicts:
	npm-shrinkwrap.json
2015-12-23 15:55:07 +00:00
Lennart Kats ff53fc3833 Refactor python linter into client-side module 2015-12-23 12:15:52 +00:00
nightwing a12f51fe33 fix ctrl-arrow in terminal vim 2015-12-22 19:54:51 +04:00
Lennart Kats daa0b57458 Merge pull request +11150 from c9/fix-minor-ui
Fix minor UI issues
2015-12-22 11:13:20 +01:00
Lennart Kats 73277944b3 Merge pull request +11043 from c9/revert-10917-revert-tooltip
Multi-line call tooltips
2015-12-22 11:12:05 +01:00
Lennart Kats b696a8a357 Fix mock 2015-12-22 09:35:19 +01:00
Lennart Kats 6779e7caed Merge pull request +11091 from c9/server-completion
Low-latency server-side completion
2015-12-22 09:23:44 +01:00
Fabian Jakobs 6bb41180af pass on frontdoor error messages 2015-12-21 14:28:47 +00:00
Lennart Kats 3968e6751a Merge remote-tracking branch 'origin/master' into server-completion 2015-12-21 14:49:07 +01:00
Fabian Jakobs 63046e79db Revert "Revert "reload IDE when ssh settings change"" 2015-12-21 13:13:45 +01:00
Lennart Kats 68069392db Jump to python library files outside of VFS dir 2015-12-19 20:42:17 +00:00
Brady Dowling c338f002c0 Simplified support menu in IDE 2015-12-17 21:40:22 +00:00
Lennart Kats ea03bac1ab Merge remote-tracking branch 'origin/master' into server-completion
Conflicts:
	plugins/c9.ide.language/worker.js
2015-12-17 11:11:04 +00:00
Fabian Jakobs aee50cfda9 only consider VFS servers from the same region 2015-12-16 15:13:44 +00:00
Lennart Kats 33ef209f89 Fix minor UI issues 2015-12-16 14:46:34 +00:00
Nikolai Onken e5ed5e3279 Merge pull request +10932 from c9/fix/panel
don't crash when there is not a next panel
2015-12-15 10:40:42 +01:00
Lennart Kats 3eee28a4f9 Revert "Revert first, fix later: multi-line call tooltips" 2015-12-14 11:41:22 +00:00
Lennart Kats d2fdf4c6e8 Move jsonalyzer python plugins into c9.ide.language.python 2015-12-12 15:54:37 +00:00
Lennart Kats 28c3dd187c Hook in python plugin 2015-12-12 15:44:29 +00:00
Lennart Kats 2c21409a4a Refactor settings handling 2015-12-12 10:05:51 +00:00
Matthijs van Henten 1e2524b856 Revert "reload IDE when ssh settings change" 2015-12-10 15:25:55 +01:00
Dana Ivan edc7d673e8 Merge pull request +11037 from c9/consolidate-analytics-calls
Consolidates addTrait calls into one single call
2015-12-10 15:08:00 +01:00
Nikolai Onken 024a0f6c34 Merge pull request +11031 from c9/ssh-settings-publish
reload IDE when ssh settings change
2015-12-10 14:56:16 +01:00
Fabian Jakobs 704ac5e45d ws might be deleted before second part of creation is finished 2015-12-10 11:12:19 +00:00
Dana 233be74ad5 Changes addTraits to updateTraits 2015-12-09 16:27:18 +00:00
Dana 99362020eb Consolidates addTrait calls into one single call 2015-12-09 16:18:49 +00:00
nightwing b209b31c6d amlPane.destroy must be called for last pane too 2015-12-09 20:18:35 +04:00
Ruben Daniels 33e8b0ca57 Fix +10613 don't crash when there is not a next panel 2015-12-09 20:07:23 +04:00
Fabian Jakobs 75280392a1 coding style 2015-12-09 14:43:19 +00:00
Fabian Jakobs 5995369499 reload IDE when ssh settings change 2015-12-09 14:32:11 +00:00
nightwing 387a373c2a fs.utimes expects time in seconds 2015-12-09 15:28:33 +04:00
Lennart Kats 3580a85cf6 Fix message 2015-12-09 12:20:11 +01:00
Lennart Kats 17e979bf3f Show error when html5.js can't be loaded 2015-12-09 09:15:29 +00:00
Lennart Kats e825636341 Cleanup 2015-12-08 21:17:29 +00:00
Lennart Kats 44644ad268 Merge pull request +10828 from c9/fast-load
Use caches api for faster reloading in dev mode
2015-12-08 10:25:31 +01:00
Lennart Kats 00777d2daa Merge remote-tracking branch 'origin/master' into community-link
Conflicts:
	plugins/c9.ide.help.support/support.js
2015-12-08 09:12:37 +00:00
Tim Robinson 5db8291091 Loading screen message suggested by Seth 2015-12-07 14:05:58 +00:00
Fabian Jakobs 22fc2a5742 Merge pull request +10915 from c9/fix-flaky-tests
Fix several flaky client side tests
2015-12-03 12:39:02 +01:00
Lennart Kats 64e4ec2a8a Revert "Merge pull request +10843 from c9/multiline-arg-tooltip"
This reverts commit a704b95465, reversing
changes made to fb0d7e9465.
2015-12-02 16:05:54 +00:00
nightwing 34875de308 restore unfairly disabled c9_test 2015-12-02 19:12:54 +04:00
nightwing 34bebf30a3 make ace test more robust 2015-12-02 19:12:53 +04:00
Ruben Daniels b7c6fdc172 Merge pull request +10859 from c9/fix-bridge
fix bridge-service not receiving reply from the first client
2015-12-02 09:28:01 +01:00
nightwing 2913ba0880 cleanup 2015-12-02 00:43:42 +04:00
Lennart Kats 995436d3d0 Add link to community.c9.io 2015-12-01 11:13:07 +00:00
Lennart Kats bf7153a57b Merge pull request +10858 from c9/fix-sdk
Fix loading screen in sdk
2015-12-01 09:50:16 +01:00
Lennart Kats ea73156330 Merge pull request +10807 from c9/share-dialog
Fix share dialog issues
2015-12-01 09:49:55 +01:00
nightwing a833f3d56f fix bridge-service not receiving reply from the first client 2015-12-01 01:14:22 +04:00
nightwing 612e75dcf7 fix loading screen in sdk 2015-11-30 20:36:32 +00:00
Ruben Daniels de132886d7 Merge pull request +10826 from c9/improve-plugin-manager
Better plugin reload in dogfooding
2015-11-30 05:22:15 -08:00
Ruben Daniels a704b95465 Merge pull request +10843 from c9/multiline-arg-tooltip
Show tooltips for multi-line function arguments
2015-11-30 05:22:05 -08:00
Ruben Daniels 930f181365 quick fix 2015-11-30 13:12:51 +00:00
Lennart Kats 15108e44cd Fix URL reconstruction 2015-11-30 09:06:41 +00:00
nightwing 054bddd577 use caches api for faster reloading in dev mode 2015-11-30 04:57:53 +04:00
Lennart Kats a80297b6eb Improve reload tip 2015-11-29 20:09:25 +00:00
Lennart Kats dcf4e5076e Fix URL parsing 2015-11-29 20:03:46 +00:00
Lennart Kats 1c5f6c115e Show extra menu items only in "devel" mode 2015-11-29 16:58:02 +00:00
Lennart Kats 6d0801d590 Open preferences if no known last plugin 2015-11-29 15:13:55 +00:00
Lennart Kats e4fa9dd60e Fix Developer menu when debug plugin is not loaded 2015-11-29 14:58:14 +00:00
Lennart Kats 16f08ff356 Avoid confusion with "Reload Last Plugin" 2015-11-29 14:52:38 +00:00
Lennart Kats ffad1a4a09 Add "Reload Last Plugin" feature 2015-11-29 14:52:37 +00:00
Lennart Kats 76fd409a22 Enable plugin manager by default in development 2015-11-29 14:52:35 +00:00