c9-core/plugins
Fabian Jakobs 7e1ac98f51
Change license of ace_tree to BSD-3-Clause
2021-01-15 09:21:49 +01:00
..
c9.abtesting c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.analytics c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.automate include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.cli remove old code and add support for loading plugins from cdn 2017-04-03 01:01:02 +04:00
c9.cli.bridge fix bridge-service crashing vfs-worker on windows 2018-01-09 00:19:33 +04:00
c9.cli.exec Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.cli.mount Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.cli.open remove old code and add support for loading plugins from cdn 2017-04-03 01:01:02 +04:00
c9.cli.publish polish 2017-05-02 22:58:35 +04:00
c9.cli.sync remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.connect.favicon c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.core remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.error update to new css gradient syntax 2017-10-26 21:46:06 +04:00
c9.example.formatjson Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.fs add es6 compilation step using typescript 2018-04-18 16:57:06 +04:00
c9.ide.abtesting c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.ide.ace use new clipboard api when available 2018-06-28 00:20:20 +04:00
c9.ide.ace.emmet automatically detect submodules 2018-03-16 17:50:36 +04:00
c9.ide.ace.gotoline remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.ace.keymaps improve handling of ex commands in vim mode 2018-03-05 00:03:48 +04:00
c9.ide.ace.repl update to new css gradient syntax 2017-10-26 21:46:06 +04:00
c9.ide.ace.split remove unnecessary uses of innerHTML 2017-06-30 00:25:46 +04:00
c9.ide.ace.statusbar remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.ace.stripws include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.analytics c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.ide.auth Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.ide.behaviors remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.clipboard use new clipboard api when available 2018-06-28 00:20:20 +04:00
c9.ide.closeconfirmation include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.collab fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
c9.ide.configuration fix regression in settings plugin 2017-11-28 00:13:17 +04:00
c9.ide.console fixed console resizing bug 2018-10-06 07:15:05 -04:00
c9.ide.dialog cleanup tests 2017-12-14 02:50:08 +04:00
c9.ide.dialog.common Merge pull request +15933 from c9/ide-remove-static-prefix 2018-02-06 14:18:13 +04:00
c9.ide.dialog.file Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.ide.dialog.login update to new css gradient syntax 2017-10-26 21:46:06 +04:00
c9.ide.dialog.wizard allow using apf elements in dialog.wizard 2017-06-02 10:21:56 +04:00
c9.ide.download allow downloading workspace from home tree 2017-04-19 20:53:30 +04:00
c9.ide.editors Merge pull request +15894 from c9/autosave 2018-03-13 20:28:48 +04:00
c9.ide.errorhandler Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.ide.find cleanup tests 2017-12-14 02:50:08 +04:00
c9.ide.find.infiles remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.find.replace remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.fontawesome include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.format enable preserve-inline option for jsbeautify 2017-08-02 13:52:56 +04:00
c9.ide.guide remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.help Merge pull request +15981 from c9/pull-core-477 2018-02-25 00:11:12 +04:00
c9.ide.help.support do not leave script nodes in the document 2018-01-03 19:15:44 +04:00
c9.ide.imgeditor remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.immediate fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
c9.ide.info Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.ide.installer Merge pull request +15933 from c9/ide-remove-static-prefix 2018-02-06 14:18:13 +04:00
c9.ide.keys update ace 2018-04-22 23:48:00 +04:00
c9.ide.language change updateRequireConfig in language.js to work with mini_require 2018-03-21 12:43:46 +04:00
c9.ide.language.codeintel Fix numbering 2017-04-10 14:41:49 +02:00
c9.ide.language.core add es6 compilation step using typescript 2018-04-18 16:57:06 +04:00
c9.ide.language.css lazy-load csslint 2018-03-16 01:49:31 +04:00
c9.ide.language.generic Fix three overwritten properties. 2017-05-23 08:51:48 +08:00
c9.ide.language.go include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.language.html include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.language.html.diff include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.language.javascript remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.language.javascript.eslint lazy-load eslint_browserified 2018-03-16 01:38:59 +04:00
c9.ide.language.javascript.immediate include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.language.javascript.infer Fix a few superfluous (and hence ignored) arguments. 2017-05-23 08:46:54 +08:00
c9.ide.language.javascript.tern cleanup tests 2017-12-14 02:50:08 +04:00
c9.ide.language.jsonalyzer fix ?noworker=1 mode 2018-03-21 20:47:33 +04:00
c9.ide.language.python speed up,only "function" need "params" 2017-03-17 14:25:49 +08:00
c9.ide.layout.classic fix findbar height calculation 2018-08-09 15:08:09 +04:00
c9.ide.local remove .user-select less function in favor of automatic expansion 2018-01-03 19:35:30 +04:00
c9.ide.login Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
c9.ide.metrics Adding a onPingComplete callback without needing to include metrics_core module 2016-06-27 12:58:04 +00:00
c9.ide.navigate remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.newresource include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.openfiles remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.panels remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.plugins remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.preferences Merge pull request +15933 from c9/ide-remove-static-prefix 2018-02-06 14:18:13 +04:00
c9.ide.preview remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.preview.browser open media files with browser previewer 2017-10-09 17:36:12 +04:00
c9.ide.preview.markdown include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.processlist fix serverlist 2017-05-23 20:19:45 +04:00
c9.ide.pubsub include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.readonly include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.recentfiles include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.remote include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.restore remove remaining uses of .font-smoothing function 2018-01-08 16:20:35 +04:00
c9.ide.run fix escaping of $file variable in runners using script property 2018-02-10 21:47:08 +04:00
c9.ide.run.build remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.run.debug fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
c9.ide.run.debug.ikpdb remove unused and undocumented support for array of runners in run.run 2018-01-10 23:31:41 +04:00
c9.ide.run.debug.xdebug fix php debugger 2018-02-05 13:26:05 +04:00
c9.ide.save fix regression in save ui 2018-03-19 19:07:21 +04:00
c9.ide.scm update ace 2018-04-22 23:48:00 +04:00
c9.ide.server cleanup ide-statics plugin 2018-02-24 14:12:18 +04:00
c9.ide.services Revert "Revert "Remove obsolete partner configs"" 2017-09-27 15:58:06 +02:00
c9.ide.terminal fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
c9.ide.terminal.monitor remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.test remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
c9.ide.test.mocha include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.theme.flat better approach for handling retina icons 2018-01-04 00:22:59 +04:00
c9.ide.theme.jett make ui themes more discoverable 2018-03-09 15:01:58 +04:00
c9.ide.threewaymerge cleanup tests 2017-12-14 02:50:08 +04:00
c9.ide.tree Merge pull request +15933 from c9/ide-remove-static-prefix 2018-02-06 14:18:13 +04:00
c9.ide.ui Merge pull request +15894 from c9/autosave 2018-03-13 20:28:48 +04:00
c9.ide.undo include all plugins in c9/core 2017-02-06 12:40:24 +00:00
c9.ide.upload remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.ide.watcher cleanup tests 2017-12-14 02:50:08 +04:00
c9.ide.welcome remove confusing globals from eslint config 2018-02-12 14:25:59 +04:00
c9.login.client allow loading plugins from external cdn 2018-03-23 01:19:17 +04:00
c9.logtimestamp c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.metrics c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
c9.nodeapi in new node versions default export from events is EventEmitter 2018-02-24 00:56:04 +04:00
c9.preview fix preview proxy often using wrong url in standalone mode 2017-12-07 15:54:06 +04:00
c9.static automatically detect submodules 2018-03-16 17:50:36 +04:00
c9.vfs.client add watcher support to vfs mock 2017-12-19 21:34:11 +04:00
c9.vfs.server Fix issue #496: Cannot set headers after they are sent to the client on Node.js>10.1.0 2018-07-27 11:52:29 +02:00
c9.vfs.standalone fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
node_modules Change license of ace_tree to BSD-3-Clause 2021-01-15 09:21:49 +01:00