Wykres commitów

10047 Commity (4eee1b391e64f1c35eff2ad5960414e8c06ce052)

Autor SHA1 Wiadomość Data
Henri Yandell 4eee1b391e Adding standard files 2018-06-21 12:02:04 -07:00
nightwing 15911b3ed6 update ace 2018-04-22 23:48:00 +04:00
nightwing 2e524ab8ba fix author layer getting lost when moving tab between panes 2018-04-19 12:06:47 +04:00
nightwing 7e90154196 backport localfs changes from v4 2018-04-18 23:33:10 +04:00
nightwing 086d4293e7 add es6 compilation step using typescript 2018-04-18 16:57:06 +04:00
nightwing f3dbec7b88 wrapped line rendering fixes from ace 2018-04-17 16:58:43 +04:00
nightwing 63b1a96b96 update blame gutter 2018-04-17 16:58:43 +04:00
nightwing 74023713c7 update collab plugin to work with new ace 2018-04-17 16:58:43 +04:00
Harutyun Amirjanyan 4835f14113 Revert "Revert "Update ace"" 2018-04-17 16:56:10 +04:00
Harutyun Amirjanyan a4f0cca802 Revert "Update ace" 2018-04-09 18:31:41 +04:00
nightwing e11053e6a1 fix indent in vim mode 2018-04-06 19:34:51 +04:00
nightwing b9c49ca260 update ace test 2018-04-06 16:56:53 +04:00
nightwing 33113618da fix styling of autocompletion popup 2018-04-06 16:00:51 +04:00
nightwing 1510c85db8 use ace option for relative line numbers 2018-04-06 16:00:50 +04:00
nightwing 6c8a723e8a update plugins to work with new dom based renderer in ace 2018-04-06 16:00:50 +04:00
nightwing c8ca347f5d update ace 2018-04-06 16:00:50 +04:00
nightwing dd1a54fd1f fix ci issue 2018-04-03 22:56:06 +04:00
nightwing b689854468 disable cut in readonly mode 2018-03-30 22:47:39 +04:00
nightwing 5483dd8983 fix typo 2018-03-24 19:51:11 +04:00
nightwing c4586ace1a allow loading plugins from external cdn 2018-03-23 01:19:17 +04:00
nightwing 904c80f4e9 fix ?noworker=1 mode 2018-03-21 20:47:33 +04:00
nightwing bcebf55505 fix unregisterLanguageHandler 2018-03-21 18:34:52 +04:00
nightwing b82cf2883c remove old workaround for missing async require in worker 2018-03-21 17:59:40 +04:00
nightwing ee9f3dabed restore error handler in worker.js 2018-03-21 17:23:50 +04:00
nightwing da2f81a890 change updateRequireConfig in language.js to work with mini_require 2018-03-21 12:43:46 +04:00
Harutyun Amirjanyan 131091a73f Merge pull request +16037 from c9/better-undo-defaults
use timed undo grouping by default
2018-03-20 16:39:41 +04:00
nightwing b5b3cf15fb pass require module url to the worker 2018-03-20 00:19:37 +04:00
Harutyun Amirjanyan bbefeba39a Merge pull request +16035 from c9/pull/core/483
Update README.md
2018-03-19 23:46:28 +04:00
Harutyun Amirjanyan fe4d1a86d6 Merge pull request +16036 from c9/debugger
Fix display of null in chrome debugger
2018-03-19 21:57:23 +04:00
nightwing 1871422e5c use timed undo grouping by default 2018-03-19 20:17:50 +04:00
nightwing 48150318d4 fix display of null type in the debugger 2018-03-19 19:07:54 +04:00
nightwing b6325419f3 fix regression in save ui 2018-03-19 19:07:21 +04:00
nightwing 5e5eae7cb9 automatically detect submodules 2018-03-16 17:50:36 +04:00
nightwing 7642b1fdfe lazy-load csslint 2018-03-16 01:49:31 +04:00
nightwing ca59f4a611 lazy-load eslint_browserified 2018-03-16 01:38:59 +04:00
nightwing bb713d7e69 use mini-require in worker 2018-03-16 01:22:07 +04:00
Matthijs van Henten 4324d55aa4 Merge pull request +16020 from c9/improve-themes-menu
make ui themes more discoverable
2018-03-14 15:07:21 +01:00
Matthijs van Henten 10f781776f Merge pull request +16019 from c9/fix-firefox-xhr-errors
without content type firefox tries to parse xhr result as xml
2018-03-14 14:43:37 +01:00
Harutyun Amirjanyan 59eb6c51d6 Merge pull request +15894 from c9/autosave
Autosave on blur
2018-03-13 20:28:48 +04:00
Matthijs van Henten 2af1c7c68e Merge pull request +16009 from c9/commonjs
Add support for commonjs and es6
2018-03-12 10:24:29 +01:00
Yoginth fe2447920f Update README.md 2018-03-11 19:58:09 +05:30
nightwing 385bf2fe8d move autosave back to experimental preferences 2018-03-11 14:58:31 +04:00
nightwing a79524fa24 make ui themes more discoverable 2018-03-09 15:01:58 +04:00
nightwing 2b33405af4 without content type firefox tries to parse xhr result as xml 2018-03-09 14:06:41 +04:00
Harutyun Amirjanyan e5b4b23008 Merge pull request +16014 from c9/es6-array-shim
add polyfills for es6 array methods
2018-03-09 13:53:48 +04:00
nightwing 1d88695453 add support for commonjs and es6 2018-03-09 13:05:17 +04:00
nightwing 9657bda937 add commonjs support to architect-build 2018-03-08 14:01:26 +04:00
nightwing 3d654fc187 add example of resolving config on client side 2018-03-08 13:57:37 +04:00
Harutyun Amirjanyan dc05adac25 Merge pull request +16003 from c9/vim-ex-commands
Vim ex commands
2018-03-07 19:24:21 +04:00
Harutyun Amirjanyan 5435753578 Merge pull request +16007 from c9/ide-fix-tab-switch
fix issue with scroll position being reset on tab switch
2018-03-07 13:44:02 +04:00